Skip to main content
All docs
V26.1
  • 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.v26.1.dll

    Declaration

    public string EmbeddingGeneratorName { get; set; }

    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