LangGraph · Neon PGVector · Neo4j · Mistral AI
Paste this snippet inside the <body> of any page. The widget loads as a floating chat bubble.
<script>
(function(){
var i = document.createElement('iframe');
i.src = "https://rsnarsna-advanced-multi-hop-rag.hf.space/static/widget.html";
i.style.cssText = "border:none;position:fixed;bottom:0;right:0;width:100px;height:100px;z-index:99999;transition:all .3s ease;background:transparent;color-scheme:dark;";
i.allow = "clipboard-read; clipboard-write";
document.body.appendChild(i);
window.addEventListener("message", function(e) {
if (e.data === "softmania-open") { i.style.width="420px"; i.style.height="580px"; }
if (e.data === "softmania-close") { i.style.width="100px"; i.style.height="100px"; }
if (e.data === "softmania-fullscreen") { i.style.width="100vw"; i.style.height="100vh"; }
if (e.data === "softmania-fullscreen-exit"){ i.style.width="420px"; i.style.height="580px"; }
});
})();
</script>
Full interactive docs at /docs