Back to Devexpress

RagOptions.VectorDimensions Property

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

latest1.1 KB
Original Source

RagOptions.VectorDimensions Property

Gets or sets the dimensionality of vector embeddings.

Namespace : DevExpress.AIIntegration.Docs

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

NuGet Package : DevExpress.AIIntegration.SemanticSearch

Declaration

csharp
public int VectorDimensions { get; set; }
vb
Public Property VectorDimensions As Integer

Property Value

TypeDefaultDescription
Int321536

The embedding dimensionality.

|

See Also

RagOptions Class

RagOptions Members

DevExpress.AIIntegration.Docs Namespace