Module embeddings

Module embeddings 

Source
Expand description

Embeddings abstraction for the Context Engine.

This module provides a bridge between the Context Engine and the independent embeddings system. When embeddings are disabled, operations return NotImplemented errors with zero overhead.

Structs§

EmbeddingModelBridge
Bridge between the Context Engine and the EmbeddingsManager.
NoOpEmbeddingModel
Default implementation that always returns NotImplemented

Enums§

EmbeddingError

Traits§

EmbeddingModel

Type Aliases§

EmbeddingVector