AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class VectorStoreFileRequest

    Inheritance
    object
    AIRequest
    VectorStoreFileRequest
    Inherited Members
    AIRequest.Model
    AIRequest.N
    AIRequest.Metadata
    AIRequest.User
    Namespace: Glitch9.AIDevKit.OpenAI
    Assembly: .dll
    Syntax
    public class VectorStoreFileRequest : AIRequest

    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