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