🧪 Skills

HK-101 Living RAG

Provides answers by retrieving and synthesizing information from local text or markdown files using a retrieval-augmented generation approach.

v1.0.0
❤️ 2
⬇️ 735
👁 1
Share

Description

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.

Reviews (0)

Sign in to write a review.

No reviews yet. Be the first to review!

Comments (0)

Sign in to join the discussion.

No comments yet. Be the first to share your thoughts!

Compatible Platforms

Pricing

Free

Related Configs