Freigeben über


ElasticsearchChatExtensionConfiguration.VectorizationSource Property

Definition

The embedding dependency for vector search. Please note OnYourDataVectorizationSource is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include OnYourDataDeploymentNameVectorizationSource, OnYourDataEndpointVectorizationSource and OnYourDataModelIdVectorizationSource.

public Azure.AI.OpenAI.OnYourDataVectorizationSource VectorizationSource { get; set; }
member this.VectorizationSource : Azure.AI.OpenAI.OnYourDataVectorizationSource with get, set
Public Property VectorizationSource As OnYourDataVectorizationSource

Property Value

Applies to