init: RAG 知识库服务初始提交
- 后端 API(Flask + Gunicorn) - RAG 引擎(混合检索 + 云端 Reranker + 引用溯源) - 文档解析(MinerU + 多格式支持) - Docker 生产部署配置 - 排除前端项目、敏感配置、模型文件
This commit is contained in:
26
mineru.json.template
Normal file
26
mineru.json.template
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"models-dir": {
|
||||
"pipeline": "models/mineru/pipeline",
|
||||
"vlm": "models/mineru/vlm"
|
||||
},
|
||||
"latex-delimiter-config": {
|
||||
"display": {
|
||||
"left": "$$",
|
||||
"right": "$$"
|
||||
},
|
||||
"inline": {
|
||||
"left": "$",
|
||||
"right": "$"
|
||||
}
|
||||
},
|
||||
"llm-aided-config": {
|
||||
"title_aided": {
|
||||
"api_key": "your_api_key",
|
||||
"base_url": "https://dashscope.aliyuncs.com/compatible-mode/v1",
|
||||
"model": "qwen3.5-plus",
|
||||
"enable_thinking": false,
|
||||
"enable": false
|
||||
}
|
||||
},
|
||||
"config_version": "1.3.1"
|
||||
}
|
||||
Reference in New Issue
Block a user