fix env formatting with comments

This commit is contained in:
Tarun Jain 2025-12-18 15:13:51 +01:00 committed by GitHub
parent f9929158c4
commit ed16203c80
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,8 +1,16 @@
GOOGLE_API_KEY=
# Google API Configuration
GOOGLE_API_KEY=your_google_api_key_here
# LLM Provider Configuration
LLM_PROVIDER=gemini
LLM_MODEL=gemini/gemini-2.5-flash
LLM_API_KEY=
LLM_API_KEY=your_llm_api_key_here
# Embedding Configuration
EMBEDDING_PROVIDER=fastembed
EMBEDDING_MODEL=jinaai/jina-embeddings-v2-base-en
EMBEDDING_DIMENSIONS=768
QDRANT_URL=http://localhost:6333
# Qdrant Vector Database Configuration
QDRANT_URL=https://your-qdrant-instance.example.com:6333
QDRANT_API_KEY=your_qdrant_api_key_here