Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cyborg.co/llms.txt

Use this file to discover all available pages before exploring further.

is_trained

bool is_trained() const;
Returns whether the index has been trained.

index_name

std::string index_name() const;
Returns the name of the index.

index_type

IndexType index_type() const;
Returns the type of the index (for example, IVF, IVFPQ, or IVFFlat).

index_config

IndexConfig* index_config() const;
Returns a pointer to the index configuration.