sync

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 15, 2026 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Syncer

type Syncer struct {
	Log      *logstore.Store
	Docs     *docs.Store
	Chunker  *chunking.Chunker
	Embedder embeddings.Embedder
	Index    *index.Index
	ModelID  string
}

Syncer reconciles the log + docs into the index.

func (*Syncer) Reindex

func (s *Syncer) Reindex(ctx context.Context) error

Reindex wipes the index and replays the entire log.

func (*Syncer) Sync

func (s *Syncer) Sync(ctx context.Context) error

Sync performs the delta sync. Returns error on failure.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL