Skip to main content
All docs
V25.1
  • SemanticSearchBehaviorProperties.EmbeddingGeneratorName Property

    Gets or sets the embedding generator name. Set this property if you registered multiple embedding generators in the AI container.

    Namespace: DevExpress.AIIntegration.WinForms

    Assembly: DevExpress.AIIntegration.WinForms.SemanticSearch.v25.1.dll

    NuGet Package: DevExpress.AIIntegration.WinForms.SemanticSearch

    Declaration

    [DefaultValue("")]
    public string EmbeddingGeneratorName { get; set; }

    Property Value

    Type Default Description
    String String.Empty

    The embedding generator name.

    Remarks

    See the following help topic for additional information: Semantic Search.

    See Also