mirror of
https://github.com/EthanMarti/infio-copilot.git
synced 2026-05-09 08:30:09 +00:00
update
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user