Skip to main content

Module embedding_registry

Module embedding_registry 

Source
Expand description

Generic embedding registry backed by Qdrant.

Provides deduplication through content-hash delta tracking and collection-level embedding-model change detection.

Structs§

EmbeddingRegistry
Generic Qdrant-backed embedding registry.
SyncStats
Counters returned by EmbeddingRegistry::sync.

Enums§

EmbeddingRegistryError
Errors produced by EmbeddingRegistry.

Traits§

Embeddable
Trait implemented by domain types that can be stored in an EmbeddingRegistry.

Type Aliases§

EmbedFuture
Boxed future returned by an embedding function.