本项目为书籍《大模型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
- 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 季军方案☆639Nov 17, 2024Updated last year
- 本项目使用LLaVA 1.6多模态模型实现以文搜图和以图搜图功能。☆28Feb 26, 2024Updated 2 years ago
- 基于MCP协议和LangChain框架实现的企业级AI多Agent多模态系统,包含RAG技术增强的知识检索能力。☆45Mar 10, 2025Updated last year
- Open source password manager - Proton Pass • AdSecurely store, share, and autofill your credentials with Proton Pass, the end-to-end encrypted password manager trusted by millions.
- 学习vLLM,使用vLLM部署Qwen2-0.5B的模型,并使用docker部署。☆20Jun 22, 2024Updated 2 years ago
- GraphRAG 中文文档。GraphRAG是一种结构化的、分层的检索增强生成(RAG)方法,而不是使用纯文本片段的语义搜索方法。GraphRAG 过程包括从原始文本中提取出知识图谱,构建社群层级(这种结构通常用来描述个体、群体及它们之间的关系,帮助理解信息如何在社群内 部传…☆19Jul 12, 2024Updated 2 years ago
- FinQwen: 致力于构建一个开放、稳定、高质量的金融大模型项目,基于大模型搭建金融场景智能问答系统,利用开源开放来促进「AI+金融」。☆439Jun 11, 2024Updated 2 years ago
- This is the official repository for the paper "Mastering Collaborative Multi-modal Data Selection: A Focus on Informativeness, Uniqueness…☆17Dec 18, 2025Updated 9 months ago
- Retrieval-augmented generation (RAG) examples powered by large language models.☆174Jun 23, 2026Updated 2 months ago
- Train a 1B LLM with 1T tokens from scratch by personal☆816Apr 27, 2025Updated last year
- Introductory examples for building LLM-based AI agents. 异步图书:《大模型应用开发 动手做AI Agent》 - 这是一些非常简单的入门示例,重在引导新手入门,目前LLM开发领域发展很快,本书只是一个提纲挈领。更多的示…☆524Nov 5, 2025Updated 10 months ago
- SMP 2023 ChatGLM金融大模型挑战赛 60 分baseline思路介绍☆186Aug 10, 2023Updated 3 years ago
- 《大模型项目实战:多领域智能应用开发》配套资源☆236Mar 14, 2026Updated 6 months ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- 本项目旨在分享大模型相关技术原理以及实战经验(大模型工程化、大模型应用落地)☆25,073Jul 19, 2026Updated 2 months ago
- Accepted by EMNLP 2025 Industry Track☆21Oct 6, 2025Updated 11 months ago
- 大型语言模型实战指南:应用实践与场景落地☆91Sep 13, 2024Updated 2 years ago
- 基于 Transformer 的中英文翻译项目☆36Oct 1, 2024Updated last year
- prompt engineering ,llm,text2sql☆39Oct 7, 2023Updated 2 years ago
- large language model training-3-stages+deployment☆47Aug 9, 2026Updated last month
- 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
- ☆15Aug 26, 2024Updated 2 years ago
- 从零搭建大模型知识库(Build LLM RAG Corpus from scratch)☆91Oct 23, 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.
- 大模型检索增强生成技术最佳实践。☆96Sep 4, 2024Updated 2 years ago
- 该仓库主要记录 LLMs 算法工程师相关的顶会论文研读笔记(多模态、PEFT、小样本QA问答、RAG、LMMs可解释性、Agents、CoT)☆391Mar 29, 2024Updated 2 years ago
- ☆44Apr 11, 2025Updated last year
- 本项目设计并实现了一个基于知识图谱 RAG 与大语言模型的医疗智能问答系统。系统以 DiseaseKG 医疗数据集为基础,依托 Neo4j 构建包含 4.4 万实体与 31 万关系的领域知识图谱;结合 BERT 命名实体识别与 32B 大模型意图识别,通过精确的图谱检索与受…☆1,460May 29, 2026Updated 3 months ago
- 此项目完成了关于 NLP-Beginner:自然语言处理入门练习 的所有任务(文本分类、信息抽取、知识图谱、机器翻译、问答系统、文本生成、Text-to-SQL、文本纠错、文本挖掘、知识蒸馏、模型加速、OCR、TTS、Prompt、embedding等),所有代码都经过测试…☆223Nov 4, 2023Updated 2 years 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
- ☆148Mar 4, 2025Updated last year
- YOLOv1 implementation using PyTorch☆12Jan 18, 2023Updated 3 years 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.
- End-to-end RAG system design, evaluation, and optimization. 极客时间RAG训练营,RAG 10大组件全面拆解,4个实操项目吃透 RAG 全流程。RAG的落地,往往是面向业务做RAG,而不是反过来面向RAG做业务。这…☆833Aug 25, 2026Updated 3 weeks ago
- Unify Efficient Fine-tuning of RAG Retrieval, including Embedding, ColBERT, ReRanker.☆1,130Aug 28, 2026Updated 3 weeks ago
- 用于AIOPS24挑战赛的Demo☆64Jun 21, 2024Updated 2 years ago
- 本项目旨在分享人工智能相关应用技术以及实战经验,包括大模型、语音合成、数字人、图像生成等。☆283Sep 26, 2024Updated last year
- RAG兴趣小组,全手写的一个RAG应用。Langchain的大部分库会很方便,但是你不一定理解其中原理,所以代码尽可能展现基本算法,主打理解RAG的原理☆274Sep 25, 2024Updated last year
- MCP DeepResearch Server: 基于 LangGraph + Ollama + Tavily 的深度研究服务器,支持异步运行、超时控制与进度推送☆33Jun 16, 2025Updated last year
- A simple wrapper around "F5-TTS: A Fairytaler that Fakes Fluent and Faithful Speech with Flow Matching" that provides an OpenAI-compatibl…☆14Feb 7, 2025Updated last year