import cyborg_vector_search_py as cvs
# Set index location and config location beforehand...
client = cvs.Client(index_location=index_location, config_location=config_location)
indexes = client.list_indexes()
print(indexes)
# Example output:
# ["index_one", "index_two", "index_three"]