mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-05 06:20:10 +01:00
744 B
744 B
How to setup a local (or cloud) QDrant Vector Database
Get a QDrant Cloud instance. Set up QDrant locally on Docker.
Fill out the variables in the "Vector Database" tab of settings. Select Qdrant as your provider and fill out the appropriate fields with the information from either of the above steps.
How to get started Development mode only
After setting up either the Qdrant cloud or local dockerized instance you just need to set these variable in .env.development
or defined them at runtime via the UI.
# VECTOR_DB="qdrant"
# QDRANT_ENDPOINT="https://<YOUR_CLOUD_INSTANCE_URL>.qdrant.io:6333"
# QDRANT_API_KEY="abc...123xyz"