xxy aa98ea2623 @
Initial commit

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@
2026-06-05 18:45:29 +08:00

25 lines
637 B
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.

# 复制为 .env 后按实际环境填写。
# 数据库MySQL与原 eval_report 共用同一库)
DATABASE_URL=mysql+pymysql://root:123456@127.0.0.1:3306/post_eval_report?charset=utf8mb4
# 文档存储根目录(附图提取按 DOC_PAT/{project_uuid}/<相对路径> 定位 .docx
DOC_PAT=./docpath
# LLMOpenAI 兼容接口)
LLM_API_BASE=
LLM_API_KEY=
LLM_MODEL_NAME=
# 报告章节单次 chat 读超时(秒),长章节建议 600+
REPORT_LLM_HTTP_TIMEOUT_SEC=600
# Embedding / Milvus向量检索证据
EMBEDDING_API_BASE=
EMBEDDING_API_KEY=
MILVUS_DB_URL=
# 服务监听
HOST=0.0.0.0
PORT=8099
RELOAD=false