Uses of Class
dev.langchain4j.data.document.source.ClassPathSource
-
Uses of ClassPathSource in dev.langchain4j.data.document.source
Modifier and TypeMethodDescriptionstatic ClassPathSource
Creates a new instance ofClassPathSource
from the given classpath resource string, usingThread.currentThread().getContextClassLoader()
as the class loader.static ClassPathSource
ClassPathSource.from
(String classPathResource, ClassLoader classLoader) Creates a new instance ofClassPathSource
from the given classpath resource and classloader.