<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Dense-Embeddings on Aayush Bajaj's Augmenting Infrastructure</title><link>https://abaj.ai/tags/dense-embeddings/</link><description>Recent content in Dense-Embeddings on Aayush Bajaj's Augmenting Infrastructure</description><generator>Hugo</generator><language>en</language><copyright>© 2026 Aayush Bajaj</copyright><lastBuildDate>Thu, 09 Jul 2026 21:02:19 +1000</lastBuildDate><atom:link href="https://abaj.ai/tags/dense-embeddings/index.xml" rel="self" type="application/rss+xml"/><item><title>Retrieval Augmented Generation</title><link>https://abaj.ai/wiki/ml/dl/natural-language-processing/rags/</link><pubDate>Thu, 09 Jul 2026 21:02:56 +1000</pubDate><guid>https://abaj.ai/wiki/ml/dl/natural-language-processing/rags/</guid><description>&lt;p>retrieval-augmented generation bolts a search engine onto a language model: fetch relevant documents at query time and paste them into the prompt, so the model answers from evidence rather than from its frozen weights (lewis et al. 2020, &lt;a
 href="https://arxiv.org/abs/2005.11401"
 
 
 class="link--external" target="_blank" rel="noreferrer"
 
>&lt;em>retrieval-augmented generation for knowledge-intensive nlp&lt;/em>&lt;/a>).&lt;span class="margin-note" data-note="the cheapest way to give an llm new knowledge without retraining it">
 &lt;span class="margin-note-indicator">𐃏&lt;/span>
&lt;/span>

it is the pragmatic alternative to baking every fact into an &lt;a
 href="https://abaj.ai/wiki/ml/dl/natural-language-processing/llms/"
 
 
>llm&lt;/a>&amp;rsquo;s weights.&lt;/p>
&lt;h2 id="why-retrieve-at-all">why retrieve at all&lt;a href="#why-retrieve-at-all" class="post-heading__anchor" aria-hidden="true">#&lt;/a>
&lt;/h2>
&lt;p>three problems that no amount of scaling fixes cleanly, and retrieval fixes cheaply:&lt;/p></description></item></channel></rss>