16 lines
356 B
Text
16 lines
356 B
Text
# Database directory
|
|
DEFAULT_DATA_DIR=/data
|
|
|
|
# File monitoring
|
|
MONITOR_DIRECTORIES=/docs
|
|
|
|
# Default: Ollama on host
|
|
EMBEDDINGS_PROVIDER=ollama
|
|
EMBEDDINGS_MODEL=nomic-embed-text
|
|
QA_PROVIDER=ollama
|
|
QA_MODEL=qwen3
|
|
OLLAMA_BASE_URL=http://host.docker.internal:11434
|
|
|
|
# For other providers, see: https://ggozad.github.io/haiku.rag/configuration/
|
|
|
|
ENV=production
|