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

    Specifies whether to regenerate vector embeddings for document chunks if the document was modified.

    Namespace: DevExpress.AIIntegration.Docs

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

    Declaration

    public bool RebuildEmbeddings { get; set; }

    Property Value

    Type Default Description
    Boolean true

    true to rebuild embeddings; otherwise, false.

    See Also