Cnb Repo Knowledge Base

检索指定仓库的知识库,返回相关的文本片段及其来源。

locusyuri 3dc2108 593 B Updated

File contents

CNB 仓库知识库

使用场景

  • 检索指定仓库的知识库,返回与问题最相关的文本片段及其来源,用于回答用户问题

执行命令

cnb knowledge-base query-knowledge-base-get --repo <group>/<repo> --query "<自然语言问题或关键词>" --top-k 5
  • --repo:仓库路径,如 cnb/feedback必填
  • --query:查询语句,必填
  • --top-k:返回的片段数量,默认为 5, 非必填

locusyuri/scoop-violet/tree/main/.agents/skills/cnb-repo-knowledge-base commit 3dc2108b2b

Frequently asked questions

npx skillmds@latest add locusyuri/cnb-repo-knowledge-base