Vector Database
Qdrant Single Node
Requirements
- Docker installed
- Open port 6333 on the VM
Installation
QDRANT__SERVICE__API_KEY
is a required environment variable
You can generate a random 32-byte hex string using the following command:
Copy and paste the generated string to replace #REPLACE_ME#
in the docker-compose.yml
file.