Skip to main content

internal/infra/pg/embeddingcatchup.go

internal/infra/pg · 72 lines · 1 declarations · source

Declarations

method MessageEmbeddingStore.CatchUpPage

func (s *MessageEmbeddingStore) CatchUpPage(ctx context.Context, scope, id, actor string, model EmbeddingModel, limit int, embed EmbeddingBatch) (EmbeddingBuildPage, error)

CatchUpPage advances only the explicitly selected active model. A page sequence captures one finite log boundary; later observations wait for the next sequence. Completed ranges never need to be re-embedded. Source repair remains explicit and resets its own coverage claim.

source