Update config.yaml

This commit is contained in:
公明
2026-04-19 01:35:37 +08:00
committed by GitHub
parent be1621189a
commit 705e7601f6
+1 -1
View File
@@ -116,7 +116,7 @@ external_mcp:
# 知识库相关配置
# ============================================
knowledge:
enabled: true # 是否启用知识检索功能
enabled: false # 是否启用知识检索功能
base_path: knowledge_base # 知识库目录路径(相对于配置文件所在目录)
embedding:
provider: openai # 嵌入模型提供商(目前仅支持openai)