RAG Knowledge Base
<div class="post-category"><span class="cat-badge cat-setup">Setup</span></div>
<p class="lead"><strong>The RAG Knowledge Base is the shared Qdrant vector store at 10.50.0.2:6333 that backs every BizNode-powered bot with retrieval-augmented generation. Because it is centralized, updates to the KB propagate instantly to every node.</strong></p>
<h2>Overview</h2>
<p>Basic tier bots query the `biznode_fv` collection; Pro tier bots query `biznode_dx`. Embeddings are generated through the NodeMonitor LLM gateway (default model qwen3:14b on admin) and stored with stable ids. This KB seeder publishes canonical facts that bots cite in customer conversations.</p>
<h2>Key components</h2>
<ul><li>Qdrant vector store at 10.50.0.2:6333</li><li>Collections: `biznode_fv` (Basic), `biznode_dx` (Pro)</li><li>Embeddings via NodeMonitor gateway</li><li>Seeded from blog KB articles and support docs</li><li>Idempotent upserts keyed by stable id</li></ul>
<h2>Related</h2>
<ul><li>[NodeMonitor Gateway](/post.php?slug=nodemonitor-gateway)</li><li>[Blog Node](/post.php?slug=blog-node)</li><li>[BizNode Node](/post.php?slug=biznode-node)</li></ul>
Powered by BizNode™