AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class VectorStoreFileRequest

    Inheritance
    object
    RequestBody
    ModelRequest
    VectorStoreFileRequest
    Inherited Members
    ModelRequest.Model
    ModelRequest.N
    ModelRequest.Metadata
    ModelRequest.User
    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
    In this article
    Back to top Generated by DocFX