Embedding docs fix (#1692)

This commit is contained in:
Dev Khant
2024-08-13 11:29:04 +05:30
committed by GitHub
parent 01cfad62b1
commit e66f277324

View File

@@ -9,7 +9,7 @@ Mem0 offers support for various embedding models, allowing users to choose the o
<CardGroup cols={3}>
<Card title="OpenAI" href="#openai"></Card>
<Card title="Ollama" href="#ollama"></Card>
</CodeGroup>
</CardGroup>
> When using `Qdrant` as a vector database, ensure you update the `embedding_model_dims` to match the dimensions of the embedding model you are using.