CyborgDB class:
Client– Handles configuration, index creation/loading, and listing available indexes.EncryptedIndex– Provides data operations on a specific encrypted index such as upserting vectors, training the index, querying, and retrieving stored items.
Module-level helpers
Two module-level helpers report on CUDA/GPU support in the current build and environment:Removed in v0.17.
set_working_dir() has been removed. Configure storage locations through StorageConfig (memory / disk / s3) on the Client instead.