HostedVectorStoreContent(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the HostedVectorStoreContent class.
public:
HostedVectorStoreContent(System::String ^ vectorStoreId);
public HostedVectorStoreContent(string vectorStoreId);
new Microsoft.Extensions.AI.HostedVectorStoreContent : string -> Microsoft.Extensions.AI.HostedVectorStoreContent
Public Sub New (vectorStoreId As String)
Parameters
- vectorStoreId
- String
The ID of the hosted file store.
Exceptions
vectorStoreId is null.
vectorStoreId is empty or composed entirely of whitespace.