基于RAG的私有知识库问答系统
☆464Nov 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
- 《赋范大模型技术社区》是针对各阶大模型学习者量身打造的基于各类大模型,包括环境设置、本地部署、高效微调、开发实战等技能在内的全流程指导!☆991Oct 11, 2025Updated 9 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)☆89Oct 23, 2024Updated last year
- 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 LLM RAG system runs on your laptop. 大模型检索增强生成系统,可以轻松部署在笔记本电脑上,实现本地知识库智能问答。☆348Jan 28, 2026Updated 5 months ago
- In this repo, we explore Microsoft’s MagneticOne multi-agent system. It includes a workflow summary, a basic diagram, and a draft impleme…☆15Nov 27, 2024Updated last year
- 本项目设计并实现了一个基于知识图谱 RAG 与大语言模型的医疗智能问答系统。系统以 DiseaseKG 医疗数据集为基础,依托 Neo4j 构建包含 4.4 万实体与 31 万关系的领域知识图谱;结合 BERT 命名实体识别与 32B 大模型意图识别,通过精确的图谱检索与受…☆1,368May 29, 2026Updated last month
- 基于React + FastAPI + LangChain + 通义千问的智能医疗问答系统,支持基于检索增强生成(RAG)的医疗知识问答。☆106Mar 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做业务。这…☆796Jul 10, 2026Updated 2 weeks ago
- 赛博医生项目——”赛博华佗“,基于多模态大模型的多功能智能体,一键搭建本地多模态大模型。接入医疗健康相关的知识图谱和知识库后可以进行疾病初诊,病历分析,专业知识问答等功能,成为你的私人医生。赛博华佗项目能帮助实现医疗资源的跨地域传播,让更多人借助大模型改善健康水平。"Cyb…☆455Nov 30, 2025Updated 7 months ago
- 企业级RAG系统从入门到精通☆703Jun 25, 2025Updated last year
- 使用LangGraph+DeepSeek-R1+FastAPI+Gradio实现一个带有记忆功能的流量包推荐智能客服web端用例,同时也支持gpt大模型、国产大模型(OneApi方式)、Ollama本地开源大模型、阿里通义千问大模型☆464Apr 14, 2025Updated last year
- 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.
- A comprehensive guide to understanding and implementing large language models with hands-on examples using LangChain for GenAI applicatio…☆1,769Mar 8, 2025Updated last year
- Spring AI and PGVector 基于个人知识库的AI问答系统,使用Spring AI 1.0版本实现☆300May 24, 2025Updated last year
- This repository is a hub for AI Agent projects, including GitHub Sentinel, LanguageMentor, and ChatPPT, designed to enhance enterprise wo…☆340Nov 3, 2024Updated last year
- 在本项目中模拟健康档案私有知识库构建和检索全流程,通过一份代码实现了同时支持多种大模型(如OpenAI、阿里通义千问等)的RAG(检索增强生成)功能:(1)离线步骤:文档加载->文档切分->向量化->灌入向量数据库;在线步骤:获取用户问题->用户问题向量化->检索向量数据库…☆317Sep 6, 2024Updated last year
- 本项目是一款基于 Python 与 AI 大语言模型的财经新闻智能分析工具,能够自动从财经资讯网站抓取最新新闻,提取标题与正文,并调用 AI 模型对新闻进行行业归类、关键词提炼、市场影响评估及事件关联分析。系统可批量处理新闻,输出结构化分析结果至 pdf文件以及自动发送研报…☆24Aug 13, 2025Updated 11 months ago
- 多模态PDF的RAG Agent☆35Aug 3, 2025Updated 11 months ago
- multi-Agent & GraphRAG 智能客服系统☆36Apr 18, 2026Updated 3 months ago
- 课程代码☆24Apr 30, 2026Updated 2 months ago
- LightRAG与GraphRAG在索引构建、检索测试中的耗时、模型请求次数、Token消耗金额、检索质量等方面进行对比☆177Dec 1, 2024Updated 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.
- 本仓库旨在记录和分享我在 LLM 和 Agent 领域的学习历程,并通过实践项目深入理解相关技术。通过从零开始构建基于 LLM 和 Agent 的应用,学习LLM原理和Agent开发经验。☆26Mar 28, 2025Updated last year
- 从零开始搭建爬虫+向量数据库+LLM大模型构建企业私有化知识库☆67Nov 29, 2023Updated 2 years ago
- 一个适合学习、使用、自主扩展的RAG【检索增强生成】系统!可联网做AI搜索☆526Sep 4, 2024Updated last year
- ☆22Feb 5, 2025Updated last year
- 基于电商数据微调的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 9 months ago
- Aix-DB 基于 LangChain/LangGraph 框架,结合 MCP Skills 多智能体协作架构,实现自然语言到数据洞察的端到端转换。☆2,200Jun 22, 2026Updated last month
- 拼好RAG:手搓并融合了GraphRAG、LightRAG、Neo4j-llm-graph-builder进行知识图谱构建以及搜索;整合DeepSearch技术实现私域RAG的推理;自制针对GraphRAG的评估框架| Integrate GraphRAG, LightRA…☆2,287Nov 5, 2025Updated 8 months ago
- tensorflow implementation of GHM-C Loss☆12Apr 26, 2019Updated 7 years 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.
- DCNN Based Image Edge Detection (FCN + HED + UNet + ResNet)☆13Apr 21, 2018Updated 8 years ago
- RAGOnMedicalKG,将大模型RAG与KG结合,完成demo级问答,旨在给出基础的思路。☆355Mar 31, 2024Updated 2 years ago
- 复现大模型相关算法及一些学习记录☆3,467Jul 2, 2026Updated 3 weeks ago
- ChatGPT WebUI using gradio. 给 LLM 对话和检索知识问答RAG提供一个简单好用的Web UI界面☆142Aug 22, 2024Updated last year
- 本项目基于 HuggingFace Transformers 和 PEFT (LoRA),专注于中文法律文本的因果语言模型微调。首先,利用 Qwen2-70B 大模型对下载的法律裁判文书进行思维链(Chain-of-Thought, CoT)抽取,实现模型蒸馏与知识迁移;随…☆19Aug 10, 2025Updated 11 months ago
- ⚡FlashRAG: A Python Toolkit for Efficient RAG Research (WWW2025 Resource)☆3,529Updated this week
- A powerful tool for creating datasets for LLM fine-tuning 、RAG and Eval☆14,691May 1, 2026Updated 2 months ago