Back to Devexpress

SemanticSearchBehaviorProperties.VectorCollectionName Property

windowsforms-devexpress-dot-aiintegration-dot-winforms-dot-semanticsearchbehaviorproperties-e5df172b.md

latest1.7 KB
Original Source

SemanticSearchBehaviorProperties.VectorCollectionName Property

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

Namespace : DevExpress.AIIntegration.WinForms

Assembly : DevExpress.AIIntegration.WinForms.SemanticSearch.v25.2.dll

NuGet Package : DevExpress.AIIntegration.WinForms.SemanticSearch

Declaration

csharp
[DefaultValue("")]
public string VectorCollectionName { get; set; }
vb
<DefaultValue("")>
Public Property VectorCollectionName As String

Property Value

TypeDefaultDescription
StringString.Empty

The collection name.

|

Remarks

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

See Also

SemanticSearchBehaviorProperties Class

SemanticSearchBehaviorProperties Members

DevExpress.AIIntegration.WinForms Namespace