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

    public int VectorDimensions { get; set; }

    Property Value

    Type Default Description
    Int32 1536

    The embedding dimensionality.

    See Also