基于RAG的私有知识库问答系统
☆467Nov 28, 2024Updated last year
Alternatives and similar repositories for fufan-chat-api
Users that are interested in fufan-chat-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:
- fufan-chat-api的前端项目☆27Nov 1, 2024Updated last year
- 《赋范大模型技术社区》是针对各阶大模型学习者量身打造的基于各类大模型,包括环境设置、本地部署、高效微调、开发实战等技能在内的全流程指导!☆1,013Oct 11, 2025Updated 10 months ago
- RAG+ChatGPT+LangChain搭建本地知识库文档问答系统☆99Jan 2, 2024Updated 2 years ago
- RAG-QA-Generator 是一个用于检索增强生成(RAG)系统的自动化知识库构建与管理工具。该工具通过读取文档数据,利用大规模语言模型生成高质量的问答对(QA对),并将这些数据插入数据库中,实现RAG系统知识库的自动化构建和管理。☆278Dec 26, 2024Updated last year
- 从零搭建大模型知识库(Build LLM RAG Corpus from scratch)☆90Oct 23, 2024Updated 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.
- A LLM RAG system runs on your laptop. 大模型检索增强生成系统,可以轻松部署在笔记本电脑上,实现本地知识库智能问答。☆353Jan 28, 2026Updated 7 months ago
- Vibe Coding AI Full Stack Development Practical Training 2026 · The First AI Programming Bootcamp☆121Mar 12, 2026Updated 5 months ago
- 欢迎来到 RAG 检索增强生成!这是一个使用 OpenAI API 和 Milvus 向量数据库的问答系统,结合了检索增强生成(RAG)技术。☆10Nov 4, 2024Updated last year
- MCP Server测试系列☆34May 16, 2025Updated last year
- 本项目设计并实现了一个基于知识图谱 RAG 与大语言模型的医疗智能问答系统。系统以 DiseaseKG 医疗数据集为基础,依托 Neo4j 构建包含 4.4 万实体与 31 万关系的领域知识图谱;结合 BERT 命名实体识别与 32B 大模型意图识别,通过精确的图谱检索与受…☆1,437May 29, 2026Updated 3 months ago
- 陶弘景中医药大模型,包括命名实体识别,关系抽取,知识图谱构建,大模型增量微调,RAG☆18Jul 28, 2025Updated last year
- 基于React + FastAPI + LangChain + 通义千问的智能医疗问答系统,支持基于检索增强生成(RAG)的医疗知识问答。☆110Mar 27, 2025Updated last year
- 基于RAG的知识问答系统,主要结合了 LLM、Langchain、提示工程、优化知识库结构和检索生成流程、vllm 推理优化框架等技术☆25Mar 12, 2025Updated last year
- End-to-end RAG system design, evaluation, and optimization. 极客时间RAG训练营,RAG 10大组件全面拆解,4个实操项目吃透 RAG 全流程。RAG的落地,往往是面向业务做RAG,而不是反过来面向RAG做业务。 这…☆824Aug 25, 2026Updated last week
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- 赛博医生项目——”赛博华佗“,基于多模态大模型的多功能智能体,一键搭建本地多模态大模型。接入医疗健康相关的知识图谱和知识库后可以进行疾病初诊,病历分析,专业知识问答等功能,成为你的私人医生。赛博华佗项目能帮助实现医疗资源的跨地域传播,让更多人借助大模型改善健康水平。"Cyb…☆485Aug 16, 2026Updated 2 weeks ago
- 本项目是一个基于RAG(检索增强生成)技术的文档检索系统,包含用户认证、文档处理和向量检索等功能。项目采用模块化设计,使用MySQL数据库存储用户信息,使用向量数据库存储文档向量。系统支持多种文件格式的导入、处理和检索,为用户提供基于大模型的智能问答服务。☆18Aug 31, 2025Updated last year
- 企业级RAG系统从入门到精通☆715Jun 25, 2025Updated last year
- 使用LangGraph+DeepSeek-R1+FastAPI+Gradio实现一个带有记忆功能的流量包推荐智能客服web端用例,同时也支持gpt大模型、国产大模型(OneApi方式)、Ollama本地开源大模型、阿里通义千问大模型☆475Apr 14, 2025Updated last year
- 一种利用Langchain框架和本地向量库实现的对话式BI,它的目标是帮助用户寻找、理解数据知识,并能够分析数据、洞察结果,通过自然语言对话,降低数据分析的门槛。☆153Mar 20, 2024Updated 2 years ago
- Langchain-Chatchat(原Langchain-ChatGLM)基于 Langchain 与 ChatGLM, Qwen 与 Llama 等语言模型的 RAG 与 Agent 应用 | Langchain-Chatchat (formerly langchain…☆38,614Nov 10, 2025Updated 9 months ago
- A comprehensive guide to understanding and implementing large language models with hands-on examples using LangChain for GenAI applicatio…☆1,776Mar 8, 2025Updated last year
- 在本项目中模拟健康档案私有知识库构建和检索全流程,通过一份代码实现了同时支持多种大模型(如OpenAI、阿里通义千问等)的RAG(检索增强生成)功能:(1)离线步骤:文档加载->文档切分->向量化->灌入向量数据库;在线步骤:获取用户问题->用户问题向量化->检索向量数据库…☆339Sep 6, 2024Updated last year
- 本项目是一款基于 Python 与 AI 大语言模型的财经新闻智能分析工具,能够自动从财经资讯网站抓取最新新闻,提取标题与正文,并调用 AI 模型对新闻进行行业归类、关键词提炼、市场影响评估及事件关联分析。系统可批量处理新闻,输出结构化分析结果至 pdf文件以及自动发送研报…☆24Aug 13, 2025Updated last year
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- 多模态PDF的RAG Agent☆35Aug 3, 2025Updated last year
- 可私有部署的多租户知识智能体平台:统一 RAG、知识图谱、多智能体、MCP/Skills、沙盒与权限管理。Self-hosted knowledge agent platform for RAG, knowledge graphs and multi-agent workf…☆6,628Updated this week
- A modular graph-based Retrieval-Augmented Generation (RAG) system☆35,819Updated this week
- multi-Agent & GraphRAG 智能客服系统☆43Aug 13, 2026Updated 3 weeks ago
- 课程代码☆26Apr 30, 2026Updated 4 months ago
- 本地化 RAG 智能体应用,基于 Python(Qwen Agent)和 Gradio WebUI,集成 Elasticsearch、多模型与可视化界面,助力企业快速搭建私有知识库问答系统。| Local RAG agent app with Python (Qwen Ag…☆18Jul 28, 2025Updated last year
- mindmap tool based on drawnix☆20Nov 15, 2025Updated 9 months ago
- LightRAG与GraphRAG在索引构建、检索测试中的耗时、模型请求次数、Token消耗金额、检索质量等方面进行对比☆181Dec 1, 2024Updated last year
- Out-of-the-box DeepSeek OCR document parsing Web Studio☆569Oct 27, 2025Updated 10 months ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- 本仓库旨在记录和分享我在 LLM 和 Agent 领域 的学习历程,并通过实践项目深入理解相关技术。通过从零开始构建基于 LLM 和 Agent 的应用,学习LLM原理和Agent开发经验。☆28Mar 28, 2025Updated last year
- 一个适合学习、使用、自主扩展的RAG【检索增强生成】系统!可联网做AI搜索☆526Sep 4, 2024Updated 2 years ago
- 基于电商数据微调的Qwen2.5系列的电商大模型,电商数据sft后电商大模型。是https://github.com/leeguandong/EcommerceLLM的升级版本。qwen2.5的效果很好。☆13Oct 4, 2024Updated last year
- 基于 🦜️🔗 LangChain 与 DeepSeek R1 大语言模型的本地知识库问答 serve 端。 本项目是本地知识库问答应用的 serve 后端。目前实现基本的 RAG 功能。 使用 FastAPI + Uvicorn + SQLModel + SQLite…☆89Oct 16, 2025Updated 10 months ago
- devops-platform-vue 是一款企业级开发、效能、运维平台。打通项目立项、研发、测试、发布、运维等流程形成闭环。☆20Dec 9, 2022Updated 3 years ago
- Aix-DB 基于 LangChain/LangGraph 框架,结合 MCP Skills 多智能体协作架构,实现自然语言到数据洞察的端到端转换。☆2,241Updated this week
- 拼好RAG:手搓并融合了GraphRAG、LightRAG、Neo4j-llm-graph-builder进行知识图谱构建以及搜索;整合DeepSearch技术实现私域RAG的推理;自制针对GraphRAG的评估框架| Integrate GraphRAG, LightRA…☆2,332Nov 5, 2025Updated 9 months ago