Retrieves and decrypts items associated with the specified IDs.Documentation Index
Fetch the complete documentation index at: https://docs.cyborg.co/llms.txt
Use this file to discover all available pages before exploring further.
Parameters
| Parameter | Type | Description |
|---|---|---|
ids | const std::vector<std::string>& | IDs to retrieve. (For a single item, provide a std::vector with one element.) |
include | std::vector<cyborg::ItemFields> | List of item fields to return. Can include kVector, kContents, and kMetadata (vector only for IVFFlat indexes). |
Returns
std::vector<cyborg::Item>: Decrypted items with requested fields.
Exceptions
std::runtime_error
std::runtime_error
- Throws if the items could not be retrieved or decrypted.