Class VectorStoreFilesBatchRequest
public class VectorStoreFilesBatchRequest : AIRequest
- Inheritance
-
objectVectorStoreFilesBatchRequest
- Inherited Members
Properties
ChunkingStrategy
The strategy used to chunk the file.
public ChunkingStrategy ChunkingStrategy { get; set; }
Property Value
FileIds
[Required] The ID of the vector store that the File is attached to.
public List<string> FileIds { get; set; }
Property Value
- List<string>