Class VectorStoreFileRequest
Implements
Inherited Members
Namespace: Glitch9.AIDevKit.OpenAI
Assembly: Glitch9.AIDevKit.Provider.OpenAI.dll
Syntax
public class VectorStoreFileRequest : OpenAIRequest, IJsonRequest
Properties
| Edit this page View SourceChunkingStrategy
The strategy used to chunk the file.
Declaration
[JsonProperty("chunking_strategy")]
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
[JsonProperty("file_id")]
public string FileId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |