Get content
Retrieve the parsed contents of a vector store file.
Request
GET
https://ai.api.cloud.yandex.net/v1/vector_stores/{vector_store_id}/files/{file_id}/content
Path parameters
|
Name |
Description |
|
file_id |
Type: string The ID of the file within the vector store. Example: `` |
|
vector_store_id |
Type: string The ID of the vector store. Example: `` |
Responses
200 OK
OK
Body
application/json
{
"object": "vector_store.file_content.page",
"data": [
{
"type": "example",
"text": "example"
}
],
"has_more": true,
"next_page": "example"
}
|
Name |
Description |
||||
|
data |
Type: object[]
Parsed content of the file. Example
|
||||
|
has_more |
Type: boolean Indicates if there are more content pages to fetch. |
||||
|
next_page |
Any of 2 types
Example: |
||||
|
object |
Type: string The object type, which is always Const: Example: |
Была ли статья полезна?
Предыдущая
Следующая