Uses of Class
org.springframework.ai.document.Document.Builder
-
Uses of Document.Builder in org.springframework.ai.document
Modifier and TypeMethodDescriptionstatic Document.Builder
Document.builder()
Deprecated, for removal: This API element is subject to removal in a future version.Document.Builder.idGenerator
(IdGenerator idGenerator) Sets the media content of the document.Document.mutate()
Sets a score value for this document.Sets the text content of the document.
text(String)
instead as it more accurately reflects that this Document instance will contain text rather than generic content.