Files
Fay/faymcp/data/mcp_prestart_tools.json
guo zebin 96e467bbd6 知识库模块
1. 优化yueshen知识库初始化逻辑;
2. 更新yueshen知识库默认使用fay透传的embedding模型;
3.补充知识库目录“新知识库”。
2026-01-27 16:12:53 +08:00

16 lines
408 B
JSON

{
"4": {
"query_yueshen": {
"params": {
"embedding_api_key": "",
"embedding_base_url": "",
"embedding_model": "",
"query": "{{question}}",
"top_k": 5,
"where": {}
},
"include_history": true,
"allow_function_call": false
}
}
}