本项目为书籍《大模型RAG实战》的代码以及资料汇总。
☆287Nov 18, 2024Updated last year
Alternatives and similar repositories for RAG-Book
Users that are interested in RAG-Book are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 大模型LLM,RAG实战☆143Jul 22, 2025Updated last year
- 企业级RAG系统从入门到精通☆707Jun 25, 2025Updated last year
- Francois Chollet-Deep Learning with Python的python代码加中文注释☆13Jan 9, 2018Updated 8 years ago
- Easy-to-Use RAG Framework; CCF AIOps International Challenge 2024 Top3 Solution; CCF AIOps 国际挑战赛 2024 季军方案☆637Nov 17, 2024Updated last year
- 基于MCP协议和LangChain框架实现的企业级AI多Agent多模态系统,包含RAG技术增强的知识检索能力。☆44Mar 10, 2025Updated last year
- Simple, predictable pricing with DigitalOcean hosting • AdAlways know what you'll pay with monthly caps and flat pricing. Enterprise-grade infrastructure trusted by 600k+ customers.
- Dive into LLM Agents☆18Jun 1, 2024Updated 2 years ago
- 学习vLLM,使用vLLM部署Qwen2-0.5B的模型,并使用docker部署。☆20Jun 22, 2024Updated 2 years ago
- KDD 2024 AQA competition 2nd place solution☆12Jul 21, 2024Updated 2 years ago
- FinQwen: 致力于构建一个开放、稳定、高质量的金融大模型项目,基于大模型搭建金融场景智能问答系统,利用开源开放来促进「AI+金融」。☆435Jun 11, 2024Updated 2 years ago
- Retrieval-augmented generation (RAG) examples powered by large language models.☆174Jun 23, 2026Updated last month
- Train a 1B LLM with 1T tokens from scratch by personal☆814Apr 27, 2025Updated last year
- Agentic RAG for open domain text-to-query☆16Aug 28, 2025Updated 11 months ago
- Introductory examples for building LLM-based AI agents. 异步图书:《大模型应用开发 动手做AI Agent》 - 这是一些非常简单的入门示例,重在引导新手入门,目前LLM开发领域发展很快,本书只是一个提纲挈领。更多的示…☆509Nov 5, 2025Updated 9 months ago
- Distributed Reinforcement Learning for LLM Fine-Tuning with multi-GPU utilization☆22Mar 12, 2025Updated 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.
- SMP 2023 ChatGLM金融大模型挑战赛 60 分baseline思路介绍☆186Aug 10, 2023Updated 3 years ago
- 本项目旨在分享大模型相关技术原理以及实战经验(大模型工程化、大模型应用落地)☆24,884Jul 19, 2026Updated 3 weeks ago
- Accepted by EMNLP 2025 Industry Track☆21Oct 6, 2025Updated 10 months ago
- 大型语言模型实战指南:应用实践与场景落地☆90Sep 13, 2024Updated last year
- large language model training-3-stages+deployment☆47Updated this week
- Demo app with Loguru logging, async middleware to generate X-request-Id. Works with Gunicorn or Uvicorn, and is safe to use with async/th…☆10Feb 2, 2022Updated 4 years ago
- 从零搭建大模型知识库(Build LLM RAG Corpus from scratch)☆90Oct 23, 2024Updated last year
- 大模型检索增强生成技术最佳实践。☆95Sep 4, 2024Updated last year
- 该仓库主要记录 LLMs 算法工程师相关的顶会论文研读笔记(多模态、PEFT、小样本QA问答、RAG、LMMs可解释性、Agents、CoT)☆388Mar 29, 2024Updated 2 years 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.
- ☆44Apr 11, 2025Updated last year
- 本项目设计并实现了一个基于知识图谱 RAG 与大语言模型的医疗智能问答系统。系统以 DiseaseKG 医疗数据集为基础,依托 Neo4j 构建包含 4.4 万实体与 31 万关系的领域知识图谱;结合 BERT 命名实体识别与 32B 大模型意图识别,通过精确的图谱检索与受…☆1,398May 29, 2026Updated 2 months ago
- ppo算法实现☆41Jun 5, 2024Updated 2 years ago
- A simple implement for multi-label text classification with Bert. I will extend the code to a higher version for very long text over 512,…☆12Jun 2, 2021Updated 5 years ago
- ☆143Mar 4, 2025Updated last year
- End-to-end RAG system design, evaluation, and optimization. 极客时间RAG训练营,RAG 10大组件全面拆解,4个实操项目吃透 RAG 全流程。RAG的落地,往 往是面向业务做RAG,而不是反过来面向RAG做业务。这…☆811Jul 25, 2026Updated 2 weeks ago
- MCP DeepResearch Server: 基于 LangGraph + Ollama + Tavily 的深度研究服务器,支持异步运行、超时控制与进度推送☆32Jun 16, 2025Updated last year
- 用于AIOPS24挑战赛的Demo☆64Jun 21, 2024Updated 2 years ago
- RAG兴趣小组,全手写的一个RAG应用。Langchain的大部分库会很方便,但是你不一定理解其中原理,所以代码尽可能展现基本算法,主打理解RAG的原理☆269Sep 25, 2024Updated last year
- Proton VPN Special Offer - Get 70% off • AdSpecial partner offer. Trusted by over 100 million users worldwide. Tested, Approved and Recommended by Experts.
- gpt_server是一个用于生产级部署LLMs、Embedding、Reranker、ASR、TTS、文生图、图片编辑和文生视频的开源框架。☆254May 9, 2026Updated 3 months ago
- 一个强调工程化、可观测、可测试、可扩展的 RAG 项目。TraceRAG 的目标不是只把答案“生成出来”,而是把文档导入、切块、向量化、检索、带来源回答、评估与后续 tracing 拆成可独立验证的阶段,逐步演进成一个可维护、可解释、可复盘的生产级 RAG。☆15Apr 2, 2026Updated 4 months ago
- Learning LLM Implementaion and Theory for Practical Landing☆197Dec 28, 2024Updated last year
- 国内外数据竞赛资讯整理☆18Nov 6, 2021Updated 4 years ago
- ☆11Oct 29, 2022Updated 3 years ago
- 本项目是针对RAG中的Retrieve阶段的召回技术及算法效果所做评估实验。使用主体框架为LlamaIndex.☆296Jul 24, 2025Updated last year