Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
QDRANT__SERVICE__API_KEY
openssl rand -hex 32
docker-compose.yml
#REPLACE_ME#
version: "3.8" services: qdrant: image: langgenius/qdrant:v1.7.3 network_mode: "host" restart: always volumes: - /data/qdrant/data/:/qdrant/storage environment: QDRANT__SERVICE__API_KEY: #REPLACE_ME#
docker-compose up -d