Skip to main content
All docs
V25.2
  • RagOptions.ChunkSize Property

    Gets or sets the maximum number of characters in each content chunk.

    Namespace: DevExpress.AIIntegration.Docs

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

    NuGet Package: DevExpress.AIIntegration.SemanticSearch

    Declaration

    public int ChunkSize { get; set; }

    Property Value

    Type Default Description
    Int32 1000

    The chunk size.

    See Also