Skip to main content
The Python API for CyborgDB is split into two main classes within the 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.
This API is also available in C++.

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.