This commit is contained in:
Timothy J. Baek
2024-09-28 02:23:09 +02:00
parent 1b349016ff
commit af57a2c153
28 changed files with 1026 additions and 993 deletions

View File

@@ -7,7 +7,7 @@
import { deleteAllFiles, deleteFileById } from '$lib/apis/files';
import {
getQuerySettings,
scanDocs,
processDocsDir,
updateQuerySettings,
resetVectorDB,
getEmbeddingConfig,
@@ -63,7 +63,7 @@
const scanHandler = async () => {
scanDirLoading = true;
const res = await scanDocs(localStorage.token);
const res = await processDocsDir(localStorage.token);
scanDirLoading = false;
if (res) {