内容库 / 主题
Topic · rag

RAG 检索增强主题中枢

活文档 · 论文卡 · 笔记 · 仓库 · 攻略

主题活文档 Live Doc

全部
rag · 知识库活文档
rag · 知识库活文档 更新:R69 · 检索单元 entity 化 + Memory Foundation Model + 人本 RAG + 生产成本 + 极轻量 + ㊾ --- 0. 范围与定调 RAG 在 2026 H2 仍是 Knowledge Runtime + Memory + RAG + Long-Co
活文档 2026-08-25

论文卡 Papers

全部
Distributing Accountability, Not Capability: Phase Separation and the LLM Workflow Quadrant in Autonomous AI Agent Architectures
Distributing Accountability, Not Capability: Phase Separation and the LLM Workflow Quadrant in Autonomous AI Agent Architectures
arXiv:2210.03629 Agent 智能体 方法 OA · 绿色 被引 10421 · S2

探索以交错方式使用 LLM 同时生成推理轨迹和任务特定动作,使两者产生更大协同:推理轨迹帮助模型归纳、跟踪和更新动作计划以及处理异常,而动作使其与外部源交互以获取额外信息。The use of LLMs are explored to generate both reasoning traces and task-specific actions in an interleaved manner, allowing for greater synergy between the two: reasoning traces help the model induce, track, and update action plans as well as handle exceptions, while actions allow it to interface with external sources to gather additional information.

DINOv2: Learning Robust Visual Features without Supervision
DINOv2:无监督学习鲁棒的视觉特征
arXiv:2304.07193 多模态 方法 OA · 绿色 被引 9976 · S2

本文回顾现有方法,并融合多种技术从数据与模型规模两方面扩展预训练,提出一条自动化流水线以构建专用、多样且经过筛选的图像数据集,替代自监督文献中常用的未筛选数据。This work revisits existing approaches and combines different techniques to scale the pretraining in terms of data and model size, and proposes an automatic pipeline to build a dedicated, diverse, and curated image dataset instead of uncurated data, as typically done in the self-supervised literature.

Recent Advances in Convolutional Neural Networks
卷积神经网络近期进展
arXiv:1512.07108 多模态 综述 OA · 绿色 被引 6068 · S2

本文详细介绍了 CNN 在多个方面的改进,包括层设计、激活函数、损失函数、正则化、优化与快速计算,并阐述了卷积神经网络在计算机视觉、语音与自然语言处理中的多种应用。This paper details the improvements of CNN on different aspects, including layer design, activation function, loss function, regularization, optimization and fast computation, and introduces various applications of convolutional neural networks in computer vision, speech and natural language processing.

ScanNet: Richly-annotated 3D Reconstructions of Indoor Scenes
ScanNet:富含标注的室内场景三维重建
arXiv:1702.04405 多模态 评测集 OA · 绿色 被引 5793 · S2

本文推出 ScanNet,一个 RGB-D 视频数据集,包含 1513 个场景中的 250 万视角,标注有三维相机位姿、表面重建与语义分割,并表明使用该数据可在多项三维场景理解任务上取得 SOTA 性能。This work introduces ScanNet, an RGB-D video dataset containing 2.5M views in 1513 scenes annotated with 3D camera poses, surface reconstructions, and semantic segmentations, and shows that using this data helps achieve state-of-the-art performance on several 3D scene understanding tasks.

Toolformer: Language Models Can Teach Themselves to Use Tools
Toolformer:语言模型自学使用工具
arXiv:2302.04761 Agent 智能体 方法 OA · 绿色 被引 5230 · S2

本文提出 Toolformer,训练其决定调用哪些 API、何时调用、传入什么参数,以及如何将结果最佳地融入后续 token 预测,在多种下游任务上显著提升零样本性能。This paper introduces Toolformer, a model trained to decide which APIs to call, when to call them, what arguments to pass, and how to best incorporate the results into future token prediction, which achieves substantially improved zero-shot performance across a variety of downstream tasks.

Tree of Thoughts: Deliberate Problem Solving with Large Language Models
Tree of Thoughts:大语言模型的审慎问题求解
arXiv:2305.10601 Agent 智能体 方法 OA · 绿色 被引 4726 · S2

一种面向语言模型推理的新框架 Tree of Thoughts (ToT),推广了流行的 Chain of Thought 提示方法,允许在作为问题求解中间步骤的连贯文本单元(thoughts)上进行探索。A new framework for language model inference, Tree of Thoughts (ToT), which generalizes over the popular Chain of Thought approach to prompting language models, and enables exploration over coherent units of text (thoughts) that serve as intermediate steps toward problem solving.

Switch Transformers: Scaling to Trillion Parameter Models with Simple\n and Efficient Sparsity
Switch Transformers:通过简单且高效的稀疏性将模型扩展到万亿参数规模
arXiv:2101.03961 LLM 基础设施 方法 OA · 绿色 被引 4614 · S2

简化了 MoE 路由算法,设计出通信与计算成本更低的直观改进模型,并首次证明大型稀疏模型可以使用更低精度格式进行训练This work simplifies the MoE routing algorithm and design intuitive improved models with reduced communication and computational costs and shows large sparse models may be trained, for the first time, with lower precision formats.

Pointer Sentinel Mixture Models
Pointer Sentinel Mixture Models
arXiv:1609.07843 LLM 基础设施 方法 OA · 绿色 被引 4466 · S2

Pointer sentinel-LSTM 模型在 Penn Treebank 上以远少于标准 softmax LSTM 的参数量达到 SOTA 语言建模性能,并开源了 WikiText 语料库The pointer sentinel-LSTM model achieves state of the art language modeling performance on the Penn Treebank while using far fewer parameters than a standard softmax LSTM and the freely available WikiText corpus is introduced.

Random Erasing Data Augmentation
Random Erasing 数据增强
arXiv:1708.04896 工程化 方法 OA · 绿色 被引 4283 · S2

在训练过程中,Random Erasing 在图像中随机选择一个矩形区域并以随机值擦除其像素,在图像分类、目标检测与行人重识别任务中相较于强基线均带来稳定提升In training, Random Erasing randomly selects a rectangle region in an image and erases its pixels with random values and yields consistent improvement over strong baselines in image classification, object detection and person re-identification.

Emergent Abilities of Large Language Models
大语言模型的涌现能力
arXiv:2206.07682 LLM 基础设施 综述 OA · 绿色 被引 3782 · S2

本文讨论了一种被称为大语言模型涌现能力的不可预测现象——若某项能力在小模型中不存在而在大模型中存在,则称为涌现。This paper discusses an unpredictable phenomenon that is referred to as emergent abilities of large language models, an ability to be emergent if it is not present in smaller models but is present in larger models.

Training Compute-Optimal Large Language Models
Training Compute-Optimal Large Language Models
arXiv:2203.15556 工程化 方法 OA · 绿色 被引 3649 · S2

本工作训练了一个预测的计算最优模型 Chinchilla,使用与 Gopher 相同的计算预算,但参数量为 70B、数据量为 4 倍,达到 SOTA 平均准确率,比 Gopher 提升超过 7%。This work trains a predicted compute-optimal model, Chinchilla, that uses the same compute budget as Gopher but with 70B parameters and 4$\times$ more more data, and reaches a state-of-the-art average accuracy, greater than a 7% improvement over Gopher.

BERTopic: Neural topic modeling with a class-based TF-IDF procedure
BERTopic:基于类内 TF-IDF 流程的神经主题建模
arXiv:2203.05794 工程化 方法 OA · 绿色 被引 2989 · S2

提出 BERTopic,一种通过开发类内 TF-IDF 变体来提取一致性主题表示,从而扩展主题建模流程的主题模型BERTopic is presented, a topic model that extends the process of topic modeling by extracting coherent topic representation through the development of a class-based variation of TF-IDF.

笔记 Notes

全部
研究草稿 · 2026-08-25
主题: RAG系统生产级实践 · LangChain/LangGraph版本演进 · Agentic RAG范式迁移 检索范围: CSDN(RAG/Agent/LangChain/LangGraph)、AI HOT(20260825)、Substack AI Agent工程化 标题: LLM RAG系统生产级实践:从M…
Jay 2026-08-25 ragllm-infracsdn
CSDN 高价值技术内容摘录 · Jay · 2026-08-25
CSDN / GitCode 高价值内容:RAG 框架选型、LLM Agent 架构演进、大模型本地部署 来源信息 作者:程序猿李巡天 平台:GitCode(CSDN 镜像) 链接: 发布时间:2026(推断) 核心观点摘要 文章对 OpenRAG(Langflow 团队 2025 年末推出)与 LangChain、L…
Jay 2026-08-25 agentragcsdn
rag · E1 预消化简报(2026-08-25)
执行: Tom · 08:50 CST 窗口: inbox 近 2 天(20260823 下午 ~ 20260825 早间)+ paper_cards 近 3 天新卡抽查 本简报目的: 为今晚 RAG 活文档接力(R69 → R70)预习备料,聚焦尚未进入 R68 基线的增量条目 来源: Tom/inbox/tom/2…
Tom 2026-08-25 rag
Tom 文献雷达 · AI Agent / RAG / 长上下文 · 2026-08-25 第二期
| # | 来源 | 标题 | 标签 | ||||| | 1 | arXiv | EnSIRAG: EntityStructureIndexed RAG for LongDocument QA | rag, benchmark | | 2 | Substack | δmem:RAG 和长上下文之外的第三种 Agent …
Tom 2026-08-25 agentrag
Tom 文献雷达 · AI Agent / RAG / 长上下文 · 2026-08-25 第三期
| # | 来源 | 标题 | 标签 | ||||| | 1 | HF Daily | Better Retrieval, Worse Robustness: Multihop RAG 放大上游 ASR 错误 | rag, benchmark | | 2 | HF Daily | MobilePABench: 移动端 …
Tom 2026-08-25 agentrag
Agent · RAG · 长上下文雷达 · 2026-08-25
| # | 标题 | 来源 | 关键点 | ||||| | 5 | AutoResearch: Insight In, Hallucination Out | HF 0822 | 两阶段:Idea Generation → Execution,多模型生成 + 交叉评审减少幻觉 | | 6 | TianoForge: B…
Tom 2026-08-25 agentrag
CSDN 高价值技术条目检索报告
| # | 标题 | 来源 | 发布日期 | 评分 | 筛选结果 | ||||||| | 1 | AI Agent 开发技术完全学习指南(202607 基线版) | agent.csdn.net | 202607 | 0.755 | ✅ 入选 | | 2 | LLM / RAG / Agent 的评估工具对比 | bl…
Jay 2026-08-23 16:20 agentragengineeringcsdn
知识库草稿 · Jay · 2026-08-23
采用基数树(Radix Tree)管理 KV 缓存,跨请求自动前缀匹配与复用 多轮对话场景缓存命中率提升 35 倍 支持约束解码(FSM + 正则)强制 JSON/XML 格式化输出 借鉴 OS 虚拟内存分页机制,将 KV 缓存分割为固定大小块,动态分配 Continuous Batching 实时将新请求动态加入处理…
Jay 2026-08-23 ragllm-infracsdn

仓库 Repos

全部
safishamsi/graphify
Python · 2026-07-03 数据与向量库 生产可用 Stars 76856 周增 +3752

AI 编程助手 Skill(兼容 Claude Code、Codex、OpenCode、Cursor、Gemini CLI 等),可将任意代码、SQL schema、R 脚本、shell 脚本、文档、论文、图片或视频文件夹转换为可查询的知识图谱,应用代码、数据库 schema 与基础设施统一于一张图谱中。AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs, papers, images, or videos into a queryable knowledge graph. App code + database schema + infrastructure in one graph.

ragmultimodaldatabase
bojieli/ai-agent-book
Python · 2026-08-22 Agent 智能体 研究原型 Stars 40756 周增 +2317

《深入理解 AI Agent:设计原理与工程实践》(李博杰 著)开源主仓库:全书正文、编译版 PDF 与按章配套代码

agentragmultimodalllm-infra
HKUDS/DeepTutor
Python · 2026-08-16 Agent 智能体 应用 生产可用 Stars 35926 周增 +1820

DeepTutor:Agent 原生的个性化辅导系统。https://deeptutor.info/DeepTutor: Lifelong Personalized Tutoring. https://deeptutor.info/.

agentragllm-infra
infiniflow/ragflow
Go · 2026-08-17 RAG 检索增强 应用 生产可用 Stars 88637 周增 +1661

RAGFlow 是一款领先的开源 RAG 引擎,融合前沿 RAG 与 Agent 能力,为 LLM 构建更优的上下文层。RAGFlow is a leading open-source Retrieval-Augmented Generation (RAG) engine that fuses cutting-edge RAG with Agent capabilities to create a superior context layer for LLMs

agentragllm-infra
Graphify-Labs/graphify
Python · 2026-08-10 数据与向量库 生产可用 Stars 105053 周增 +966

将任何代码库及其文档、SQL schema、配置文件和 PDF 转化为可查询的知识图谱。适用于 Claude Code、Cursor、Codex 和 Gemini CLI 的 /graphify skill:本地确定性 AST 解析,每条边都有解释,无需向量存储。Turn any codebase, with its docs, SQL schemas, configs, and PDFs, into a queryable knowledge graph. A /graphify skill for Claude Code, Cursor, Codex, and Gemini CLI: local deterministic AST parsing, every edge explained, no vector store.

agentragdatabasellm-infra
headroomlabs-ai/headroom
Python · 2026-08-25 Agent 智能体 生产可用 Stars 67551 周增 +742

在 tool 输出、日志、文件与 RAG chunks 进入 LLM 之前进行压缩,token 减少 60-95%,答案保持不变。可作为库、proxy 或 MCP server 使用。Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.

agentragllm-infra

攻略 Guides

全部
komal-SkyNET/claude-skill-homeassistant · 上手攻略
claudeskillhomeassistant 是把 Claude Code 包装成 Home Assistant 配置与自动化专家的一个 skill 仓库,作者 Komal Venkatesh Ganesan,MIT License。仓库同时以两种形态分发: Claude Code skill:skills/homeassistantmanager/SK…
Agent 智能体 komal-SkyNET/claude-skill-homeassistant spark 2026-08-25 Claude Code skill / Home…
coderonion/awesome-llm-and-aigc · 上手攻略
coderonion/awesomellmandaigc 是一个 LLM / VLM / VLA / AIGC 领域的精选资源列表(Awesome List),按 Framework(模型/训练/推理/量化/RAG)、Application(IDE/聊天机器人/具身智能/代码助手/知识库等)、Dataset、Learning Resources、Commun…
多模态 coderonion/awesome-llm-and-aigc Jay 2026-08-25 llm · awesome-list · lea…
josiah-nelson/eidos · 上手攻略
Eidos 是一个私有的、自托管的跨机器文件搜索系统,让你用"记忆"而非"路径"来搜索文件。它能同时索引工作站、笔记本、服务器、虚拟机(VM)、网络存储和压缩档案,从一个统一入口返回跨所有设备的搜索结果——无需记住"文件在哪台机器上"。 与普通桌面搜索(只能搜本机)、云盘搜索(只能搜云端内容)、向量搜索(丢失文件身份与位置)不同,Eidos 的核心思路是:先…
数据与向量库 josiah-nelson/eidos Jay 2026-08-25 developer-tools · search…
pedrohcgs/claude-code-my-workflow · 上手攻略
一个开箱即 fork 的 Claude Code 学术工作流模板,把 PhD 课程生产环境里打磨出来的 AI 辅助学术工作流打包成可复用的模板仓库。覆盖论文(LaTeX/Quarto)、幻灯片(Beamer)、数据分析(R/Python)、文献综述、Replication Package 全流程。本质是一个"AI 包工头"——你描述目标,Claude Cod…
Agent 智能体 pedrohcgs/claude-code-my-workflow Tom 2026-08-25 skill