rag-systems

Installation
SKILL.md

RAG systems

Pipeline stages

  1. Ingest — parse, clean, preserve structure (headings, tables).
  2. Chunk — size/overlap tuned to content type; keep metadata (source, section).
  3. Embed — consistent model; version stored with index.
  4. Retrieve — hybrid (keyword + vector) when recall matters.
  5. Rerank — optional cross-encoder for top-k precision.
  6. Generate — cite sources; refuse when context insufficient.

Chunking heuristics

Content Guidance
Docs Split on headings; 300-800 tokens typical
Code Function/class level; include path in metadata
Tables Row batches or markdown table blocks
Installs
4
GitHub Stars
25
First Seen
May 25, 2026
rag-systems — charlieviettq/awesome-agent-skill