Back to Devexpress

SemanticSearchBehavior Properties

wpf-devexpress-dot-aiintegration-dot-wpf-dot-semanticsearchbehavior-dot-underscore-properties.md

latest4.4 KB
Original Source

SemanticSearchBehavior Properties

Enables AI-powered semantic search in the GridControl.

NameDescription
AllowChangeSearchModeGets or sets whether users can change search mode. This is a dependency property.
CanFreezeGets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
DataSourceKeyFieldGets or sets the key field in the data source that uniquely identifies records. This is a dependency property.
DependencyObjectTypeGets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
DispatcherGets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
EmbeddingGeneratorNameGets or sets the embedding generator name. Set this property if you registered multiple embedding generators in the AI container. This is a dependency property.
HasAnimatedPropertiesGets a value that indicates whether one or more AnimationClock objects is associated with any of this object’s dependency properties. Inherited from Animatable.
IsFrozenGets a value that indicates whether the object is currently modifiable. Inherited from Freezable.
IsSealedGets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
ScoreThresholdGets or sets the similarity score threshold at which search results are considered relevant.
ScoreThresholdFilterControls how the ScoreThreshold is applied during filtering.
SearchModeGets or sets a control’s search mode. This is a dependency property.
SearchResultCountGets or sets the maximum number of semantic search results returned by a vector store for a query. This is a dependency property.
VectorCollectionNameGets or sets the name of the collection with embeddings in the vector store.

See Also

SemanticSearchBehavior Class

SemanticSearchBehavior Members

DevExpress.AIIntegration.Wpf Namespace