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.

10 lines
228 B

POSTGRES_PASSWORD=braindb2026
EMBEDDING_MODEL=nomic-embed-text
CHAT_MODEL=qwen3:8b
LOG_LEVEL=INFO
SEARCH_TOP_K=10
SEARCH_THRESHOLD=0.65
CORS_ORIGINS=http://localhost:3000,http://192.168.1.16:3001
CHUNK_SIZE=700
CHUNK_OVERLAP=70

Powered by TurnKey Linux.