Milvus is an open-source vector database that suits AI applications of every size, from running a demo chatbot in a Jupyter notebook to building web-scale search that serves billions of users.Documentation Index
Fetch the complete documentation index at: https://docs.mem0.ai/llms.txt
Use this file to discover all available pages before exploring further.
Usage
Config
Here are the parameters available for configuring Milvus:| Parameter | Description | Default Value |
|---|---|---|
url | Full URL/Uri for Milvus/Zilliz server | http://localhost:19530 |
token | Token for Zilliz server / for local setup defaults to None. | None |
collection_name | The name of the collection | mem0 |
embedding_model_dims | Dimensions of the embedding model | 1536 |
metric_type | Metric type for similarity search | L2 |
db_name | Name of the database | "" |