Spaces:
Running
Running
MaduRox commited on
Commit ·
02e9bc2
1
Parent(s): 613243b
feat: deploy Kalpana RIF O(1) Studio with Needle-in-a-Haystack benchmarks, layer architecture, and Swagger API
Browse files- index.html +13 -0
index.html
CHANGED
|
@@ -461,6 +461,19 @@
|
|
| 461 |
</div>
|
| 462 |
</div>
|
| 463 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 464 |
<!-- 32-Layer Stack Visual Diagram Card -->
|
| 465 |
<div class="content-card" style="margin-top: 1.5rem;">
|
| 466 |
<div class="card-head">
|
|
|
|
| 461 |
</div>
|
| 462 |
</div>
|
| 463 |
|
| 464 |
+
<!-- End-to-End System Architecture Flow Card -->
|
| 465 |
+
<div class="content-card" style="margin-top: 1.5rem;">
|
| 466 |
+
<div class="card-head">
|
| 467 |
+
<h3>🌐 End-to-End System Architecture & Dataflow Diagram</h3>
|
| 468 |
+
</div>
|
| 469 |
+
<div style="background: #080c18; border: 1px solid var(--border); border-radius: 8px; padding: 1.5rem; text-align: center;">
|
| 470 |
+
<img src="https://raw.githubusercontent.com/maduperera/Kalpana-EmbedToKV/main/assets/kalpana_architecture.png" alt="Kalpana System Architecture Flow" style="max-width: 100%; max-height: 620px; object-fit: contain; border-radius: 6px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5); background: #ffffff; padding: 12px;">
|
| 471 |
+
<div style="font-size: 0.85rem; color: var(--text-muted); margin-top: 1rem; line-height: 1.5;">
|
| 472 |
+
Complete pipeline: <strong>Data Source</strong> (PDFs / Conversation Logs) ➔ <strong>Text Extractor</strong> ➔ <strong>Sentence Transformer</strong> ➔ <strong>Holographic RIF Engine (O(1))</strong> ➔ <strong>Context Manager</strong> ➔ <strong>Generative LLM</strong> ➔ <strong>User Response</strong>.
|
| 473 |
+
</div>
|
| 474 |
+
</div>
|
| 475 |
+
</div>
|
| 476 |
+
|
| 477 |
<!-- 32-Layer Stack Visual Diagram Card -->
|
| 478 |
<div class="content-card" style="margin-top: 1.5rem;">
|
| 479 |
<div class="card-head">
|