Skip to main content

Module embedder

Module embedder 

Source
Expand description

Multi-vector embedder trait and implementations

This module defines the trait for models that produce token-level embeddings (like ColBERT) and provides a mock implementation for testing.

Structs§

MockMultiVectorEmbedder
Mock multi-vector embedder for testing.

Traits§

MultiVectorEmbedder
Trait for models that produce token-level embeddings.