rag-retrieval

Community

Ground LLM responses with RAG patterns.

Authoryonatangross
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill addresses the challenge of LLM hallucinations and lack of factual grounding by implementing advanced Retrieval-Augmented Generation (RAG) techniques. It ensures LLM responses are accurate, verifiable, and based on provided context.

Core Features & Use Cases

  • Core RAG: Basic retrieval, context assembly, and citation generation.
  • Hybrid Search: Combines semantic (vector) and keyword (BM25) search for comprehensive coverage.
  • Advanced RAG Patterns: Implements HyDE, Agentic RAG, Multimodal RAG, Query Decomposition, and Reranking.
  • Vector Database Integration: Supports PGVector for efficient hybrid search.
  • Use Case: Building a customer support chatbot that answers questions based on product documentation, ensuring all answers are cited and factually accurate.

Quick Start

Use the rag-retrieval skill to implement a RAG pipeline that answers questions with inline citations.

Dependency Matrix

Required Modules

None required

Components

scriptsreferencesassets

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: rag-retrieval
Download link: https://github.com/yonatangross/orchestkit/archive/main.zip#rag-retrieval

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.