从langchain-ChatGLM基础上修改的一个可以加载TigerBot模型的基于本地知识库的问答应用,目标期望建立一套对中文场景与开源模型支持友好、可离线运行的知识库问答解决方案。
☆108Jul 17, 2023Updated 2 years ago
Alternatives and similar repositories for langchain-ChatGLM-and-TigerBot
Users that are interested in langchain-ChatGLM-and-TigerBot are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 基于langchain-chatglm-and-tigerbot+mirai 实现的一个qq群本地知识库问答机器人,可以通过直接将知识库文件提交到qq群的方式来上传知识库,也可以通过指令来开关(删除)知识库。从而得到一个基于qq的便携式本地知识库问答机器人。☆26Jun 13, 2023Updated 3 years ago
- 基于chatglm实现的知识问答系统,本地知识库经过es检索系统召回+text2vec向量相似度计算再召回,作为prompt输入给chatglm后生成回答☆19Jul 24, 2023Updated 2 years ago
- ChatGLM 6B 的模型与UI,通过 LangChain 与向量匹配实现本地知识库问答,支持流式输出☆116Apr 17, 2023Updated 3 years ago
- 流水线系统(pipeline)构建基于本地知识库的ChatGLM问答☆86Jun 10, 2023Updated 3 years ago
- 用最简单的代码带你实现基于大模型的本地知识库问答系统☆34Sep 5, 2023Updated 2 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- TigerBot: A multi-language multi-task LLM☆2,260Dec 28, 2024Updated last year
- 基于LangChain和ChatGLM-6B等系列LLM的针对本地知识库的自动问答☆3,316Apr 15, 2024Updated 2 years ago
- 基于ChatGLM-6b+langchain实现本地化知识库检索与智能答案生成☆23Oct 20, 2023Updated 2 years ago
- 根据代码自动生成文档和教程的AI☆15Apr 30, 2023Updated 3 years ago
- Q&A based on elasticsearch+langchain+chatglm2 | 基于elasticsearch,langchain,chatglm2的自有知识库问答☆243Sep 26, 2023Updated 2 years ago
- machine_learn☆13Aug 20, 2022Updated 3 years ago
- Google is your friend.☆10Jun 10, 2022Updated 4 years ago
- 中文langchain项目|小必应,Q.Talk,强聊,QiangTalk☆2,829Jun 20, 2023Updated 3 years ago
- DocuGen = 你的知识库 + AI大模型 = AI自动生成专业文档☆20Jan 26, 2026Updated 5 months ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- Tornado 实现一些常用工具,如:邮件/阿里大鱼/微信/钉钉/上传文件/故障管理/事件提醒☆21Nov 30, 2018Updated 7 years ago
- 本地知识库 + chatGLM6B + CustomAgent☆274Jun 9, 2023Updated 3 years ago
- Mediapipe 0.10.1 with CUDA GPU Support python libs☆11Dec 1, 2023Updated 2 years ago
- ☆78Aug 4, 2023Updated 2 years ago
- 打造人人都会的NLP,开源不易,记得star哦☆101Apr 28, 2023Updated 3 years ago
- 汽车行业中文大 模型测评基准,基于多轮开放式问题的细粒度评测☆38Dec 26, 2023Updated 2 years ago
- ☆33Feb 8, 2025Updated last year
- RAG-QA-Generator 是一个用于检索增强生成(RAG)系统的自动化知识库构建与管理工具。该工具通过读取文档数据,利用大规模语言模型生成高质量的问答对(QA对),并将这些数据插入数据库中,实现RAG系统知识库的自动化构建和管理。☆274Dec 26, 2024Updated last year
- 专注于解决数字图像处理领域的几个核心问题:图像转换,图像相似度,目标定位,目标检测,图像分割,图像聚类和图像分类. 为相关领域的研发人员提供完整的通用设计与参考实现. 涵盖了多种数字图像处理,计算机视觉,计算机图形算法.☆15Jul 31, 2022Updated 3 years ago
- Serverless GPU API endpoints on Runpod - Get Bonus Credits • AdSkip the infrastructure headaches. Auto-scaling, pay-as-you-go, no-ops approach lets you focus on innovating your application.
- This project is a web-based PDF question-answering chatbot powered by Deepseek v3 and R1's Language Learning Models (LLMs). Users can upl…☆23Jan 5, 2026Updated 6 months ago
- Code release for "MORE: Multi-mOdal REtrieval Augmented Generative Commonsense Reasoning"☆11Oct 11, 2024Updated last year
- Characterize Anything: A Wondrous Chemical Reaction between vision models and AI Characters☆15May 17, 2023Updated 3 years ago
- TEJ_API_Python_實戰應用☆14Dec 26, 2024Updated last year
- Easy and Efficient Finetuning LLMs. (Supported LLama, LLama2, LLama3, Qwen, Baichuan, GLM , Falcon) 大模型高效量化训练+部署.☆621Jan 24, 2025Updated last year
- Repo for Chinese Medical ChatGLM 基于中文医学知识的ChatGLM指令微调☆1,037May 19, 2023Updated 3 years ago
- 端到端语音识别实现;包含LAS、CTC、RNNT解码方式,模型SA(MHA)、LSTM、CNN、DFSMN等☆15Jun 4, 2021Updated 5 years ago
- 使用tensorflow.js训练AI模型,包括线性回归、逻辑回归、图像识别、语音识别、迁移学习、加载已有模型、模型转化等等☆11Jan 26, 2023Updated 3 years ago
- 利用chatgpt api和pinecone向量数据库,基于langchain开发的本地知识库问答demo。项目可以读取本地目录下的pdf文档,向量化后存储到pinecone数据库,并基于数据库中的特定领域知识进行问答。☆28Jun 14, 2023Updated 3 years ago
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- 🗝 中华古诗数据库接口( Mongodb + Node.js + Redis + Nginx),接近 5.5 万首唐诗加 26 万宋诗,以及万余唐宋诗人。☆14Nov 26, 2018Updated 7 years ago
- Official repository for ODQA experiments from Decomposed Prompting: A Modular Approach for Solving Complex Tasks, ICLR23☆13Jul 28, 2023Updated 2 years ago
- Chinese Biomedical Language Understanding Evaluation benchmark (ChineseBLUE)☆13Dec 23, 2019Updated 6 years ago
- 缝合照相机。仿抖音拍摄,包含基础相机操作,分段拍摄,滤镜,特效,视频压缩,获取封面图等功能!☆10Apr 12, 2021Updated 5 years ago
- 抖音扫码登录2023最新接口☆11Oct 2, 2023Updated 2 years ago
- 第八届“泰迪杯”数据挖掘挑战赛的一点心得☆11Nov 26, 2020Updated 5 years ago
- ChatGPT中文学习和实践资料汇总——LLaMA、ChatGLM等大模型的Finetune☆14Jun 29, 2026Updated last week