- 添加 KnowledgeBaseService 服务类用于知识库 CRUD 操作 - 添加数据库迁移脚本,补充 knowledge_bases 表缺失字段 - kb_type: 知识库类型 - priority: 优先级 - is_enabled: 是否启用 - doc_count: 文档数量 - 修复前端 intent-rules 页面加载时知识库接口报错问题 |
||
|---|---|---|
| .. | ||
| document | ||
| embedding | ||
| flow | ||
| guardrail | ||
| intent | ||
| llm | ||
| prompt | ||
| retrieval | ||
| __init__.py | ||
| api_key.py | ||
| confidence.py | ||
| context.py | ||
| kb.py | ||
| knowledge_base_service.py | ||
| memory.py | ||
| orchestrator.py | ||