This commit is contained in:
eeee0717 2025-03-21 20:16:01 +08:00 committed by Asurada
parent a0ccc4e661
commit bddec81402

View File

@ -131,7 +131,8 @@ class KnowledgeService {
model,
apiKey,
dimensions,
batchSize
batchSize,
configuration: { baseURL }
})
)
.setVectorDatabase(new LibSqlDb({ path: path.join(this.storageDir, id) }))