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> | (Optional) List of item fields to return. Can include kVector , kContents , and kMetadata (vector only for IVFFlat indexes). Defaults to include all. |
std::vector<cyborg::Item>
: Decrypted items with requested fields.
std::runtime_exception