Skip to main content
All docs
V25.1
  • 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.1.dll

    NuGet Package: DevExpress.AIIntegration.Wpf

    Declaration

    public string VectorCollectionName { get; set; }

    Property Value

    Type Description
    String

    The collection name.

    Remarks

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

    See Also