流水线系统(pipeline)构建基于本地知识库的ChatGLM问答
☆86Jun 10, 2023Updated 2 years ago
Alternatives and similar repositories for pipeline-ChatGLM
Users that are interested in pipeline-ChatGLM are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 基于chatglm实现的知识问答系统,本地知识库经过es检索系统召回+text2vec向量相似度计算再召回,作为prompt输入给chatglm后生成回答☆19Jul 24, 2023Updated 2 years ago
- 从langchain-ChatGLM基础上修改的一个可以加载TigerBot模型的基于本地知识库的问答应用,目标期望建立一套对中文场景与开源模型支持友好、可离线运行的知识库问答解决方案。☆109Jul 17, 2023Updated 2 years ago
- 基于langchain-chatglm-and-tigerbot+mirai 实现的一个qq群本地知识库问答机器人,可以通过直接将知识库文件提交到qq群的方式来上传知识库,也可以通过指令来开关(删除)知识库。从而得到一个基于qq的便携式本地知识库问答机器人。☆26Jun 13, 2023Updated 2 years ago
- unoffical release of droidian☆11Oct 23, 2021Updated 4 years ago
- 玉米病虫害知识图谱问答系统☆15Dec 14, 2023Updated 2 years ago
- ChatGLM 6B 的模型与UI,通过 LangChain 与向量匹配实现本地知识库问答,支持流式输出☆116Apr 17, 2023Updated 2 years ago
- SQL generator and console that knows your schema and entity relations. Powered by latest OpenAI Assistant API and GPT-4☆16Nov 23, 2023Updated 2 years ago
- MobileSAM のエンコーダー/デコーダーをONNXに変換し、推論するサンプル☆11Apr 11, 2024Updated last year
- 基于ChatGLM-6b+langchain实现本地化知识库检索与智能答案生成☆23Oct 20, 2023Updated 2 years ago
- 利用二叉树实现一个简单的家谱管理系统☆12Dec 27, 2017Updated 8 years ago
- Free ChatGPT☆23Feb 5, 2026Updated last month
- 本项目旨在利用LangChain和大语言模型(如ZhipuAI)开发一个智能数据库问答系统。 该系统能够通过自然语言理解用户的查询请求,自动生成相应的SQL语句并执行,最后将查询结果以自然语言 形式返回用户。☆17Jul 31, 2024Updated last year
- 用最简单的代码带你实现基于大模型的本地知识库问答系统☆33Sep 5, 2023Updated 2 years ago
- schemakg, a knowledge graph for schema that seeks to cover a range of things as much as possible including entity schema and event schema…☆32Apr 27, 2021Updated 4 years ago
- 触控式数字媒体发布系统☆13Mar 14, 2018Updated 8 years ago
- 基于LangChain和ChatGLM-6B等系列LLM的针对本地知识库的自动问答☆3,311Apr 15, 2024Updated last year
- AD Player 广告播放器,支持全屏,支持在线和离线播放,支持RecyclerView,支持自定义拓展ui及功能☆12Jul 4, 2018Updated 7 years ago
- Q&A based on elasticsearch+langchain+chatglm2 | 基于elasticsearch,langchain,chatglm2的自有知识库问答☆243Sep 26, 2023Updated 2 years ago
- Akcio is a demonstration project for Retrieval Augmented Generation (RAG). It leverages the power of LLM to generate responses and uses v…