e4dcfc49aa
Tests / Import Check (Python 3.13) (push) Has been cancelled
Tests / Import Check (Python 3.14) (push) Has been cancelled
Tests / Python Tests (Python 3.11) (push) Has been cancelled
Tests / Python Tests (Python 3.12) (push) Has been cancelled
Tests / Python Tests (Python 3.14) (push) Has been cancelled
Tests / Test Summary (push) Has been cancelled
Tests / Lint and Format (push) Has been cancelled
Tests / Web Node Tests (push) Has been cancelled
Tests / Import Check (Python 3.11) (push) Has been cancelled
Tests / Import Check (Python 3.12) (push) Has been cancelled
Tests / Python Tests (Python 3.13) (push) Has been cancelled
7 lines
595 B
YAML
7 lines
595 B
YAML
short_description: "在用户挂载的某个知识库中检索相关内容。"
|
|
when_to_use: "当答案大概率来自用户挂载的知识库(定义、公式、概念解释、教材内容)时使用。"
|
|
input_format: "{\"query\": \"非空自然语言查询\", \"kb_name\": \"挂载的某个知识库名称\"}。"
|
|
guideline: "课程材料相关的问题优先用 RAG。需要查多个知识库时,按 kb_name 分别多次调用(系统会并行执行)。"
|
|
note: "query 不能为空;如果第一次检索效果不佳,换个查询角度再判断是否无结果。"
|
|
phase: "exploration"
|