VectorStoreFile
| Property | Type | Required | Description |
|---|---|---|---|
project_id | string | Yes | A 24-character hexadecimal MongoDB ObjectId string. |
vector_store_id | string | Yes | A 24-character hexadecimal MongoDB ObjectId string. |
object | string | No | The object type, which is always vector_store.file. Always vector_store.file. Default: "vector_store.file". |
last_error | LastError | null | No | |
status | server__models__vector_store_file__Status | No | The status of the vector store file, which can be one of: ['in_progress', 'completed', 'cancelled', 'failed'].The status completed indicates that the vector store file is ready for use. Default: "in_progress". |
usage_bytes | UsageBytes | No | Default: 0. |
chunking_strategy | ChunkingStrategy | No | The chunking strategy used to chunk the file(s). If not set, will use the auto strategy.Only applicable if file_ids is non-empty. Default: {"type":"auto","static":{"chunk_overlap_tokens":400,"max_chunk_size_tokens":800}}. |
attributes | Attributes | No | Set of key-value pairs that can be attached to an object. Default: {}. |
chunking_mode | enum | null | No | Which chunking pipeline actually processed this file: the doc-chunker service or the plain token chunker. None for files processed before this field was introduced. |
id | string | Yes | The vector_store file identifier, which can be referenced in the API endpoints. |
created_at | integer | Yes | The Unix timestamp (in seconds) for when the vector store was created. |
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.