Parameter | Type | Default | Description |
---|---|---|---|
ids | List[str] | - | Item IDs to retrieve & decrypt |
include | List[str] | "vector", "contents", "metadata" | (Optional) List of item fields to return. Can include vector , contents , and metadata (vector only for IVFFlat indexes). |
List[Dict]
: Decrypted item fields for each item, including id
and specified fields (e.g., vector
, contents
, and metadata
).
ValueError