types
Bases: BaseModel
One vector + its metadata, in backend-agnostic form.
Source code in vecparity/types.py
updated_at = None
class-attribute
instance-attribute
Unix timestamp of last write, used for incremental sync cursors.
Bases: BaseModel
A single query used for parity verification.
Either a query_vector is supplied directly, or query_id references a VectorRecord already in the source collection to search with.
Source code in vecparity/types.py
label = None
class-attribute
instance-attribute
Optional human-readable name, shown in parity reports/CI failures.