基于大语言模型API(本地或商用API)的外挂知识库问答系统(附neo4j实现知识图谱)
☆48Jun 10, 2025Updated 8 months ago
Alternatives and similar repositories for simple_RAG_with_LLMs_API
Users that are interested in simple_RAG_with_LLMs_API are comparing it to the libraries listed below
Sorting:
- 基于大语言模型的RAG项目,分别实现了基于文本和知识图谱的RAG☆27Dec 11, 2025Updated 2 months ago
- 简单实现了一下基于知识图谱和文本文档联合做检索增强(RAG)大模型的实现,这里采用的数据分别是管廊维护领域的文本文档和专家知识图谱☆24Jun 6, 2024Updated last year
- KGB-RAG是一个基于neo4j图数据库和其他图数据库的知识图谱检索系统,它可以根据用户的自然语句提问,从原数据库获取相关实体信息,并通过知识图谱检索技术以及结合大模型自身能力来增强回答用户的自然语言提问。☆63Dec 20, 2024Updated last year
- 利用开源大模型,通过RAG(检索增强生成)技术,实现基于企业内部知识图谱的,可内网运行的大模型智能客服☆78Mar 2, 2024Updated last year
- 本项目设计了一个基于 RAG 与大模型技术的医疗问答系统,利用 DiseaseKG 数据集与 Neo4j 构 建知识图谱,结合 BERT 的命名实体识别和 34b 大模型的意图识别,通过精确的知识检索和问答生成, 提升系统在医疗咨询中的性能,解决大模型在医疗领域应用的可…☆1,075May 21, 2024Updated last year
- 微信小程序+云开发 电商类的小程序 主要功能:商品分类、购物车、收藏、个人中心、会员、积分商城、后台管理☆11Nov 30, 2022Updated 3 years ago
- 基于 LLM Lora 微调的金融问答系统,主要结合了 PDF 解析、LLM 微调、vllm 推理优化框架等技术☆53Mar 11, 2025Updated 11 months ago
- 基于AntV G6 工作流设计器 绘制流程图☆10Apr 20, 2022Updated 3 years ago
- 欢迎来到 RAG 检索增强生成!这是一个使用 OpenAI API 和 Milvus 向量数据库的问答系统,结合了检索增强生成(RAG)技术。☆10Nov 4, 2024Updated last year
- An asynchronous TCP server framework written in C# for .NET 2.0 and higher.☆20May 25, 2013Updated 12 years ago
- 使用大模型自动构建课程知识图谱☆36May 26, 2025Updated 9 months ago
- 收集整理大模型面试题☆12Aug 29, 2024Updated last year
- 使用大模型自动构建课程知识图谱☆10Aug 9, 2024Updated last year
- 基于element组件的富表单,表单设计器,流程设计器☆12Jun 13, 2025Updated 8 months ago
- Tuleap documentation in reStructuredText format, built with Sphinx☆10Feb 17, 2026Updated last week
- 自助 BI 低代码搭建方案☆11Jul 25, 2023Updated 2 years ago
- Persistence support for NServiceBus using NHibernate☆12Updated this week
- Lowcode engine demo for Vue(2.7/3)☆13Apr 12, 2024Updated last year
- 前端一键集成WPS加载项☆11Nov 9, 2022Updated 3 years ago
- 微信公众号爬虫☆23Jul 14, 2025Updated 7 months ago
- 基于Vue3 + TypeScript实现的拖拽式低代码平台☆10May 26, 2022Updated 3 years ago
- 一个基于 electron-vue 开发的 美化 JSON 小工具☆14Dec 10, 2022Updated 3 years ago
- Linq-like SQL query builder for use with microORMs.☆12Mar 9, 2014Updated 11 years ago
- Native AI 是一个探索本地生活电商领域的多智能体系统,通过 AI 助手一站式解决用户吃喝玩乐住行等日常生活需求。系统基于大语言模型技术,主要为了探索Multi Agent的应用。☆12Apr 13, 2025Updated 10 months ago
- 文言文信息抽取(实体识别+关系抽取)☆10Feb 24, 2023Updated 3 years ago
- An AI project to provide `private` chat and RAG service. 一个提供私有化检索增强生成的AI项目☆11Jul 14, 2024Updated last year
- HareDu is a library that consumes the RabbitMQ REST API that is used to manage and monitor a RabbitMQ server or cluster.☆20Apr 2, 2013Updated 12 years ago
- Dapper Persistence - a simple context and unit of work for Dapper☆13Dec 8, 2023Updated 2 years ago
- 可自定义关键词获取一定时间范围内几乎所有数据的微博爬虫项目☆11Oct 24, 2023Updated 2 years ago
- rush! - A new way of browsing and remembering 一种新的博览与记忆的方式☆11Mar 18, 2016Updated 9 years ago
- Samples for Async, Enterprise Library, Metro, NHibernate, Service Bus, Mobile, etc.☆20Jul 18, 2012Updated 13 years ago
- Json MediaTypeFormatter using JIL☆14Jul 23, 2014Updated 11 years ago
- 在中文开源大模型的基础上进行定制化的微调,拥有自己专属的语言模型。☆51May 20, 2023Updated 2 years ago
- 基于amis amis-editor 的 react ts版本 包含编辑器编辑 移动pc端展示☆13Oct 7, 2023Updated 2 years ago
- 一个在vue项目中使用jsPlumb的实际案例☆11Jan 4, 2023Updated 3 years ago
- WorkFlow using Odata and OdataClientV4 with C#☆11Apr 20, 2016Updated 9 years ago
- A .NET EventBus implemented with Reactive Extensions☆10Jan 23, 2015Updated 11 years ago
- A Drag & Drop Form Builder base on Bootstrap v4.x☆13Aug 28, 2022Updated 3 years ago
- 这段代码会根据用户定义的正则表达式规则从文本中抽取属性三元组,我用它完成知识图谱构建的一个环节,使用方法写在README中,欢迎交流和指正!☆11Apr 4, 2021Updated 4 years ago