Update index.html
Browse files- index.html +4 -4
index.html
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
-
<title>RAG
|
| 7 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/3.9.1/chart.min.js"></script>
|
| 8 |
<style>
|
| 9 |
* {
|
|
@@ -380,11 +380,11 @@
|
|
| 380 |
</head>
|
| 381 |
<body>
|
| 382 |
<div class="container">
|
| 383 |
-
<h1>🔍 RAG
|
| 384 |
|
| 385 |
<div class="tabs">
|
| 386 |
-
<button class="tab active" onclick="switchTab('rag')">RAG
|
| 387 |
-
<button class="tab" onclick="switchTab('chunking')">Chunking
|
| 388 |
</div>
|
| 389 |
|
| 390 |
<!-- RAG TYPES TAB -->
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>RAG Visualization</title>
|
| 7 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/3.9.1/chart.min.js"></script>
|
| 8 |
<style>
|
| 9 |
* {
|
|
|
|
| 380 |
</head>
|
| 381 |
<body>
|
| 382 |
<div class="container">
|
| 383 |
+
<h1>🔍 RAG Visualization Dashboard</h1>
|
| 384 |
|
| 385 |
<div class="tabs">
|
| 386 |
+
<button class="tab active" onclick="switchTab('rag')">RAG</button>
|
| 387 |
+
<button class="tab" onclick="switchTab('chunking')">Chunking</button>
|
| 388 |
</div>
|
| 389 |
|
| 390 |
<!-- RAG TYPES TAB -->
|