Skip to content

Commit

Permalink
correcting default values
Browse files Browse the repository at this point in the history
  • Loading branch information
PranavPuranik committed Sep 11, 2024
1 parent 6532fb3 commit 3968caa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/components/embedders/models/deepinfra.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ Here are the parameters available for configuring DeepInfra embedder:

| Parameter | Description | Default Value |
| --- | --- | --- |
| `model` | The name of the embedding model to use | `text-embedding-3-small` |
| `embedding_dims` | Dimensions of the embedding model | `1536` |
| `api_key` | The OpenAI API key | `None` |
| `encoding_format` | The encoding format of the embedding | DeepInfra
| `model` | The name of the embedding model to use | `"BAAI/bge-large-en-v1.5"` |
| `embedding_dims` | Dimensions of the embedding model | `1024` |
| `api_key` | The DEEPINFRA API key | `None` |
| `encoding_format` | The encoding format of the embedding | `"float"` |

0 comments on commit 3968caa

Please sign in to comment.