hk101-living-rag
v1.0.0使用检索增强生成方法,从本地文本或 Markdown 文件中检索并整合信息以提供答案。
Installation
Please help me install the skill `hk101-living-rag` from SkillHub official store.
npx skills add Metatronsdoob369/hk101-living-rag
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.