# Qdrant configuration
QDRANT_URL=http://localhost:6333
QDRANT_API_KEY=
# Local storage path (use instead of QDRANT_URL for local mode)
# QDRANT_LOCAL_PATH=./qdrant_data
# Collection name
COLLECTION_NAME=memories
# Embedding provider configuration
# Available providers: fastembed, sentence-transformers
EMBEDDING_PROVIDER=sentence-transformers
EMBEDDING_MODEL=all-MiniLM-L6-v2
# Tool descriptions
# TOOL_STORE_DESCRIPTION=Custom description for the store tool
# TOOL_FIND_DESCRIPTION=Custom description for the find tool