formatting
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user