Load Vector Index

index_loaded = table.load_index("index_name")

Result:

This method returns a String representing the status of load operation. If the error pops up when loading index, “ValueError” exception will be raised.

Parameter description:

ParametersDescriptionRequired
index_name (str)Index to be loadedYes
wait_for_completion (bool)Whether to wait until this job is doneNo, defaults to True
timeout (str)Operation timeout, in secondsNo, defaults to "120"
Table 76 Load Vector Index (Python API)