langchain-rag
GEO / AI searchlangchain-ai/langchain-skillsskills.sh ↗
Installs
14,036
deduplicated, at the last sync
Since we started
+1.5%
40 readings, about 2 hours apart. Not a live curve.
Our category
GEO / AI search
ours
Last read
Sep 3, 2026
from the directory
Our brief
oursThis skill provides a comprehensive guide and implementation examples for building Retrieval-Augmented Generation (RAG) systems. It covers the entire RAG pipeline, including loading data from various sources (PDFs, web pages, directories), splitting documents into chunks, generating embeddings, storing them in vector stores (Chroma, FAISS, Pinecone), and finally using a Large Language Model to generate context-aware responses.
- Context-aware LLM response
- Document splits/chunks
- Vector store index
- Data source (files, web URLs)
- Embedding model credentials
- Vector store type (e.g., Chroma, FAISS)
not detected
The evidence demonstrates functionality using external services like OpenAI embeddings and models, but does not state that the skill itself requires a paid plan or API access.
not detected
The evidence contains no information regarding user registration requirements.
The skill cannot configure embedding dimensions per model, nor can it mix embeddings from different models within the same vector store [1].
Evidenceconfig/skills/langchain-rag/SKILL.md:1-457
--- name: langchain-rag description: "INVOKE THIS SKILL when building ANY retrieval-augmented generation (RAG) system. Covers document loaders, RecursiveCharacterTextSplitter, embeddings (OpenAI), and vector stores (Chroma, FAISS, Pinecone)." --- <overview> Retrieval Augmented Generation (RAG) enhances LLM responses by fetching relevant context from external knowledge sources. **Pipeline:** 1. **Index**: Load → Split → Embed → Store 2. **Retrieve**: Query → Embed → Search → Return docs 3. **Generate**: Docs + Query → LLM → Response **Key Components:** - **Document Loaders**: Ingest data from files, web, databases - **Text Splitters**: Break documents into chunks - **Embeddings**: Convert text to vectors - **Vector Stores**: Store and search embeddings </overview> <vectorstore-selection> | Vector Store | Use Case | Persistence | |--------------|----------|-------------| | **InMemory** | Testing | Memory only | | **FAISS** | Local, high performance | Disk | | **Chroma** | Development | Disk | | **Pinecone** | Production, managed | Cloud | </vectorstore-selection> --- ## Complete RAG Pipeline <ex-basic-rag-setup> <python> End-to-end RAG pipeline: load documents, split into ch
Read 1 of 1 text files in the skill.
Installfrom the directory
npx skills add https://github.com/langchain-ai/langchain-skillsInstalling happens there, not here. We are an index with an opinion, not a mirror.
What is inside itfrom the directory
1 files — names only. The directory does not report sizes.
What the auditors foundfrom the directory
A skill is instructions your agent will follow and scripts it may run, so who checked it matters as much as how many people installed it.
Installs, reading by readingours
Axis starts at 13.9k, not zero — the range is 13.9k to 14k.