Class VectorStoreFileRequest
Namespace: Glitch9.AIDevKit.OpenAI
Assembly: .dll
Syntax
public class VectorStoreFileRequest : ModelRequest
Properties
ChunkingStrategy
The strategy used to chunk the file.
Declaration
public ChunkingStrategy ChunkingStrategy { get; set; }
Property Value
Type | Description |
---|---|
ChunkingStrategy |
FileId
[Required] The ID of the vector store that the File is attached to.
Declaration
public string FileId { get; set; }
Property Value
Type | Description |
---|---|
string |