Uses of Class
org.springframework.ai.document.Document
Packages that use Document
Package
Description
-
Uses of Document in org.springframework.ai.document
Methods in org.springframework.ai.document that return DocumentMethods in org.springframework.ai.document that return types with arguments of type DocumentMethods in org.springframework.ai.document with parameters of type DocumentModifier and TypeMethodDescriptionContentFormatter.format(Document document, MetadataMode mode) DefaultContentFormatter.format(Document document, MetadataMode metadataMode) Method parameters in org.springframework.ai.document with type arguments of type Document -
Uses of Document in org.springframework.ai.embedding
Methods in org.springframework.ai.embedding that return types with arguments of type DocumentModifier and TypeMethodDescriptionEmbeddingModel implementations can call this method to optimize embedding tokens.Method parameters in org.springframework.ai.embedding with type arguments of type Document -
Uses of Document in org.springframework.ai.evaluation
Methods in org.springframework.ai.evaluation that return types with arguments of type DocumentConstructor parameters in org.springframework.ai.evaluation with type arguments of type DocumentModifierConstructorDescriptionEvaluationRequest(String userText, List<Document> dataList, String responseContent) EvaluationRequest(List<Document> dataList, String responseContent) -
Uses of Document in org.springframework.ai.reader
Methods in org.springframework.ai.reader that return types with arguments of type Document -
Uses of Document in org.springframework.ai.transformer
Methods in org.springframework.ai.transformer that return types with arguments of type DocumentModifier and TypeMethodDescriptionPost process documents chunked from loader.Method parameters in org.springframework.ai.transformer with type arguments of type Document -
Uses of Document in org.springframework.ai.transformer.splitter
Methods in org.springframework.ai.transformer.splitter that return types with arguments of type DocumentModifier and TypeMethodDescriptionMethods in org.springframework.ai.transformer.splitter with parameters of type DocumentMethod parameters in org.springframework.ai.transformer.splitter with type arguments of type Document -
Uses of Document in org.springframework.ai.writer
Method parameters in org.springframework.ai.writer with type arguments of type Document