Back to Skills

dspy-3-retrieval-augmented-generation

vamseeachanta
Updated 2 days ago
5 views
3
2
3
View on GitHub
Othergeneral

About

This DSPy skill implements Retrieval-Augmented Generation (RAG) by integrating document retrieval with language model generation. It allows developers to configure a retriever (like ChromaDB) and define a pipeline that fetches relevant context before generating answers. Use this when you need to ground AI responses in specific external knowledge sources or documentation.

Quick Install

Claude Code

Recommended
Primary
npx skills add vamseeachanta/workspace-hub -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/vamseeachanta/workspace-hub
Git CloneAlternative
git clone https://github.com/vamseeachanta/workspace-hub.git ~/.claude/skills/dspy-3-retrieval-augmented-generation

Copy and paste this command in Claude Code to install this skill

GitHub Repository

vamseeachanta/workspace-hub
Path: .claude/skills/ai/prompting/dspy/3-retrieval-augmented-generation
0

Related Skills