AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class FileSearchResources

    Inheritance
    object
    FileSearchResources
    Namespace: Glitch9.AIDevKit.OpenAI
    Assembly: .dll
    Syntax
    public sealed class FileSearchResources

    Properties

    VectorStoreIds

    The vector store attached to this thread. There can be a maximum of 1 vector store attached to the thread.

    Declaration
    public string[] VectorStoreIds { get; set; }
    Property Value
    Type Description
    string[]

    VectorStores

    Declaration
    public VectorStore[] VectorStores { get; set; }
    Property Value
    Type Description
    VectorStore[]
    In this article
    Back to top Generated by DocFX