-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
40 lines (30 loc) · 1.32 KB
/
.env.example
File metadata and controls
40 lines (30 loc) · 1.32 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
# OpenClawdCode Configuration
# Copy to ~/.config/openclawd/.env and edit as needed.
# LanceDB storage (local directory)
# OPENCLAWD_LANCEDB_PATH=~/.local/share/openclawd/lancedb
# Ollama settings (local)
# OPENCLAWD_OLLAMA_URL=http://localhost:11434
# OPENCLAWD_EMBED_MODEL=nomic-embed-text
# OPENCLAWD_EMBED_DIM=768
# Obsidian vault path (leave empty to disable vault features)
# OPENCLAWD_VAULT_PATH=/path/to/your/obsidian/vault
# Session log subdirectory within vault
# OPENCLAWD_VAULT_SESSION_DIR=Claude/sessions
# LanceDB table names
# OPENCLAWD_MEMORY_TABLE=memories
# OPENCLAWD_VAULT_TABLE=obsidian_vault
# ChromaDB knowledge base (optional — leave empty to disable)
# OPENCLAWD_CHROMADB_PATH=
# OPENCLAWD_CHROMADB_COLLECTION=default
# Context profiles directory (optional — leave empty to disable)
# OPENCLAWD_CONTEXT_DIR=
# Memory extraction LLM (auto = haiku if ANTHROPIC_API_KEY, else ollama)
# OPENCLAWD_EXTRACTOR=auto
# OPENCLAWD_EXTRACTOR_MODEL=llama3.2
# OPENCLAWD_EXTRACTOR_MAX_MEMORIES=5
# Context injection token budget (chars, ~4 chars per token)
# OPENCLAWD_INJECT_BUDGET=8000
# Cross-encoder reranking (opt-in, adds latency — one LLM call per candidate)
# OPENCLAWD_RERANK=false
# OPENCLAWD_RERANK_MODEL= # empty = use EXTRACTOR_OLLAMA_MODEL
# OPENCLAWD_RERANK_BLEND=0.6 # weight of rerank score in blend