Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Python API Reference
StorageConfig
def list_indexes(self) -> list[str]
list[str]
ValueError
import cyborgdb_core as cyborgdb client = cyborgdb.Client(storage_config=cyborgdb.StorageConfig.disk("/tmp/cyborgdb")) print(client.list_indexes()) # Example output: # ["index_one", "index_two", "index_three"]
Was this page helpful?
Contact support