Core Library - C++
bool is_trained() const;
Returns whether the index has been trained.
std::string index_name() const;
Returns the name of the index.
IndexType index_type() const;
Returns the type of the index (for example, IVF, IVFPQ, or IVFFlat).
IndexConfig* index_config() const;
Returns a pointer to the index configuration.
Was this page helpful?