retrieval-augmented generation
PulseAugur coverage of retrieval-augmented generation — every cluster mentioning retrieval-augmented generation across labs, papers, and developer communities, ranked by signal.
- instance of Royal Galician Academy 90%
- used by large-language models 90%
- used by LLM 90%
- used by LLMs 90%
- instance of Graphrag 90%
- instance of Ragas 90%
- uses TigerGraph 90%
- used by TigerGraph 90%
- instance of Apium graveolens 90%
- used by large language model 90%
- instance of GraphRAG with Knowledge Graphs for Question Answering on Administrative Meeting Records 90%
- instance of HotpotQA 90%
- 2026-05-20 research_milestone A developer built a safety-first RAG agent for support tickets, ranking highly in a hackathon. 来源
- 2026-05-10 research_milestone A study empirically analyzed byte-exact deduplication in RAG systems, demonstrating significant context reduction without quality loss. 来源
- 2026-05-10 research_milestone A study assessed RAG and fine-tuning for industrial question-answering applications, finding RAG to be more cost-effective. 来源
- 2026-05-10 research_milestone A study assessed RAG and fine-tuning for industrial question-answering applications, finding RAG to be more cost-effective. 来源
17 天有情绪数据
-
Developer builds RAG chatbot for custom knowledge base queries
A developer has created a Retrieval-Augmented Generation (RAG) chatbot that allows users to query their own data. This chatbot does not require fine-tuning, instead connecting directly to a knowledge base to provide acc…
-
Local LLMs could code better with RAG for dev docs
A user on Reddit is exploring the use of Retrieval-Augmented Generation (RAG) to enable local large language models (LLMs) to code more effectively by accessing up-to-date developer documentation. The primary concern is…
-
New QASC method enhances RAG by adapting document chunking to user queries
Researchers have introduced Query-Adaptive Semantic Chunking (QASC), a novel method for improving retrieval-augmented generation (RAG) systems. Unlike fixed or purely semantic chunking, QASC dynamically creates document…
-
New RAG-Pull attack exploits LLMs via invisible Unicode characters
Researchers have developed a novel attack method called RAG-Pull that exploits Retrieval-Augmented Generation (RAG) systems. By inserting invisible Unicode characters into queries or external code, RAG-Pull can redirect…
-
New defense filters RAG poisoning using LLM attention weights
Researchers have developed a new defense mechanism called the Attention-Variance Filter (AV Filter) to protect Retrieval-Augmented Generation (RAG) systems from poisoning attacks. These attacks inject malicious passages…
-
New benchmark assesses multimodal RAG systems
Researchers have developed FATHOMS-RAG, a new benchmark designed to evaluate the end-to-end performance of retrieval-augmented generation (RAG) systems. This framework assesses a RAG pipeline's ability to ingest, retrie…
-
DeepEval evaluation framework tested on local RAG system
The author details their experience using DeepEval, an open-source evaluation framework, for testing a Retrieval-Augmented Generation (RAG) system locally. They encountered challenges with setting up the RAG pipeline an…
-
RAG pipeline evaluation framework addresses retrieval and generation failures
This article outlines a comprehensive framework for evaluating Retrieval-Augmented Generation (RAG) pipelines, emphasizing the need to assess both the retrieval and generation components independently. It highlights com…
-
Build Cross-Cloud RAG Workflow with ChromaDB on Azure and AWS
This article details how to build a cross-cloud Retrieval-Augmented Generation (RAG) workflow using ChromaDB, a vector database, across Azure and AWS. It focuses on enhancing Large Language Model (LLM) capabilities by i…
-
LangGraph templates guide AI agent development
Multiple dev.to articles detail how to build AI agents using LangGraph, a workflow system from LangChain. The posts provide templates for common agent patterns, including Retrieval-Augmented Generation (RAG) for documen…
-
RAG vs. Fine-tuning: Choose based on knowledge volatility
Many teams incorrectly opt for fine-tuning when Retrieval-Augmented Generation (RAG) would be more appropriate. The core distinction lies in where the knowledge resides: RAG utilizes external, volatile knowledge retriev…
-
RAG chunk overlap default harms performance, author warns
Many Retrieval-Augmented Generation (RAG) pipelines incorrectly use a default chunk overlap of 200 tokens, a setting popularized by early LangChain tutorials. This default, while convenient for generic examples, can lea…
-
New 'decay score' tackles RAG pipeline hallucinations from outdated data
A new 'decay score' has been developed to address the issue of outdated information in Retrieval-Augmented Generation (RAG) pipelines. This score measures the temporal staleness of documents retrieved by vector database…
-
Tech literacy gap widens between industry insiders and general public
Many people overestimate their own technological literacy, as even those deeply immersed in tech fields like AI and RAG can feel out of their depth compared to their peers. Conversely, individuals with even basic tech k…
-
Open-source tools enable local RAG for private document chat
This article introduces Retrieval-Augmented Generation (RAG) as a method for enhancing Large Language Models (LLMs) by allowing them to access and cite information from user-provided documents. It details three open-sou…
-
Guide Explores RAG Strategies for Production AI Systems
This article explores various Retrieval-Augmented Generation (RAG) strategies for production environments. It details naive RAG, advanced retrieval techniques, and specialized approaches like Flare-RAG and GraphRAG. The…
-
RAG citations must serve users, APIs, and auditors distinctly
A new approach to Retrieval-Augmented Generation (RAG) citations is proposed, recognizing that different consumers require distinct citation formats. The author outlines three patterns: inline anchors for end-users, str…
-
PDF RAG pipelines fail due to layout; layout-aware chunking is the fix
Retrieval-Augmented Generation (RAG) pipelines often fail with PDF documents due to naive text splitting methods that ignore the document's layout. This leads to corrupted chunks containing concatenated columns, misplac…
-
Building a Production RAG Stack: Challenges and Components
This article details the practical challenges and components of building a production-ready Retrieval-Augmented Generation (RAG) stack. It highlights common failure points in RAG systems, such as issues with parsing, ch…
-
AI systems need three databases: vector, graph, and relational
Production AI systems, particularly those using Retrieval-Augmented Generation (RAG), often fail when a single database is forced to handle diverse data types and functions. Vector databases excel at semantic search but…