Class TextLoader
java.lang.Object
org.springframework.ai.loader.impl.TextLoader
- All Implemented Interfaces:
Loader
- Author:
- Craig Walls, Christian Tzolov
-
Field Summary
-
Constructor Summary
ConstructorDescriptionTextLoader
(String resourceUrl) TextLoader
(org.springframework.core.io.Resource resource) -
Method Summary
Modifier and TypeMethodDescriptionMetadata associated with all documents created by the loader.load()
load
(TextSplitter textSplitter) void
setCharset
(Charset charset)
-
Field Details
-
CHARSET_METADATA
- See Also:
-
SOURCE_METADATA
- See Also:
-
-
Constructor Details
-
TextLoader
-
TextLoader
public TextLoader(org.springframework.core.io.Resource resource)
-
-
Method Details