返回 Skill 列表
extension
分类: 效率与办公需要 API Key

HK-101 Living RAG

利用检索增强生成技术,通过检索与综合本地文本或Markdown文件提供答案。

person作者: metatronsdoob369hubclawhub

claw-rag

Simple RAG over local text/markdown.

Inputs

  • query (string): question to answer.
  • docsPath (string, optional): folder of docs (default ./docs relative to CWD).
  • k (number, optional): number of top matches (default 3).

Output

  • answer: synthesized answer from matches.
  • matches: [{path, score, snippet}...]

Requires: OPENAI_API_KEY in env.