-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.env.example
More file actions
42 lines (34 loc) · 2 KB
/
.env.example
File metadata and controls
42 lines (34 loc) · 2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Koios Environment Variables
# ── LLM (answer generation) ──────────────────────────────────────────────────
LLM_URL=
LLM_SERVER_TYPE=VLLM
GEN_MODEL_NAME=
GEN_TEMPERATURE=0
GEN_API_KEY=EMPTY
# ── Embeddings (Ollama) ──────────────────────────────────────────────────────
EMBEDDING_URL=http://localhost:11434
EMB_MODEL_NAME=
# ── Guardian model (Ollama) ──────────────────────────────────────────────────
GUARDIAN_MODEL_NAME=
GUARDIAN_MODEL_URL=
# ── Qdrant (vector store) ────────────────────────────────────────────────────
QDRANT_URL=http://localhost:6333
QDRANT_COLLECTION_NAME=
# ── FalkorDB / Redis (knowledge graph) ───────────────────────────────────────
REDIS_HOST=localhost
REDIS_PORT=6379
REDIS_PASSWORD=
REDIS_GRAPH_NAME=
# ── Langfuse (prompt management & observability) ─────────────────────────────
LANGFUSE_ENABLED=false
LANGFUSE_SECRET_KEY=
LANGFUSE_PUBLIC_KEY=
LANGFUSE_HOST=http://localhost:3000
# ── Data & paths ─────────────────────────────────────────────────────────────
STUDIES_JSON_FILE=data/studies.json
LOG_FILE_PATH=koios.log
TMP_DIR=tmp
# ── App config ───────────────────────────────────────────────────────────────
ENVIRONMENT=production
APP_ID=QV_KG_NO_ROUTE
ROOT_URL=/agent