Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
DATABASE_TYPE=qdrant

# Common settings
COLLECTION_NAME=documents
COLLECTION_NAME=your_collection_name
HTTP_SERVER=false
PORT=3000

# Qdrant settings
QDRANT_URL=http://localhost:6333
QDRANT_API_KEY=
QDRANT_URL=https://your-qdrant-instance-url.example.com:6333
QDRANT_API_KEY=your_qdrant_api_key

# Gemini API for embeddings
GEMINI_API_KEY=your_gemini_api_key

# Chroma settings
CHROMA_URL=http://localhost:8000

# API key for embeddings
GEMINI_API_KEY=your_gemini_api_key_here
File renamed without changes.
Loading