Table of Contents

Class VectorStoreFilesBatchRequest

public class VectorStoreFilesBatchRequest : AIRequest
Inheritance
object
VectorStoreFilesBatchRequest
Inherited Members

Properties

ChunkingStrategy

The strategy used to chunk the file.

public ChunkingStrategy ChunkingStrategy { get; set; }

Property Value

ChunkingStrategy

FileIds

[Required] The ID of the vector store that the File is attached to.

public List<string> FileIds { get; set; }

Property Value

List<string>