SemanticSearchBehavior Constructors
Enables AI-driven semantic search in GridControl, GridLookUpEdit, and SearchLookUpEdit controls.| Name | Parameters | Description |
|---|---|---|
| SemanticSearchBehavior(Type, String, String, String, ScoreThresholdFilter, Double, Int32, ControlSearchMode, Boolean, SemanticSearchEvents) | behaviorSourceType, vectorCollectionName, embeddingGeneratorName, dataSourceKeyField, thresholdFilter, scoreThreshold, searchResultCount, searchMode, allowChangeSearchMode, events | Initializes a new instance of the SemanticSearchBehavior class with specified settings. |
See Also