quickgrid commited on
Commit
49bb7a7
·
verified ·
1 Parent(s): d567807

Update index.html

Browse files
Files changed (1) hide show
  1. 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);