RAG-QA-Generator 是一个用于检索增强生成(RAG)系统的自动化知识库构建与管理工具。该工具通过读取文档数据,利用大规模语言模型生成高质量的问答对(QA对),并将这些数据插入数据库中,实现RAG系统知识库的自动化构建和管理。
☆278Dec 26, 2024Updated last year
Alternatives and similar repositories for RAG-QA-Generator
Users that are interested in RAG-QA-Generator are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- RAG+ChatGPT+LangChain搭建本地知识库文档问答系统☆99Jan 2, 2024Updated 2 years ago
- 基于RAG的私有知识库问答系统☆467Nov 28, 2024Updated last year
- 基于大语言模型API(本地或商用API)的外挂知识库问答系统(附neo4j实现知识图谱)☆50Jun 10, 2025Updated last year
- 陶弘景中医药大模型,包括命名实体识别,关系抽取,知识图谱构建,大模型增量微调,RAG☆18Jul 28, 2025Updated last year
- 企业级RAG系统从入门到精通☆715Jun 25, 2025Updated last year
- AI Agents on DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- Retrieval-augmented generation (RAG) examples powered by large language models.☆174Jun 23, 2026Updated 2 months ago
- 从langchain-ChatGLM基础上修改的一个可以加载TigerBot模型的基于本地知识库的问答应用,目标期望建立一套对中文场景与开源模型支持友好、可离线运行的知识库问答解决方案。☆109Jul 17, 2023Updated 3 years ago
- 利用开源大模型,通过RAG(检索增强生成)技术,实现基于企业内部知识图谱的,可内网运行的大模型智能客服☆78Mar 2, 2024Updated 2 years ago
- A LLM RAG system runs on your laptop. 大模型检索增强生成系统,可以轻松部署在笔记本电脑上,实现本地知识库智能问答。☆354Jan 28, 2026Updated 7 months ago
- 本项目旨在利用LangChain和大语言模型(如ZhipuAI)开发一个智能数据库问答系统。 该系统能够通过自然语言理解用户的查询请求,自动生成相应的SQL语句并执行,最后将查询结果以自然语言 形式返回用户。☆15Jul 31, 2024Updated 2 years ago
- 基于舆情中文核心论文的deepsearch项目☆15Apr 1, 2025Updated last year
- 🤖 基于A2A协议的智能合同风险审查系统 | AI-powered contract risk analysis system using A2A protocol☆15Jul 2, 2025Updated last year
- Distributed Reinforcement Learning for LLM Fine-Tuning with multi-GPU utilization☆22Mar 12, 2025Updated last year
- ☆16Mar 8, 2025Updated last year
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- 一种利用Langchain框架和本地向量库实现的对话式BI,它的目标是帮助用户寻找、理解数据知识,并能够分析数据、洞察结果,通过自然语言对话,降低数据分析的门槛。☆154Mar 20, 2024Updated 2 years ago
- ✨🦋 illufly - 【幻蝶】基于记忆蒸馏、资料检索的自我进化智能体☆80Dec 7, 2025Updated 9 months ago
- 本项目设计并实现了一个基于知识图谱 RAG 与大语言模型的医疗智能问答系统。系统以 DiseaseKG 医疗数据集为基础,依托 Neo4j 构建包含 4.4 万实体与 31 万关系的领域知识图谱;结合 BERT 命名实体识别与 32B 大模型意图识别,通过精确的图谱检索与受…☆1,439May 29, 2026Updated 3 months ago
- ✨ 大语言模型 (LLM) 的自然语言数据库查询系统 (RAG) Natural Language Database Query System (RAG) based on LLM✨ (with README in English) 🚩 通过自然语言提问,使用大语言模型智…☆65May 27, 2025Updated last year
- 基于ChatGLM-6b+langchain实现本地化知识库检索与智能答案生成☆22Oct 20, 2023Updated 2 years ago
- 在本项目中模拟健康档案私有知识库构建和检索全流程,通过一份代码实现了同时支持多种大模型(如OpenAI、阿里通义千问等)的RAG(检索增强生成)功能:(1)离线步骤:文档加载->文档切分->向量化->灌入向量数据库;在线步骤:获取用户问题->用户问题向量化->检索向量数据库…☆339Sep 6, 2024Updated 2 years ago
- Dive into LLM Agents☆18Jun 1, 2024Updated 2 years ago
- RAGOnMedicalKG,将大模型RAG与KG结合,完成demo级问答,旨在给出基础的思路。☆356Mar 31, 2024Updated 2 years ago
- AI-powered natural language BI assistant that turns business questions into SQL, charts, and data insights.☆16Apr 26, 2026Updated 4 months ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- Create your own GPT intelligent assistants using Azure OpenAI, Ollama, and local models, build and manage local knowledge bases, and expa…☆103Aug 2, 2024Updated 2 years ago
- 大模型检索增强生成技术最佳实践。☆96Sep 4, 2024Updated 2 years ago
- prompt 工程项目案例☆128Aug 27, 2026Updated last week
- ☆19Mar 24, 2026Updated 5 months ago
- 阿里天池: 2023全球智能汽车AI挑战赛——赛道一:AI大模型检索问答 baseline 80+☆121Dec 28, 2023Updated 2 years ago
- 这是一份集成了RAG和微调以及思维链的LLM应用!最近也结合了知识图谱以及智能体agent~后续还会有很多更新!☆19Oct 12, 2024Updated last year
- 编写 ChatGPT 的入门教程:从 openai 官网学来的,如何使用 openai 的 api key密钥,访问 openai 的接口,实现与 ChatGPT 同等功能的人工智能聊天 demo ,也可以对其中的模型微调,减少对话内容空洞、毫无营养、废话连篇。注意:对音频…☆12Apr 19, 2023Updated 3 years ago
- An automated pipeline for scraping, processing, and visualizing medical Q&A data to build high-quality datasets. Includes a comprehensive…☆25Dec 24, 2024Updated last year
- 从零搭建大模型知识库(Build LLM RAG Corpus from scratch)☆90Oct 23, 2024Updated last year
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- LowFER: Low-rank Bilinear Pooling for Link Prediction (ICML 2020)☆13Sep 24, 2022Updated 3 years ago
- DocuGen = 你的知识库 + AI大模型 = AI自动生成专业文档☆22Jan 26, 2026Updated 7 months ago
- 用最简单的代码带你实现基于大模型的本地知识库问答系统☆34Sep 5, 2023Updated 3 years ago
- ☆22Apr 24, 2023Updated 3 years ago
- 自动批量上传并解析文档至 RagFlow 知识库,省去手动操作,提升效率。☆531Updated this week
- Implementing RAG Knowledge Base with Langchain☆14Nov 7, 2024Updated last year
- EasyMKL☆14Jun 12, 2018Updated 8 years ago