fix env formatting with comments
This commit is contained in:
parent
f9929158c4
commit
ed16203c80
1 changed files with 11 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue