This commit is contained in:
duanfuxiang
2025-06-14 13:44:03 +08:00
parent 5c24993ab9
commit 93a3c0969d
5 changed files with 115 additions and 19 deletions

View File

@@ -53,7 +53,6 @@ export class RAGEngine {
throw new Error('Embedding model is not set')
}
await this.initializeDimension()
console.log("updateVaultIndex")
await this.vectorManager.updateVaultIndex(
this.embeddingModel,
@@ -70,7 +69,6 @@ export class RAGEngine {
})
},
)
console.log("updateVaultIndex done")
this.initialized = true
}