preexisiting pg docs

This commit is contained in:
mertalev
2025-05-12 16:04:27 -04:00
parent 595f4c6d2e
commit db2493d003
4 changed files with 82 additions and 22 deletions

View File

@@ -231,6 +231,7 @@ export class DatabaseRepository {
if (promises.length > 0) {
await Promise.all(promises);
this.logger.log('Vector reindexing complete');
}
}