Parameter | Type | Default | Description |
---|---|---|---|
ids | List[str] | - | List of vector IDs to retrieve |
include | List[str] | ["vector", "contents", "metadata"] | Fields to include in the response |
List[Dict]
- List of dictionaries containing the requested vector data.
Error
Validation Errors
ids
parameter is null, undefined, or empty.include
parameter contains invalid field names.