Hk101 Living RAG

HK-101 Living RAG

dvcrn Updated 32 repo stars

File contents

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.

dvcrn/openclaw-skills-marketplace/tree/main/plugins/metatronsdoob369--hk101-living-rag/skills/hk101-living-rag commit 9ad4068c6b

Frequently asked questions

npx skillmds@latest add dvcrn/hk101-living-rag