Back to Devexpress

SemanticSearchBehaviorProperties.SearchResultCount Property

windowsforms-devexpress-dot-aiintegration-dot-winforms-dot-semanticsearchbehaviorproperties-0e4a44cb.md

latest1.7 KB
Original Source

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.2.dll

NuGet Package : DevExpress.AIIntegration.WinForms.SemanticSearch

Declaration

csharp
[DefaultValue(10)]
public int SearchResultCount { get; set; }
vb
<DefaultValue(10)>
Public Property SearchResultCount As Integer

Property Value

TypeDefaultDescription
Int3210

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

|

Remarks

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

See Also

ScoreThreshold

SemanticSearchBehaviorProperties Class

SemanticSearchBehaviorProperties Members

DevExpress.AIIntegration.WinForms Namespace