rebuildAnnIndex property

bool? rebuildAnnIndex
getter/setter pair

Rebuilds the ANN index to optimize for recall on the imported data.

Only applicable for RagCorpora running on RagManagedDb with retrieval_strategy set to ANN. The rebuild will be performed using the existing ANN config set on the RagCorpus. To change the ANN config, please use the UpdateRagCorpus API. Default is false, i.e., index is not rebuilt.

Implementation

core.bool? rebuildAnnIndex;