Skip to main content
Loads an existing encrypted index by name and key. The provided key must match the one used during index creation.

Parameters

The encryption key must exactly match the key used during index creation.

Returns

Exceptions

  • Throws if the index doesn’t exist on the server
  • Throws if the encryption key is incorrect or invalid
  • Throws if the server returns an HTTP error status.
  • Throws if authentication fails (invalid API key).
  • Throws if the CyborgDB service is unavailable or unreachable.
  • Throws if there are internal server errors on the CyborgDB service.

Example Usage