Back to Devexpress

RagOptions.VectorCollectionName Property

corelibraries-devexpress-dot-aiintegration-dot-docs-dot-ragoptions-dca65a54.md

latest1.2 KB
Original Source

RagOptions.VectorCollectionName Property

Gets or sets the logical name of the vector collection (index) that stores embeddings.

Namespace : DevExpress.AIIntegration.Docs

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

NuGet Package : DevExpress.AIIntegration.SemanticSearch

Declaration

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

Property Value

TypeDefaultDescription
Stringdefault_collection

The vector collection name.

|

See Also

RagOptions Class

RagOptions Members

DevExpress.AIIntegration.Docs Namespace