AI AGENT ADDONS
AI & Agent Building
11,332installs

Retrieval Augmented Generation (RAG) makes AI answers smarter by adding your own documents. Instead of guessing, the AI pulls relevant facts from a knowledge base. This skill helps you build that pipeline step by step.

You load files, split them into small chunks, and turn each chunk into a vector. A vector store keeps these numbers ready for fast search. When a question comes in, the system finds the best matching chunks and feeds them to the language model.

The result is a grounded answer based on your data. You can use tools like LangChain, OpenAI embeddings, and vector stores such as Chroma, FAISS, or Pinecone. No need to be a machine learning expert to get started.

Add Langchain Rag skill to your workflow

Global

mkdir -p ~/.claude/skills/langchain-rag

Project

mkdir -p .claude/skills/langchain-rag

Source Repository

Stars
832
Forks
71
Watchers
832
Last Push
2 months ago
Created
6 months ago