Update the common dims table

This commit is contained in:
William Fu-Hinthorn
2024-12-04 06:53:55 -08:00
parent c5904135cc
commit 62dafd2f2f
3 changed files with 23 additions and 14 deletions
+9
View File
@@ -81,6 +81,15 @@ The `fields` configuration determines which parts of your documents to embed:
}
```
!!! note "Common model dimensions"
- openai:text-embedding-3-large: 3072
- openai:text-embedding-3-small: 1536
- openai:text-embedding-ada-002: 1536
- cohere:embed-english-v3.0: 1024
- cohere:embed-english-light-v3.0: 384
- cohere:embed-multilingual-v3.0: 1024
- cohere:embed-multilingual-light-v3.0: 384
#### Semantic search with a custom embedding function
If you want to use semantic search with a custom embedding function, you can pass a path to a custom embedding function: