IOpenAIClient.GetVectorStoresAsync
IOpenAIClient.GetVectorStoresAsync method
Retrieves a list of vector stores asynchronously.
public Task<VectorStoreListResponse> GetVectorStoresAsync(
VectorStoreListQueryParameters queryParameters = null,
CancellationToken? cancellationToken = default)
Parameter | Type | Description |
---|---|---|
queryParameters | VectorStoreListQueryParameters | Optional query parameters to filter the list of vector stores. |
cancellationToken | Nullable`1 | A token to cancel the operation. |
Return Value
A task that represents the asynchronous operation. The task result contains a list of vector stores.
See Also
- class VectorStoreListResponse
- class VectorStoreListQueryParameters
- interface IOpenAIClient
- namespace Aspose.Pdf.AI
- assembly Aspose.PDF