True
if the index has been trained, enabling efficient approximate nearest neighbor search. An untrained index will default to exhaustive search.
bool
: True
if the index has been trained; otherwise, False
.
str
: Name of the currently loaded or created index.
ivf
, ivfpq
, ivfflat
).
Return Type | Description |
---|---|
str | Type of the current index. |
IndexConfig
: Dictionary of index configuration parameters.