index_name
Returns
str: The unique name identifier of the index.
Example Usage
index_type
'ivf', 'ivfpq', or 'ivfflat').
Returns
str: The index type.
Example Usage
is_trained
Returns
bool: True if the index has been trained, False otherwise.
Example Usage
index_config
Returns
Dict[str, Any]: Configuration dictionary containing index parameters.