Client
class provides an interface to initialize, create, load and list Encrypted Indexes. Encrypted Indexes, in turn, expose data-related functionality such as upserting, querying, and deleting.
index_location
(where the index will reside) and a config_location
(where the index metadata will reside). For example:
index_location
, such as Redis.
item_location
:
OpenMP
) -> can scale with the number of CPU cores availableCUDA
& cuVS
) -> can increase the speed of certain operations (e.g., ingestion) by an order of magnitude.cpu_threads
and gpu_accelerate
flags:
gpu_accelerate
can only be set to True
if running on a CUDA-enabled system with the CUDA driver installed.cpu_threads
will use all available cores, and gpu_accelerate
will be set to False
.
Client
class, refer to the API Reference: