-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
40 lines (35 loc) · 1.67 KB
/
Copy path.env.example
File metadata and controls
40 lines (35 loc) · 1.67 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
# HybridMind environment template.
# Copy to .env and fill in real values. Never commit .env.
# config.py is the authoritative surface; every variable below maps to a
# Settings field via the HYBRIDMIND_ prefix (provider keys keep their
# canonical unprefixed aliases too).
# ---- Embedding (remote, native, exactly 4096-d; no fallback exists) --------
HYBRIDMIND_EMBEDDING_DIMENSION=4096
# Self-hosted RunPod TEI is the primary backend:
RUNPOD_TEI_EMBEDDING_URL=
RUNPOD_API_KEY=
# OpenAI-compatible alternative endpoint (must also return native 4096-d):
# HYBRIDMIND_RUNPOD_EMBEDDING_URL=
# ---- LLM providers (endpoint-bound keys; see AGENTS.md rule 4) -------------
# Hosted production policy:
ZAI_API_KEY=
ZAI_BASE_URL=https://open.bigmodel.cn/api/paas/v4
# Self-hosted policy (optional; needed for decomposition/extraction):
RUNPOD_LLM_ENDPOINT_ID=
RUNPOD_LLM_MODEL=qwen/qwen3.5-9b
# Research-only proxy, ignored unless the explicit gate below is true:
HYBRIDMIND_ALLOW_RESEARCH_PROXY=false
HYBRIDMIND_RESEARCH_PROXY_API_KEY=
# ---- Optional features (all default off / fail-closed) ---------------------
# HYBRIDMIND_AUTO_EDGES_ENABLED=false
# HYBRIDMIND_FACT_EXTRACTION_ENABLED=false
# HYBRIDMIND_QUERY_DECOMPOSITION_ENABLED=false
# HYBRIDMIND_SALIENCE_ENABLED=false
# HYBRIDMIND_TEMPORAL_DECAY_ENABLED=false
# HYBRIDMIND_RERANK_MODE=off # off | local | remote per engine/reranker.py
# ---- Visual memory (separate ColQwen2.5 serverless deploy; optional) -------
# HYBRIDMIND_IMAGE_EMBEDDING_URL=
# HYBRIDMIND_IMAGE_RUNPOD_KEY=
# ---- API security ----------------------------------------------------------
# Required when binding to anything other than loopback:
# HYBRIDMIND_API_KEY=