You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
326 B

POSTGRES_PASSWORD=braindb2026
OLLAMA_URL=http://192.168.1.217:11434
EMBEDDING_MODEL=nomic-embed-text
CHAT_MODEL=qwen3:8b
LOG_LEVEL=INFO
SEARCH_TOP_K=10
SEARCH_THRESHOLD=0.65
CORS_ORIGINS=*
CHUNK_SIZE=700
CHUNK_OVERLAP=70
VAULT_PATH=./vault
PUBLIC_API_URL=http://192.168.1.16:8001
API_PORT=8001
UI_PORT=3001
POSTGRES_PORT=5433

Powered by TurnKey Linux.