Embedding models
Not Diamond supports the following embedding models in the get_embedding utility method, compatible with the RAG evaluation framework. Outside of the utility method, you can also define any embedding model compatible with ragas.
| Provider | Model name |
|---|---|
| OpenAI | openai/text-embedding-3-large |
openai/text-embedding-3-small | |
openai/text-embedding-ada-002 | |
| Mistral | mistral/mistral-embed |
| Cohere | cohere/embed-english-v3.0 |
cohere/embed-english-light-v3.0 | |
cohere/embed-multilingual-v3.0 | |
cohere/embed-multilingual-light-v3.0 |
Updated 14 days ago
