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