fix(server): truncate embedding tables (#7449)

truncate
This commit is contained in:
Mert
2024-02-27 10:24:23 -05:00
committed by GitHub
parent 9fa2424652
commit fb18129843
6 changed files with 16 additions and 16 deletions
@@ -8,5 +8,6 @@ export const newSearchRepositoryMock = (): jest.Mocked<ISearchRepository> => {
searchFaces: jest.fn(),
upsert: jest.fn(),
searchPlaces: jest.fn(),
deleteAllSearchEmbeddings: jest.fn(),
};
};