MicroFish/.env.example

38 lines
1.2 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# ===== MiroFish Agent Engine 默认配置 =====
MIROFISH_MODE=agent
MIROFISH_LLM_PROVIDER=agent_queue
MIROFISH_GRAPH_PROVIDER=graphiti
MIROFISH_RUNS_DIR=./runs
# ===== Graphiti / Neo4j 图谱配置 =====
NEO4J_URI=bolt://localhost:7687
NEO4J_USER=neo4j
NEO4J_PASSWORD=password
NEO4J_DATABASE=neo4j
# ===== Embedding 配置(可选)=====
# GraphitiCompatibilityStore 的 no-LLM 主路径不需要 embedding。
# fulltext 不需要 Ollama仅 semantic/hybrid + ollama 时 doctor 会强制检查 Ollama。
MIROFISH_GRAPH_SEARCH_MODE=fulltext
MIROFISH_EMBEDDING_PROVIDER=none
OLLAMA_BASE_URL=http://localhost:11434
OLLAMA_EMBEDDING_MODEL=nomic-embed-text
# ===== Legacy OpenAI-compatible LLM provider可选=====
# 仅当 MIROFISH_LLM_PROVIDER=openai_compatible 时需要。
LLM_API_KEY=
LLM_BASE_URL=https://dashscope.aliyuncs.com/compatible-mode/v1
LLM_MODEL_NAME=qwen-plus
# ===== Legacy Zep Cloud graph provider可选=====
# 仅当 MIROFISH_GRAPH_PROVIDER=zep 时需要。
ZEP_API_KEY=
# ===== 加速 LLM 配置legacy 可选)=====
LLM_BOOST_API_KEY=
LLM_BOOST_BASE_URL=
LLM_BOOST_MODEL_NAME=
# ===== Legacy UI / simulation behavior =====
MIROFISH_PRESERVE_SIMULATIONS_ON_RELOAD=true