一个按路线图逐步实现的 RAG 学习项目:从 Naive RAG → Advanced RAG → Agentic RAG → GraphRAG & Fine-tuning → RAGOps,在本地用 LangChain + 向量库把“文档问答”跑通,并逐步加入语义分块、混合检索、重排序、路由、自反思与工具调用等能力。 从最简单的 Demo 进化到企业级、甚至科研级的 RAG 系统。
☆223Jan 13, 2026Updated 7 months ago
Alternatives and similar repositories for UltimateRAG
Users that are interested in UltimateRAG 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☆72Updated this week
- 本项目是一个基于 LangGraph和大语言模型(LLM)实现的 Agentic RAG (检索增强生成)系统。它融合了动态查询分析和自我纠错机制,能够根据用户问题的复杂度智能地选择最优的策略(直接回答、向量库检索或网络搜索),并对生成的答案进行相关性评估,从而实现更高质量…☆68Oct 21, 2025Updated 9 months ago
- PipelineLLM 是一个系统性的大语言模型(LLM)后训练学习项目,涵盖从监督微调(SFT)到偏好优化(DPO)、强化学习(RLHF/PPO/GRPO)再到持续学习(Continual Learning)的完整技术栈。☆33Jan 16, 2026Updated 7 months ago
- • 基于 FastAPI + LangGraph 的医院导诊 Agentic 助手:整合 Redis/Elasticsearch/Milvus 做症状与流程的 RAG 对话,支持多轮意图识别、检索重写、答案生成,以及 rich 驱动 的多会话 CLI 体验,便于参考构建生…☆29Dec 23, 2025Updated 7 months ago
- ReAct-Agent 是一个结合多模态工具、调度器推理与多级检索的企业级知识库问答系统。项目采用 Flask + SQLite + Faiss 搭建完整后端,并提供现代化的 Web 管理界面与丰富的 API,支持 Agent 决策、网络搜索、Python 代码执行等高级能…☆17May 9, 2026Updated 3 months ago
- 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.
- LC-StudyLab 是一个完整演示 LangChain v1.0 全家桶能力的开源项目,整合了 LangGraph、DeepAgents、RAG 检索增强生成、Guardrails 安全校验与流式输出智能体等核心特性,帮助开发者系统掌握 LangChain v1 的所有…☆391Dec 9, 2025Updated 8 months ago
- 本项目实现了一个基于多智能体(Multi-Agent)和检索增强生成(Retrieval-Augmented Generation, RAG)技术的客户支持系统。它利用 Python、LangChain 和 LangGraph 构建了一个能够处理各种旅行相关查询的对话式 A…☆297Jul 10, 2026Updated last month
- Paper-Agent 是一个面向科研人员和学生的智能论文检索与调研工具。项目基于多智能体协作架构(LangGraph),通过自然语言处理(NLP)、自动化搜索,帮助用户高效查找学术论文、分析文献内容,并进行论文调研。Paper-Agent 支持多平台集成、关键词搜索、自动…☆404Updated this week
- 大模型应用开发的方向,上下文工程是设计原则,Agent Harness 是构建目标,本项目的目标,是为开发者和研究者提供一份大模型应用开发的骨架思路☆753Jul 15, 2026Updated last month
- DocMind - 企业级 RAG 智能问答系统☆17Dec 29, 2025Updated 7 months ago
- NetPulse: Crossing the event horizon of information☆63Mar 21, 2026Updated 4 months ago
- 赛博医生项目——”赛博华佗“,基于多模态大模型的多功能智能体,一键搭建本地多模态大模型。接入医疗健康相关的知识图谱和知识库后可以进行疾病初诊,病历分析,专业知识问答等功能,成为你的私人医生。赛博华佗项目能帮助实现医疗资源的跨地域传播,让更多人借助大模型改善健康水平。"Cyb…☆477Updated this week
- ☆25Jan 25, 2026Updated 6 months ago
- AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HIT…☆863Updated this week
- 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.
- Structured workflow that stops AI from forgetting your requirements. 4 phases with validation gates. Not smarter AI, just controllable pr…☆41Jan 18, 2026Updated 6 months ago
- ☆13Aug 19, 2025Updated 11 months ago
- Modern Electron-based desktop application providing a polished chat interface for CLI AI agents (Claude Code, OpenAI Codex). Supports bot…☆80Jan 26, 2026Updated 6 months ago
- 基于llama-index框架的 RAG 最佳实践,通过业界领先的PDF结构化文档解析能力、混合检索、small2big、Contextual rag等策略实现了高精度的传统rag模式问答效果,同时支持基于plan and solve agent执行pipline的Deep…☆58Jun 3, 2026Updated 2 months ago
- 基于 Neo4j 知识图谱与通义千问 LLM 的多模态医学问答系统,支持多跳推理、医学影像分割与分析、文档自动入库,提供 Web 界面与命令行两种交互模式。A multimodal medical QA system powered by Neo4j knowledge g…☆53Mar 21, 2026Updated 4 months ago
- 408-RAG 是一个基于本地知识库的智能问答系统,专为计算机(408)考研设计。它利用检索增强生成(RAG)技术,结合 Milvus/Chroma 向量数据库和大型语言模型(如 Qwen3),提供精准、高效的考点检索、真题解析和智能问答功能。☆35Jul 30, 2025Updated last year
- 开源的大模型生成PPTX方案,包含完整前后端,支持图片搜索,支持自定义参考内容,支持自定义模型服务商,支持自定义场景☆34Nov 3, 2025Updated 9 months ago
- 这是一个 LangChain 1.0 和 LangGraph 1.0 的学习仓库,学习如何进行agent开发,涵盖从基础概念到实战项目的完整学习路径。☆627Jan 11, 2026Updated 7 months ago
- 五星大厨:全面Multi-Agent 的 客服机器人,基于langraph实现,txt2sql ,txt2cypher, lightrag, 多模态 等☆385Jun 24, 2026Updated last month
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- ☆20Feb 28, 2026Updated 5 months ago
- 🔍大模型应用开发实战一:RAG 技术全栈指南,在线阅读地址:https://datawhalechina.github.io/all-in-rag/☆10,400Jul 29, 2026Updated 2 weeks ago
- Official implementation for "Instruction Tuning with Retrieval-based Examples Ranking for Aspect-based Sentiment Analysis"☆13Mar 23, 2026Updated 4 months ago
- 深度解析链接、文档或代码,生成“全能导师级”的教学笔记☆605Mar 16, 2026Updated 5 months ago
- ☆13Mar 28, 2025Updated last year
- 在不可靠的 AI 之上构建可靠的软件。通过 SSOT、Knife 切片、质量闸门与证据闭环,让单人驾驭大型 AI 项目。☆84Feb 17, 2026Updated 6 months ago
- A MCP server (Streamable HTTP) for asking user questions via a web interface, inspired by the Claude Code AskUserQuestion Tool.☆36Feb 5, 2026Updated 6 months ago
- 商旅-agent-guide | 企业级 AI Agent 学习+实战+面试一体化项目 | Python/Java/Go 三语言 | 200+面试题 | STAR面试稿 | 哆啦A梦漫画☆122Apr 1, 2026Updated 4 months ago
- 这个项目是一个医疗智能诊断助手系统,简单说就是:> 你输入病人的症状,AI系统会像一个经验丰富的医生团队一样,查阅大量病例文献,进行分析推理,然后给出诊断建议和治疗方案。☆36Sep 24, 2025Updated 10 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.
- SHU 上海大学抢课助手(2024 新系统)☆13Dec 24, 2024Updated last year
- A responsive AI notebook that helps you record and explore your life.☆32Jan 3, 2026Updated 7 months ago
- MemVault 自托管的 AI 记忆管理平台 — 为 AI Agent 提供持久化的跨会话记忆能力。 基于 mem0 构建,提供完整的多租户管理界面、RESTful API、MCP 协议支持和 OpenClaw 插件,让你的 AI Agent 真正"记住"每一位用户。☆18Feb 19, 2026Updated 5 months ago
- 使用 Ruoyi-Vue3 重新实现 xxl-job 的管理后台页面☆11Jun 20, 2025Updated last year
- 适用于flow2api的webUI 生图界面☆20Mar 12, 2026Updated 5 months ago
- GitHub Trending Daily Briefing Skills for Claude Code☆61Jun 5, 2026Updated 2 months ago
- 拼好RAG:手搓并融合了GraphRAG、LightRAG、Neo4j-llm-graph-builder进行知识图谱构建以及搜索;整合DeepSearch技术实现私域RAG的推理;自制针对GraphRAG的评估框架| Integrate GraphRAG, LightRA…☆2,318Nov 5, 2025Updated 9 months ago