yanqiangmiffy/Chinese-LangChain
A Chinese-language RAG application combining ChatGLM-6b with LangChain for local knowledge base retrieval and intelligent answering.

Velocity · 7d
+2.5
★ / day
Trend
→steady
star history
The project implements a retrieval-augmented generation system that allows users to upload documents, build a knowledge base, and query it using a local ChatGLM-6b language model. It uses LangChain for orchestration, FAISS for vector similarity search, and supports parsing of PDFs, DOCX, and PPT files. A Gradio-based web interface provides the user-facing UI for knowledge base selection and interactive Q&A.