class pixeltable.IndexMetadata
Metadata for an index on a Pixeltable table.attr columns
attr index_type
attr name
attr parameters
None for index types without parameters.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
columns: list[str]
index_type: Literal['embedding', 'btree']
name: str
parameters: EmbeddingIndexParams | None
None for index types without parameters.Was this page helpful?