DeepFellow DOCS

VectorStoreFile

PropertyTypeRequiredDescription
project_idstringYesA 24-character hexadecimal MongoDB ObjectId string.
vector_store_idstringYesA 24-character hexadecimal MongoDB ObjectId string.
objectstringNoThe object type, which is always vector_store.file. Always vector_store.file. Default: "vector_store.file".
last_errorLastError | nullNo
statusserver__models__vector_store_file__StatusNoThe 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_bytesUsageBytesNoDefault: 0.
chunking_strategyChunkingStrategyNoThe 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}}.
attributesAttributesNoSet of key-value pairs that can be attached to an object. Default: {}.
chunking_modeenum | nullNoWhich chunking pipeline actually processed this file: the doc-chunker service or the plain token chunker. None for files processed before this field was introduced.
idstringYesThe vector_store file identifier, which can be referenced in the API endpoints.
created_atintegerYesThe 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.