langchain-rag

GEO / AI search

langchain-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

ours

This 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.

What it produces
  • Context-aware LLM response
  • Document splits/chunks
  • Vector store index
What it needs
  • Data source (files, web URLs)
  • Embedding model credentials
  • Vector store type (e.g., Chroma, FAISS)
Paid services

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.

Registration

not detected

The evidence contains no information regarding user registration requirements.

Limits and human review

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
config/skills/langchain-rag/SKILL.md1–457 · excerpt truncated
---
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.

Checked August 2026 · GemmaWritten from the skill's published files. Check the source before relying on access or cost details.

Installfrom the directory

npx skills add https://github.com/langchain-ai/langchain-skills

Installing happens there, not here. We are an index with an opinion, not a mirror.

What is inside itfrom the directory

SKILL.md

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.

Gen Agent Trust HubThis skill provides a comprehensive framework for building Retrieval-Augmented Generation (RAG) systems using LangChain. It includes security considerations regarding the ingestion of untrusted external data and the deserialization of local vector store indices, which are standard aspects of RAG implementations requiring appropriate data validation and storage integrity.May 19, 2026 · SAFEpass
SocketNo alertsMay 19, 2026pass
SnykRisk: MEDIUM · 1 issueMay 19, 2026 · MEDIUMwarn
Runlayer1/1 file flaggedMar 4, 2026 · LOWpass
ZeroLeaksScore: 93/100 · 2 sections analyzedApr 16, 2026 · NONEpass

Installs, reading by readingours

13.9k
14k
Aug 31, 202640 readings over 4 days, drawn as the last reading of each day.Sep 3, 2026

Axis starts at 13.9k, not zero — the range is 13.9k to 14k.

Filed alongside itours