vector_store_vector_list
Retrieve a paginated list of stored vector IDs from a vector store by specifying the store name, with optional offset and limit parameters.
Instructions
[vector_store] List stored vector IDs (paginated). Returns array of IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| offset | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |