Package org.springframework.ai.document
Class Document.Builder
java.lang.Object
org.springframework.ai.document.Document.Builder
- Enclosing class:
- Document
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
withContent
(String content) withIdGenerator
(IdGenerator idGenerator) withMetadata
(String key, Object value) withMetadata
(Map<String, Object> metadata)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withIdGenerator
-
withId
-
withContent
-
withMedia
-
withMedia
-
withMetadata
-
withMetadata
-
build
-