Milvus
Last updated
Last updated
Milvus is an open-source vector database that can handle tons of vectors with excellent speed.
Milvus has a cloud offering under the name Zilliz - the integration for Zilliz can be found in the sidebar but should look familiar to other providers.
You are responsible for the setup, installation, and costs associated with the storage of vectors and retrieval when connected with AnythingLLM.
Milvus is an open-source project that is most easily set up via Docker. The official set up documentation is linked below.
To get started locally you can also just easily pull in the install script and run docker-compose
on the script.
In the AnythingLLM application, you can then easily add the default credentials (or custom credentials you set up) into the appropriate inputs.
Milvus DB Address: http://localhost:19530
Milvus Username: minioadmin
Milvus Password: minioadmin
You are now connected to Milvus!