SemanticSearchBehavior.EmbeddingGeneratorName Property
Gets or sets the embedding generator name. Set this property if you registered multiple embedding generators in the AI container. This is a dependency property.
Namespace: DevExpress.AIIntegration.Wpf
Assembly: DevExpress.AIIntegration.Wpf.v25.1.dll
NuGet Package: DevExpress.AIIntegration.Wpf
Declaration
Property Value
Type | Description |
---|---|
String | The embedding generator name. |
Remarks
See the following help topic for additional information: Semantic Search AI-powered Extension.
See Also