9 lines
273 B
Text
9 lines
273 B
Text
# Environment variables for docker-compose
|
|
# Copy this file to .env and customize as needed
|
|
|
|
# Optional: OpenAI API key
|
|
# OPENAI_API_KEY=your-api-key-here
|
|
|
|
# Optional: Custom embedding model
|
|
# EMBEDDING_MODEL_NAME=sentence-transformers/all-MiniLM-L6-v2
|
|
# EMBEDDING_DIM=384
|