From 8845d22ce9ad4e9f6199631c6fd02c97444146d1 Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Tue, 24 Feb 2026 18:07:21 -0500 Subject: [PATCH] document Reverse Retrieval Augmented Generation as the core technique in uncloseai.js --- public/uncloseai-js-styleguide.html | 2 +- public/uncloseai-js.html | 12 ++++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/public/uncloseai-js-styleguide.html b/public/uncloseai-js-styleguide.html index 8eca4cd..7bfe83e 100644 --- a/public/uncloseai-js-styleguide.html +++ b/public/uncloseai-js-styleguide.html @@ -797,7 +797,7 @@ curl -X POST https://speech.ai.unturf.com/v1/audio/speech \

Embed Code

<!-- Add to any HTML page -->
 <script src="https://uncloseai.com/uncloseai.js" type="module"></script>
-

That single line loads the entire modal system: vault encryption, chat, TTS, translation, page reading, file upload, and settings. Zero configuration required. See the full documentation for customization options.

+

That single line loads the entire modal system: vault encryption, chat with Reverse RAG (live page content injected into every conversation), TTS, translation, file upload, and settings. Zero configuration required. See the full documentation for customization options.