CreateVectorStoreFileBatchOptions interface
Request object for creating a vector store file batch.
Properties
chunking |
The chunking strategy used to chunk the file(s). If not set, will use the auto strategy. |
data |
The data sources to be used. This option is mutually exclusive with fileId. |
file |
A list of File IDs that the vector store should use. Useful for tools like |
Property Details
chunkingStrategy
The chunking strategy used to chunk the file(s). If not set, will use the auto strategy.
chunkingStrategy?: VectorStoreChunkingStrategyRequest
Property Value
dataSources
The data sources to be used. This option is mutually exclusive with fileId.
dataSources?: VectorStoreDataSource[]
Property Value
fileIds
A list of File IDs that the vector store should use. Useful for tools like file_search
that can access files.
fileIds?: string[]
Property Value
string[]