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

    Gets or sets the maximum number of semantic search results returned by a vector store for a query.

    Namespace: DevExpress.AIIntegration.WinForms

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

    NuGet Package: DevExpress.AIIntegration.WinForms.SemanticSearch

    Declaration

    [DefaultValue(10)]
    public int SearchResultCount { get; set; }

    Property Value

    Type Default Description
    Int32 10

    The maximum number of semantic search results returned for a query.

    Remarks

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

    See Also