1 min read
ChatGLM + RAG 本地 PDF 问答

本地文档理解 · 分块 → 向量 → 检索 → 问答

  • Python
  • ChatGLM
  • FAISS
  • LangChain
  • RAG

A RAG-based PDF QA system for local document understanding, combining FAISS vector retrieval with a LangChain pipeline over ChatGLM. Supports chunking, vector indexing, retrieval, and question-answering / summarization on your own PDFs — a practical companion to the retrieval research.