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§
- Embedding
Model Bridge - Bridge between the Context Engine and the EmbeddingsManager.
- NoOp
Embedding Model - Default implementation that always returns NotImplemented