Table of Contents

Class VectorStoreFileRequest

public class VectorStoreFileRequest : AIRequest
Inheritance
object
VectorStoreFileRequest
Inherited Members

Properties

ChunkingStrategy

The strategy used to chunk the file.

public ChunkingStrategy ChunkingStrategy { get; set; }

Property Value

ChunkingStrategy

FileId

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

public string FileId { get; set; }

Property Value

string