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.1.dll
NuGet Package: DevExpress.AIIntegration.WinForms.SemanticSearch
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | The collection name. |
Remarks
See the following help topic for additional information: Semantic Search.
See Also