formatting

This commit is contained in:
2026-07-21 00:57:48 +02:00
parent 444ce804ed
commit 29027d4515
4 changed files with 21 additions and 20 deletions
@@ -14,10 +14,10 @@ import com.vaessl.app.vector.EmbeddingService;
import lombok.RequiredArgsConstructor;
/**
* Pages through the full Homebox catalog and re-indexes it into the vector store.
* Item IDs are collected across all pages before {@link EmbeddingService#deleteStaleVectorEntries}
* is called once at the end, rather than after each page: deleting per page would treat every
* item outside the current page as stale, wiping out entries from pages already synced.
* Pages through the full Homebox catalog and re-indexes it into the vector store. Item IDs are
* collected across all pages before {@link EmbeddingService#deleteStaleVectorEntries} is called
* once at the end, rather than after each page: deleting per page would treat every item outside
* the current page as stale, wiping out entries from pages already synced.
*/
@Component
@RequiredArgsConstructor