Client
Load Index
Loads an existing encrypted index and returns an instance of EncryptedIndex
.
Parameters
Parameter | Type | Description |
---|---|---|
index_name | str | Name of the index to load. |
index_key | bytes | 32-byte encryption key; must match the key used during create_index() . |
max_cache_size | int | (Optional) Maximum size of local cache to keep for encrypted index. Defaults to 0 . |
Returns
EncryptedIndex
: An instance of the loaded encrypted index.
Exceptions
Example Usage
Was this page helpful?