<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Retrieval on Nalar</title>
    <link>https://nalar.dev/tags/retrieval/</link>
    <description>Recent content in Retrieval on Nalar</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Thu, 03 Sep 2026 00:00:00 +0700</lastBuildDate>
    <atom:link href="https://nalar.dev/tags/retrieval/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Improve RAG Retrieval with Reranking</title>
      <link>https://nalar.dev/improve-rag-retrieval-with-reranking/</link>
      <pubDate>Thu, 03 Sep 2026 00:00:00 +0700</pubDate>
      <guid>https://nalar.dev/improve-rag-retrieval-with-reranking/</guid>
      <description>&lt;p&gt;Retrieval-augmented generation (RAG) depends on finding useful evidence before asking a language model to answer. A vector search can retrieve candidates quickly, but the nearest vectors are not always the passages that best answer the user&amp;rsquo;s question.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Reranking&lt;/strong&gt; adds a second relevance step. The system first retrieves a reasonably broad candidate set with a fast method, then applies a more precise model to reorder those candidates before selecting context for the LLM.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
