Skip to main content

Module embedding_pool

Module embedding_pool 

Source
Expand description

Managed pool of pre-allocated embedding buffers for zero-copy semantic search operations.

Reduces allocation overhead in high-throughput workloads by reusing fixed-dimension embedding buffers across acquire/release cycles.

Structsยง

EmbeddingBuffer
A single pre-allocated embedding buffer managed by the pool.
PoolConfig
Configuration for SemanticEmbeddingPool.
PoolStats
Snapshot statistics for a SemanticEmbeddingPool.
SemanticEmbeddingPool
Managed pool of pre-allocated, fixed-dimension embedding buffers.