Skip to main content

Module vector_entry

Module vector_entry 

Source
Expand description

VectorEntry entity — one compressed vector stored in a Corpus.

Identity is determined solely by VectorId; equality and hashing ignore the compressed payload and metadata. This matches Python’s behaviour where dict keys are the vector identifiers.

Structs§

VectorEntry
A single compressed vector together with its insertion timestamp and arbitrary key-value metadata.