rag-implementation

Build RAG systems integrating vector stores and retrieval strategies.

5|Updated Dec 1, 2025
One-click install
npx skills add https://github.com/zsutxz/ClaudeLearning --skill rag-implementation-zsutxz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rag-implementation
Source: https://github.com/zsutxz/ClaudeLearning/tree/main/.claude/skills/rag-implementation
Command: npx skills add https://github.com/zsutxz/ClaudeLearning --skill rag-implementation-zsutxz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pinecone, weaviate, milvus, chroma, qdrant, faiss, OpenAI, sentence-transformers, and includes references (resource) and assets (resource) components.

What problem does it solve?

Builds RAG systems to provide grounded, verifiable answers by integrating vector stores and retrieval strategies.

Core Features & Use Cases

  • Vector DB integration (Pinecone, Weaviate, Milvus, Chroma, Qdrant, FAISS).
  • Embeddings selection and management for semantic search.
  • Retrieval strategies (dense, sparse, hybrid) and reranking.
  • End-to-end RAG pipelines with evaluation and grounding.

Quick Start

Load documents, create embeddings, set up a RetrievalQA chain, and query for domain-specific results.