FileSearch.VectorStores

FileSearch.VectorStores property

Gets or sets the helper to create a vector store with file_ids and attach it to this thread. There can be a maximum of 1 vector store attached to the thread.

public List<VectorStore> VectorStores { get; set; }

See Also