zhaoqingpu / LangChainTest
☆73Updated last year
Alternatives and similar repositories for LangChainTest:
Users that are interested in LangChainTest are comparing it to the libraries listed below
- Q&A based on elasticsearch+langchain+chatglm2 | 基于elasticsearch,langchain,chatglm2的自有知识库问答☆235Updated last year
- 学习ChatGLM3模型和LangChain框架的架构与核心功能,并基于LangChain+ChatGLM3实现本地知识库问答。☆41Updated last year
- ChatGPT WebUI using gradio. 给 LLM 对话和检索知识问答RAG提供一个简单好用的Web UI界面☆112Updated 6 months ago
- LangChain Tutorial 3 动画演示透彻解释 Agent 概念 以及 实现Demo☆97Updated last year
- 流水线系统(pipeline)构建基于本地知识库的ChatGLM问答☆87Updated last year
- 用 FastAPI 和 Vue3 搭建的 ChatGLM 网页 (前端样式仿照chatgpt-web, 支持chatglm流式输出、前端调整参数、上下文选择、保存图片、知识库问答等功能)☆457Updated last year
- 基于chatglm3-6b模型的lora方法的微调☆76Updated 10 months ago
- 基于RAG的私有知识库问答系统☆144Updated 2 months ago
- ChatGLM 6B 的模型与UI,通过 LangChain 与向量匹配实现本地知 识库问答,支持流式输出☆111Updated last year
- RAG向量召回示例☆108Updated last year
- 基于ChatGLM-6b+langchain实现本地化知识库检索与智能答案生成☆24Updated last year
- 利用chatgpt api和pinecone向量数据库,基于langchain开发的本地知识库问答demo。项目可以读取本地目录下的pdf文档,向量化后存储到pinecone数据库,并基于数据库中的特定领域知识进行问答。☆28Updated last year
- ☆74Updated last year
- 从langchain-ChatGLM基础上修改的一个可以加载TigerBot模型的基于本地知识库的问答应用,目标期望建立一套对中文场景与开源模型支持友好、可离线运行的知识库问答解决方案。☆105Updated last year
- LangChain实现的基于PDF文档构建问答知识库☆32Updated 10 months ago
- datawhale aigc大作业提交,实现了一个基于本地知识库的智能助理☆35Updated last year
- QA based on local knowledge and LLM.