16 lines
453 B
Text
16 lines
453 B
Text
# 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=your_llm_api_key_here
|
|
|
|
# Embedding Configuration
|
|
EMBEDDING_PROVIDER=fastembed
|
|
EMBEDDING_MODEL=jinaai/jina-embeddings-v2-base-en
|
|
EMBEDDING_DIMENSIONS=768
|
|
|
|
# Qdrant Vector Database Configuration
|
|
QDRANT_URL=https://your-qdrant-instance.example.com:6333
|
|
QDRANT_API_KEY=your_qdrant_api_key_here
|