Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Embedder ¶
type Embedder struct {
// contains filtered or unexported fields
}
Embedder generates and atomically stores embeddings for chunks whose vector/metadata pair is missing, stale, or invalid.
func NewEmbedder ¶
type Indexer ¶
type Indexer struct {
// Force reparses files whose content is unchanged. Change detection is by
// content hash, so a parser or chunker fix is otherwise invisible to
// everything already indexed.
Force bool
// contains filtered or unexported fields
}
Indexer walks a collection and upserts documents into the DB.
Click to show internal directories.
Click to hide internal directories.