Table of Contents

Class FileSearchResources

public sealed class FileSearchResources
Inheritance
object
FileSearchResources

Properties

VectorStoreIds

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

public string[] VectorStoreIds { get; set; }

Property Value

string[]

VectorStores

public VectorStore[] VectorStores { get; set; }

Property Value

VectorStore[]