add Reverse RAG whitepaper PDF with full keyword slug, link GitLab source repo

This commit is contained in:
russell@unturf.com 2026-03-07 20:06:53 -05:00
parent 377f245e0d
commit dfc1cb2a36
2 changed files with 3728 additions and 1 deletions

File diff suppressed because one or more lines are too long

View file

@ -121,7 +121,7 @@
<p><a href="/uncloseai-js.html">uncloseai.js</a> implements this technique as an AGPL-3.0-only algorithm. <code>uncloseai.js</code> serves as the entrypoint of a modular application that adds a machine learning chat interface to any webpage. By feeding the model the full, fresh content of whatever page the user visits, small 8B-parameter models produce answers that rival much larger models on page-specific questions.</p>
<p><a href="/reverse-rag.pdf" target="_blank" role="button">Read the full whitepaper (PDF)</a></p>
<p><a href="/reverse-retrieval-augmented-generation-whitepaper-rag.pdf" target="_blank" role="button">Read the full whitepaper (PDF)</a></p>
<p><a href="https://git.unturf.com/engineering/unturf/reverse-retrieval-augmented-generation-whitepaper" target="_blank" role="button">Source repository (GitLab)</a></p>