FileSearch.VectorStoreIds

FileSearch.VectorStoreIds property

Gets or sets the ID of the vector store attached to this assistant. There can be a maximum of 1 vector store attached to the assistant.

public List<string> VectorStoreIds { get; set; }

See Also