基于大语言模型API(本地或商用API)的外挂知识库问答系统(附neo4j实现知识图谱)
☆49Jun 10, 2025Updated last year
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. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- KGB-RAG是一个基于neo4j图数据库和其他图数据库的知识图谱检索系统,它可以根据用户的自然语句提问,从原数据库获取相关实体信息,并通过知识图谱检索技术以及结合大模型自身能力来增强回答用户的自然语言提问。☆65Dec 20, 2024Updated last year
- 基于深度知识图谱和预训练大语言模型的医疗问答系统☆32Jul 24, 2024Updated 2 years ago
- 基于大模型+知识图谱的知识库问答☆566Apr 8, 2026Updated 4 months ago
- 基于大语言模型的RAG项目,分别实现了基于文本和知识图谱的RAG☆28Jul 3, 2026Updated last month
- 本项目旨在构建一个基于电影知识图谱和大型语言模型(LLM)的KBQA问答系统,以实现对电影领域知识的查询和理解。该系统将电影知识图谱与自然语言处理技术相结合,为用户提供了一个便捷、智能的电影知识查询工具。☆40Jul 22, 2024Updated 2 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- KAG开源框架介绍及使用KAG实现知识增强生成应用(产品模式测试、开发者模式测试),KAG是OpenSPG发布v0.5版本中推出的知识增强生成(KAG)的专业领域知识服务框架,旨在充分利用知识图谱和向量检索的优势,增强大型语言模型和知识图谱,以解决 RAG 挑战☆153Apr 14, 2025Updated last year
- 利用开源大模型,通过RAG(检索增强生成)技术,实现基于企业内部知识图谱的,可内网运行的大模型智能客服☆78Mar 2, 2024Updated 2 years ago
- 使用大模型自动构建课程知识图谱☆41May 26, 2025Updated last year
- 陶弘景中医药大模型,包括命名实体识别,关系抽取,知识图谱构建,大模型增量微调,RAG☆18Jul 28, 2025Updated last year
- 简单实现了一下基于知识图谱和文本文档联合做检索增强(RAG)大模型的实现,这里采用的数据分别是管廊维护领域的文本文档和专家知识图谱☆24Jun 6, 2024Updated 2 years ago
- 本项目设计并实现了一个基于知识图谱 RAG 与大语言模型的医疗智能问答系统。系统以 DiseaseKG 医疗数据集为基础,依托 Neo4j 构建包含 4.4 万实体与 31 万关系的领域知识图谱;结合 BERT 命名实体识别与 32B 大模型意图识别,通过精确的图谱检索与受…☆1,420May 29, 2026Updated 3 months ago
- 基于chatglm实现的知识问答系统,本地知识库经过es检索系统召回+text2vec向量相似度计算再召回,作为prompt输入给chatglm后生成回答☆19Jul 24, 2023Updated 3 years ago
- 针对建筑规范文本数据的知识图谱实体关系提取,知识图谱构建,检索增强生成DEMO☆41Aug 7, 2024Updated 2 years ago
- 中英文语料数据清洗及分布式分句分词预处理工作☆12Mar 28, 2020Updated 6 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- Text-to-SQL with GraphRAG on Knowledge Graph Semantic Representation of SQL Databases☆25May 23, 2025Updated last year
- 欢迎来到 RAG 检索增强生成!这是一个使用 OpenAI API 和 Milvus 向量数据库的问答系统,结合了检索增强生成(RAG)技术。☆10Nov 4, 2024Updated last year
- RAGOnMedicalKG,将大模型RAG与KG结合,完成demo级问答,旨在给出基础的思路。☆356Mar 31, 2024Updated 2 years ago
- A book room based Agent | 智能书库☆51Apr 30, 2025Updated last year
- 基于 OneKE 的知识图谱构建与 RAG 问答系统搭建☆27Jun 29, 2024Updated 2 years ago
- 基于cnstd+cnocr作为基础,封装的一个ocr的web服务☆10Nov 21, 2021Updated 4 years ago
- 问答系统☆13Apr 3, 2019Updated 7 years ago
- 文言文信息抽取(实体识别+关系抽取)☆10Feb 24, 2023Updated 3 years ago
- 基于大模型与多模态知识图谱技术融合的智慧农业问答系统,支持结构化文本、非结构化文本和图片三种数据类型。☆15Sep 16, 2025Updated 11 months 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.
- A simple GPT-3 interface to automate core legal writing tasks☆13Mar 8, 2023Updated 3 years ago
- 为实现代码的高扩展性和兼容性,提出一套综合解决方案,支持多种大模型类型的无缝集成,包括GPT系列大模型、国内主流模型(如通义千问、智谱AI等),以及本地化部署的大模型(如qwen2.5)。☆28Nov 20, 2024Updated last year
- ✨ 大语言模型 (LLM) 的自然语言数据库查询系统 (RAG) Natural Language Database Query System (RAG) based on LLM✨ (with README in English) 🚩 通过自然语言提问,使用大语言模型智…☆65May 27, 2025Updated last year
- 采用bert-bilstm-attn的关系抽取模型,基于pytorch,数据集为百度的开源数据集☆10Jul 27, 2022Updated 4 years ago
- RAG-QA-Generator 是一个用于检索增强生成(RAG)系统的自动化知识库构建与管理工具。该工具通过读取文档数据,利用大规模语言模型生成高质量的问答对(QA对),并将这些数据插入数据库中,实现RAG系统知识库的自动化构建和管理。☆278Dec 26, 2024Updated last year
- 新词发现,信息熵,左右互信息☆16Nov 3, 2018Updated 7 years ago
- “法阿”中文分词:做最好的 Python 法律中文分词组件☆35Dec 15, 2020Updated 5 years ago
- 榮獲全國前標獎項:Accuracy in the Top 8% Nationwide; AI CUP 2024 E.SUN Artificial Intelligence Open Competition – Application of RAG and LLM in Fi…☆23Sep 2, 2025Updated 11 months ago
- 数智中医——基于知识图谱与大语言模型的中医药智能问答平台☆14Oct 29, 2025Updated 10 months ago
- Deploy open-source AI quickly and easily - Special Bonus Offer • AdRunpod Hub is built for open source. One-click deployment and autoscaling endpoints without provisioning your own infrastructure.
- 收集整理大模型面试题☆12Aug 29, 2024Updated 2 years ago
- 天池2019广东工业智造创新大赛,布料切割方案算法设计☆14Jan 6, 2022Updated 4 years ago
- Code of "HSACC: Incomplete Multi-view Clustering via Hierarchical Semantic Alignment and Cooperative Completion" (NeurIPS 2025)☆72Jul 17, 2026Updated last month
- 这段代码会根据用户定义的正则表达式规则从文本中抽取属性三元组,我用它完成知识图谱构建的一个环节,使用方法写在README中,欢迎交流和指正!☆11Apr 4, 2021Updated 5 years ago
- 1.基于qwen3大模型或领域化qwen3大模型 2.neo4j知识图谱 3.向量检索 4.文本检索 5.问答实现☆24Feb 4, 2026Updated 6 months ago
- 本项目旨在结合知识图谱技术和先进的大语言模型,构建一个能够深入理解用户问题并提供准确、有逻辑性回答的智能问答系统。☆65May 18, 2024Updated 2 years ago
- pytorch+bert实现的意图识别与槽位填充☆11May 30, 2023Updated 3 years ago