app:
name: deepinsight
host: 0.0.0.0
port: 8888
api_prefix: /api/v1
reload: false
database:
url: sqlite:///data/deepinsight.db
llms:
- type: deepseek
model: deepseek-chat
base_url: https://api.deepseek.com/
api_key: ${DEEPSEEK_API_KEY}
setting:
max_tokens: 4096
timeout: 120
workspace:
work_root: ./data
conference_ppt_template_path: ./templates/conference_template.pptx
chart_image_dir: charts
image_path_mode: ${WORKSPACE_IMAGE_PATH_MODE}
image_base_url: ${WORKSPACE_IMAGE_BASE_URL}
rag:
work_root: ./data
engine:
type: llamaindex
lightrag:
embedding_model: sentence-transformers/all-MiniLM-L6-v2
embedding_dim: 384
enable_graph_extraction: false
llamaindex:
embed_model: BAAI/bge-small-en-v1.5
embed_device: cpu
llm_model:
llm_api_key:
llm_base_url:
parser:
type: llamaindex
mineru_vl:
enable_vl: false
llamaindex:
use_llama_parse: false
api_key: ${LLAMA_PARSE_API_KEY}
premium: false
prompt_management:
source: local
env: dev
langfuse:
public_key: ${LANGFUSE_PUBLIC_KEY}
secret_key: ${LANGFUSE_SECRET_KEY}
host: ${LANGFUSE_HOST}
groups:
resch_gen:
label: "latest"
conf_chat:
label: "latest"
conf_gen_supervisor:
label: "latest"
conf_gen_overview:
label: "latest"
conf_gen_submission:
label: "latest"
conf_gen_keynotes:
label: "latest"
conf_gen_topic:
label: "latest"
conf_gen_best_papers:
label: "latest"
conf_gen_cross_topic:
label: "latest"
conf_gen_ppt_generate:
label: "latest"
expert_review:
label: "latest"
summary_experts:
label: "latest"
scenarios:
deep_research:
final_report_model: deepseek-chat
allow_user_clarification: true
allow_edit_research_brief: true
allow_edit_report_outline: true
stream_blocklist:
text:
clarify_with_user: true
write_research_brief: true
compress_research: true
tool_call:
clarify_with_user: true
write_research_brief: true
compress_research: true