diff --git a/server/src/stores/vectorStore.ts b/server/src/stores/vectorStore.ts index 2054ade..d2d9415 100644 --- a/server/src/stores/vectorStore.ts +++ b/server/src/stores/vectorStore.ts @@ -19,3 +19,4 @@ export function deleteVectorsForChunks(chunkIds: string[]): void { vectors.delete(id); } } +// test \ No newline at end of file