Back to Devexpress

RagOptions.RebuildEmbeddings Property

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

latest1.2 KB
Original Source

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

NuGet Package : DevExpress.AIIntegration.SemanticSearch

Declaration

csharp
public bool RebuildEmbeddings { get; set; }
vb
Public Property RebuildEmbeddings As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to rebuild embeddings; otherwise, false.

|

See Also

RagOptions Class

RagOptions Members

DevExpress.AIIntegration.Docs Namespace