本项目为书籍《大模型RAG实战》的代码以及资料汇总。
☆283Nov 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实战☆140Jul 22, 2025Updated 10 months ago
- 基于MCP协议和LangChain框架实现的企业级AI多Agent多模态系统,包含RAG技术增强的知识检索能力。☆41Mar 10, 2025Updated last year
- ☆14Sep 2, 2024Updated last year
- Francois Chollet-Deep Learning with Python的python代码加中文注释☆13Jan 9, 2018Updated 8 years ago
- 企业级RAG系统从入门到精通☆699Jun 25, 2025Updated 11 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.
- 本项目使用LLaVA 1.6多模态模型实现以文搜图和以图搜图功能。☆28Feb 26, 2024Updated 2 years ago
- Easy-to-Use RAG Framework; CCF AIOps International Challenge 2024 Top3 Solution; CCF AIOps 国际挑战赛 2024 季军方案☆632Nov 17, 2024Updated last year
- GraphRAG 中文文档。GraphRAG是一种结构化的、分层的检索增强生成(RAG)方法,而不是使用纯文本片段的语义搜索方法。GraphRAG 过程包括从原始文本中提取出知识图谱,构建社群层级(这种结构通常用来描述个体、群体及它们之间的关系,帮助理解信息如何在社群内部传…☆19Jul 12, 2024Updated last year
- 本项目旨在分享大模型相关技术原理以及实战经验(大模型工程化、大模型应用落地)☆24,452May 25, 2026Updated 2 weeks ago
- 基于大语言模型的检索增强生成RAG示例☆175May 4, 2025Updated last year
- Dive into LLM Agents☆18Jun 1, 2024Updated 2 years ago
- 学习vLLM,使用vLLM部署Qwen2-0.5B的模型,并使用docker部署。☆20Jun 22, 2024Updated last year
- 一个开源的多模态 AI 搜索项目,结合 大语言模型(LLM)+ 多源搜索引擎 + 多 Agent 架构,打造新一代的智能问答式搜索体验☆17Mar 26, 2025Updated last year
- Agentic RAG for open domain text-to-query☆16Aug 28, 2025Updated 9 months ago
- 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.
- KDD 2024 AQA competition 2nd place solution☆12Jul 21, 2024Updated last year
- FinQwen: 致力于构建一个开放、稳定、高质量的金融大模型项目,基于大模型搭建金融场景智能问答系统,利用开源开放来促进「AI+金融」。☆438Jun 11, 2024Updated last year
- Train a 1B LLM with 1T tokens from scratch by personal☆807Apr 27, 2025Updated last year
- SMP 2023 ChatGLM金融大模型挑战赛 60 分baseline思路介绍☆186Aug 10, 2023Updated 2 years ago
- ☆24May 20, 2025Updated last year
- 大型语言模型实战指南:应用实践与场景落地☆88Sep 13, 2024Updated last year
- 本项目设计并实现了一个基于知识图谱 RAG 与大语言模型的医疗智能问答系统。系统以 DiseaseKG 医疗数据集为基础,依托 Neo4j 构建包含 4.4 万实体与 31 万关系的领域知识图谱;结合 BERT 命名实体识别与 32B 大模型意图识别,通过精确的图谱检索与受…☆1,284May 29, 2026Updated last week
- large language model training-3-stages+deployment☆47Aug 14, 2023Updated 2 years ago
- 从零搭建大模型知识库(Build LLM RAG Corpus from scratch)☆89Oct 23, 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.
- 动手学推荐系统-源代码.rar☆28Jan 15, 2024Updated 2 years ago
- Code of paper "A Video Dataset for Falling Object Detection around Buildings" https://arxiv.org/abs/2408.05750☆19Jul 10, 2025Updated 11 months ago
- 该仓库主要记录 LLMs 算法工程师相关的顶会论文研读笔记(多模态、PEFT、小样本QA问答、RAG、LMMs可解释性、Agents、CoT)☆383Mar 29, 2024Updated 2 years ago
- ☆15Aug 26, 2024Updated last year
- 大模型检索增强生成技术最佳实践。☆90Sep 4, 2024Updated last year
- ☆45Apr 11, 2025Updated last year
- BiLSTM-CRF-NER☆33Apr 7, 2022Updated 4 years ago
- 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
- 此项目完成了关于 NLP-Beginner:自然语言处理入门练习 的所有任务(文本分类、信息抽取、知识图谱、机器翻译、问答系统、文本生成、Text-to-SQL、文本纠错、文本挖掘、知识蒸馏、模型加速、OCR、TTS、Prompt、embedding等),所有代码都经过测试…☆220Nov 4, 2023Updated 2 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.
- 大模型训练、推理、推荐系统相关☆30Nov 30, 2025Updated 6 months ago
- ECAI 2025☆20May 4, 2026Updated last month
- Code for the paper "Multi-Field Adaptive Retrieval," a research project on a semi-structured document retrieval☆17Feb 13, 2026Updated 3 months 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
- Unify Efficient Fine-tuning of RAG Retrieval, including Embedding, ColBERT, ReRanker.☆1,123May 24, 2026Updated 2 weeks ago
- gpt_server是一个用于生产级部署LLMs、Embedding、Reranker、ASR、TTS、文生图、图片编辑和文生视频的开源框架。☆255May 9, 2026Updated last month
- RAG兴趣小组,全手写的一个RAG应用。Langchain的大部分库会很方便,但是你不一定理解其中原理,所以代码尽可能展现基本算法,主打理解RAG的原理☆263Sep 25, 2024Updated last year