Expand description
Zero-copy embedding views for high-performance vector operations.
This module provides EmbeddingView which allows direct access to embedding
data without allocation, enabling SIMD-optimized similarity computations.
Structsยง
- Embedding
View - Zero-copy view into an embedding stored in a binary buffer.