Skip to main content

class  pixeltable.IndexMetadata

Metadata for a column of a Pixeltable table.

attr  columns

The table columns that are indexed.

attr  index_type

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

attr  name

The name of the index.

attr  parameters

Parameters specific to the index type.
Last modified on January 15, 2026