Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -1489,7 +1489,7 @@ async function addEntry() {
|
|
| 1489 |
date: new Date().toISOString(),
|
| 1490 |
source: source,
|
| 1491 |
category: category,
|
| 1492 |
-
meta metadata
|
| 1493 |
};
|
| 1494 |
|
| 1495 |
window.ragState.vectorDB.push(entry);
|
|
|
|
| 1489 |
date: new Date().toISOString(),
|
| 1490 |
source: source,
|
| 1491 |
category: category,
|
| 1492 |
+
meta: metadata
|
| 1493 |
};
|
| 1494 |
|
| 1495 |
window.ragState.vectorDB.push(entry);
|