基于RAG的私有知识库问答系统
☆459Nov 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
- 基于ReAct构建的电商智能客服代理☆54Sep 19, 2024Updated last year
- 《赋范大模型技术社区》是针对各阶大模型学习者量身打 造的基于各类大模型,包括环境设置、本地部署、高效微调、开发实战等技能在内的全流程指导!☆967Oct 11, 2025Updated 8 months ago
- 一个用于BiliBili网站实时热点&舆情分析的AI 智能体☆95Nov 19, 2024Updated last year
- 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
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- RAG-QA-Generator 是一个用于检索增强生成(RAG)系统的自动化知识库构建与管理工具。该工具通过读取文档数据,利用大规模语言模型生成高质量的问答对(QA对),并将这些数据插入数据库中,实现RAG系统知识库的自动化构建和管理。☆273Dec 26, 2024Updated last year
- RAG+ChatGPT+LangChain搭建本地知识库文档问答系统☆92Jan 2, 2024Updated 2 years ago
- 欢迎来到 RAG 检索增强生成!这是一个使用 OpenAI API 和 Milvus 向量数据库的问答系统,结合了检索增强生成(RAG)技术。☆10Nov 4, 2024Updated last year
- A LLM RAG system runs on your laptop. 大模型检索增强生成系统,可以轻松部署在笔记本电脑上,实现本地知识库智能问答。☆342Jan 28, 2026Updated 4 months ago
- 一种利用Langchain框架和本地向量库实现的对话式BI,它的目标是帮助用户寻找、理解数据知识,并能够分析数据、洞察结果,通过自然语言对话,降低数据分析的门槛。☆152Mar 20, 2024Updated 2 years ago
- 从零搭建大模型知识库(Build LLM RAG Corpus from scratch)☆89Oct 23, 2024Updated last year
- 本项目设计并实现了一个基于知识图谱 RAG 与大语言模型的医疗智能问答系统。系统以 DiseaseKG 医疗数据集为基础,依托 Neo4j 构建包含 4.4 万实体与 31 万关系的领域知识图谱;结合 BERT 命名实体识别与 32B 大模型意图识别,通过精确的图谱检索与受…☆1,295May 29, 2026Updated 2 weeks ago
- End-to-end RAG system design, evaluation, and optimization. 极客时间RAG训练营,RAG 10大组件全面拆解,4个实操项目吃透 RAG 全流程。RAG的落地,往往是面向业务做RAG,而不是反过来面向RAG做业务。这…☆744Jul 16, 2025Updated 10 months ago
- This repository is a hub for AI Agent projects, including GitHub Sentinel, LanguageMentor, and ChatPPT, designed to enhance enterprise wo…☆338Nov 3, 2024Updated last year
- 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.
- ☆22Feb 5, 2025Updated last year
- Langchain-Chatchat(原Langchain-ChatGLM)基于 Langchain 与 ChatGLM, Qwen 与 Llama 等语言模型的 RAG 与 Agent 应用 | Langchain-Chatchat (formerly langchain…☆38,136Nov 10, 2025Updated 7 months ago
- 陶弘景中医药大模型,包括命名实体识别,关系抽取,知识图谱构建,大模型增量微调,RAG☆19Jul 28, 2025Updated 10 months ago
- 一个适合学习、使用、自主扩展的RAG【检索增强生成】系统!可联网做AI搜索☆524Sep 4, 2024Updated last year
- ⚡FlashRAG: A Python Toolkit for Efficient RAG Research (WWW2025 Resource)☆3,501Apr 10, 2026Updated 2 months ago
- 离线部署大模型,构建一个可以上传本地知识库进行RAG问答且可以自行调用工具的Agent。☆41Apr 23, 2024Updated 2 years ago
- LangGraph+A2A+MCP 实现的Agent RAG☆52Nov 14, 2025Updated 7 months ago
- 基于大语言模型的RAG项目,分别实现了基于文本和知识图谱的RAG☆29Dec 11, 2025Updated 6 months ago
- 本项目旨在构建一套多场景下可复用的辅助决策型智能 Agent 系统。通过提取用户输入的关键信息,结合历史数据进行智能匹配,系统可在教育路径、法律咨询、金融投资、心理健康、企业经营、供应链优化、危机应对、智能客服等多个领域提供个性化决策建议。系统采用统一的决策流程设计,具备高…☆27Mar 7, 2026Updated 3 months ago
- 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.
- RuoYi-RAG 是一个基于 Spring AI框架开发的 AI 知识库检索增强生成(RAG)系统的服务端。该系统为 AI知识库管理系统 和 AI知识库用户端 提供接口服务,支持多种 AI 模型进行知识检索和问答。☆166Oct 2, 2025Updated 8 months ago
- 在本项目中模拟 健康档案私有知识库构建和检索全流程,通过一份代码实现了同时支持多种大模型(如OpenAI、阿里通义千问等)的RAG(检索增强生成)功能:(1)离线步骤:文档加载->文档切分->向量化->灌入向量数据库;在线步骤:获取用户问题->用户问题向量化->检索向量数据库…☆289Sep 6, 2024Updated last year
- 本项目旨在构建一个基于电影知识图谱和大型语言模型(LLM)的KBQA问答系统,以实现对电影领域知识的查询和理解。该系统将电影知识图谱与自然语言处理技术相结合,为用户提供了一个便捷、智能的电影知识查询工具。☆43Jul 22, 2024Updated last year
- ☆74Jun 2, 2026Updated last week
- 微信公众号文章下载,阅读数,点赞数获取等☆17Jun 19, 2025Updated 11 months ago
- Spring AI and PGVector 基于个人知识库的AI问答系统,使用Spring AI 1.0版本实现☆296May 24, 2025Updated last year
- 基于LangGraph开发的智能体项目,可借助大模型自动调用工具规划旅游行程,包括景点搜索、交通查询、饭店酒店查询等功能☆42Aug 27, 2024Updated last year
- Implementing RAG Knowledge Base with Langchain☆14Nov 7, 2024Updated last year
- Based on the large model development framework of langchain, LangGraph is integrated to create a scalable workflow architecture. RAG。基于la…☆41Sep 12, 2024Updated last year
- GPUs on demand by Runpod - Special Offer Available • AdRun AI, ML, and HPC workloads on powerful cloud GPUs—without limits or wasted spend. Deploy GPUs in under a minute and pay by the second.
- 中文文本的向量表示方法(Sentence-BERT, CoSENT)的PyTorch简单实现,可以用于文本相似度计算。☆10Mar 27, 2022Updated 4 years ago
- A powerful tool for creating datasets for LLM fine-tuning 、RAG and Eval☆14,450May 1, 2026Updated last month
- QA based on local knowledge and LLM.☆249Jan 16, 2026Updated 4 months ago
- A comprehensive guide to understanding and implementing large language models with hands-on examples using LangChain for GenAI applicatio…☆1,756Mar 8, 2025Updated last year
- Multi-Agent AI system that automatically retrieves the latest Football news and creates a newsletter☆29Apr 16, 2024Updated 2 years ago
- [KDD 2023] AdaProp: Learning Adaptive Propagation for Graph Neural Network based Knowledge Graph Reasoning☆31Oct 26, 2023Updated 2 years ago
- 在线作业提交系统、课设作业☆12Jul 22, 2021Updated 4 years ago