#138 · Primary category: Knowledge Base & RAG

RAG_langchain

一个基于langchain实现RAG的简单示例

Project last updated:07/26/26

GitHub Stars

671

Forks

104

Contributors

1

License

Other

Why we included this project

This repo works through the whole retrieval-augmented generation stack on LangChain, notebook by notebook, so it reads more like a course than a single demo. You get document loading and parsing, chunking, embedding choice, vector database comparison, reranking, and evaluation, with each stage shown in enough detail to see how it affects retrieval quality. The notebooks make concrete calls too: Chroma versus FAISS versus Milvus, metadata filtering, hybrid dense-plus-sparse retrieval, and even Graph RAG and long-context setups. Newcomers can follow the beginner-to-advanced path to get oriented, while people already building systems can jump straight to the reranker, evaluation, or agent notebooks and borrow working patterns. It is a learning resource rather than something you deploy, but the code is concrete enough to lift pieces from for real projects.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category