Back to Devexpress

SemanticSearchBehavior.VectorCollectionName Property

wpf-devexpress-dot-aiintegration-dot-wpf-dot-semanticsearchbehavior-13361867.md

latest1.3 KB
Original Source

SemanticSearchBehavior.VectorCollectionName Property

Gets or sets the name of the collection with embeddings in the vector store.

Namespace : DevExpress.AIIntegration.Wpf

Assembly : DevExpress.AIIntegration.Wpf.v25.2.dll

NuGet Package : DevExpress.AIIntegration.Wpf

Declaration

csharp
public string VectorCollectionName { get; set; }
vb
Public Property VectorCollectionName As String

Property Value

TypeDescription
String

The collection name.

|

Remarks

See the following help topic for additional information: Semantic Search AI-powered Extension.

See Also

SemanticSearchBehavior Class

SemanticSearchBehavior Members

DevExpress.AIIntegration.Wpf Namespace