server__models__vector_store__List
| Property | Type | Required | Description |
|---|---|---|---|
object | string | No | Always list. Default: "list". |
data | VectorStore[] | No | Default: []. |
first_id | string | null | No | First item ID. |
last_id | string | null | No | Last item ID |
has_more | boolean | No | True if all elements from collections are listed. Default: false. |
We use cookies on our website. We use them to ensure proper functioning of the site and, if you agree, for purposes such as analytics, marketing, and targeting ads.
server__models__text_converter__TextBlock
Previous Page
server__models__vector_store__Metadata
Set of 16 key-value pairs that can be attached to an object.This can be useful for storing additional information about the objectin a structured format, and querying for objects via API or the dashboard.Keys are strings with a maximum length of 64 characters.Values are strings with a maximum length of 512 characters.