ProjectVectorStoresClient Class

Definition

Provides vector store operations for an Azure AI project through the OpenAI vector store API.

public class ProjectVectorStoresClient : OpenAI.VectorStores.VectorStoreClient
type ProjectVectorStoresClient = class
    inherit VectorStoreClient
Public Class ProjectVectorStoresClient
Inherits VectorStoreClient
Inheritance
OpenAI.VectorStores.VectorStoreClient
ProjectVectorStoresClient

Constructors

Name Description
ProjectVectorStoresClient()

Initializes a new instance of ProjectVectorStoresClient for mocking.

Applies to