Skip to main content

class pixeltable.IndexMetadata

View source on GitHub Metadata for a column of a Pixeltable table.

attr columns

columns: list[str]
The table columns that are indexed.

attr index_type

index_type: Literal['embedding']
The type of index (currently only 'embedding' is supported, but others will be added in the future).

attr name

name: str
The name of the index.

attr parameters

parameters: EmbeddingIndexParams
Parameters specific to the index type.