Skip to content

Commit 82f8632

Browse files
authored
Add number of dimensions to embedding models (#247)
1 parent 00db30f commit 82f8632

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

platform/embedding.mdx

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -63,30 +63,30 @@ To generate embeddings, choose one of the following embedding providers in the *
6363

6464
- **OpenAI**: Use [OpenAI](https://openai.com) to generate embeddings. Also choose the embedding model to use, from one of the following:
6565

66-
- **text-embedding-3-small**: [Learn more](https://platform.openai.com/docs/guides/embeddings).
67-
- **text-embedding-3-large**: [Learm more](https://platform.openai.com/docs/guides/embeddings).
68-
- **Ada 002 (Text)**: [Learn more](https://platform.openai.com/docs/guides/embeddings).
66+
- **text-embedding-3-small** (1536 dimensions): [Learn more](https://platform.openai.com/docs/guides/embeddings).
67+
- **text-embedding-3-large** (3072 dimensions): [Learm more](https://platform.openai.com/docs/guides/embeddings).
68+
- **Ada 002 (Text)** (1536 dimensions): [Learn more](https://platform.openai.com/docs/guides/embeddings).
6969

7070
- **Anthropic**: Use [Anthropic](https://www.anthropic.com) to generate embeddings. Also choose the embedding model to use, from one of the following:
7171

72-
- **voyage-2**: [Learn more](https://docs.anthropic.com/en/docs/build-with-claude/embeddings#available-voyage-models).
73-
- **voyage-large-2**: [Learn more](https://docs.anthropic.com/en/docs/build-with-claude/embeddings#available-voyage-models).
74-
- **voyage-code-2**: [Learn more](https://docs.anthropic.com/en/docs/build-with-claude/embeddings#available-voyage-models).
75-
- **voyage-lite-02-instruct**: [Learn more](https://docs.anthropic.com/en/docs/build-with-claude/embeddings#available-voyage-models).
72+
- **voyage-2** (1024 dimensions): [Learn more](https://docs.anthropic.com/en/docs/build-with-claude/embeddings#available-voyage-models).
73+
- **voyage-large-2** (1536 dimensions): [Learn more](https://docs.anthropic.com/en/docs/build-with-claude/embeddings#available-voyage-models).
74+
- **voyage-code-2** (1536 dimensions): [Learn more](https://docs.anthropic.com/en/docs/build-with-claude/embeddings#available-voyage-models).
75+
- **voyage-lite-02-instruct** (1024 dimensions): [Learn more](https://docs.anthropic.com/en/docs/build-with-claude/embeddings#available-voyage-models).
7676

7777
- **Hugging Face**: Use [Hugging Face](https://huggingface.co) to generate embeddings. Also choose the embedding model to use, from one of the following:
7878

79-
- **nvidia/NV-Embed-v1**: [Learn more](https://huggingface.co/nvidia/NV-Embed-v1).
80-
- **voyage-large-2-instruct**: [Learn more](https://huggingface.co/voyageai/voyage-large-2-instruct).
81-
- **stella_en_400M_v5**: [Learn more](https://huggingface.co/dunzhang/stella_en_400M_v5).
82-
- **stella_en_1.5B_v5**: [Learn more](https://huggingface.co/dunzhang/stella_en_1.5B_v5).
83-
- **Alibaba-NLP/gte-Qwen2-7B-instruct**: [Learn more](https://huggingface.co/Alibaba-NLP/gte-Qwen2-7B-instruct).
79+
- **nvidia/NV-Embed-v1** (4096 dimensions): [Learn more](https://huggingface.co/nvidia/NV-Embed-v1).
80+
- **voyage-large-2-instruct** (1024 dimensions): [Learn more](https://huggingface.co/voyageai/voyage-large-2-instruct).
81+
- **stella_en_400M_v5** (1024 dimensions): [Learn more](https://huggingface.co/dunzhang/stella_en_400M_v5).
82+
- **stella_en_1.5B_v5** (1024 dimensions): [Learn more](https://huggingface.co/dunzhang/stella_en_1.5B_v5).
83+
- **Alibaba-NLP/gte-Qwen2-7B-instruct** (3584 dimensions): [Learn more](https://huggingface.co/Alibaba-NLP/gte-Qwen2-7B-instruct).
8484

8585
- **OctoAI**: Use [OctoAI](https://octo.ai) to generate embeddings. Also choose the embedding model to use, from one of the following:
8686

87-
- **GTE Large**: [Learn more](https://octo.ai/blog/introducing-octoais-embedding-api-to-power-your-rag-needs/).
87+
- **GTE Large** (1024 dimensions): [Learn more](https://octo.ai/blog/introducing-octoais-embedding-api-to-power-your-rag-needs/).
8888

8989
- **Vertex AI**: Use [Vertex AI](https://cloud.google.com/vertex-ai) to generate embeddings. Also choose the embedding model to use, from one of the following:
9090

91-
- **textembedding-gecko@003**: [Learn more](https://cloud.google.com/vertex-ai/generative-ai/docs/learn/model-versions#embeddings_stable_model_versions).
92-
- **text-embedding-004**: [Learn more](https://cloud.google.com/vertex-ai/generative-ai/docs/learn/model-versions#embeddings_stable_model_versions).
91+
- **textembedding-gecko@003** (768 dimensions): [Learn more](https://cloud.google.com/vertex-ai/generative-ai/docs/learn/model-versions#embeddings_stable_model_versions).
92+
- **text-embedding-004** (768 dimensions): [Learn more](https://cloud.google.com/vertex-ai/generative-ai/docs/learn/model-versions#embeddings_stable_model_versions).

0 commit comments

Comments
 (0)