Uses of Class
dev.langchain4j.data.document.source.ClassPathSource
Packages that use ClassPathSource
-
Uses of ClassPathSource in dev.langchain4j.data.document.source
Methods in dev.langchain4j.data.document.source that return ClassPathSourceModifier and TypeMethodDescriptionstatic ClassPathSourceCreates a new instance ofClassPathSourcefrom the given classpath resource string, usingThread.currentThread().getContextClassLoader()as the class loader.static ClassPathSourceClassPathSource.from(String classPathResource, ClassLoader classLoader) Creates a new instance ofClassPathSourcefrom the given classpath resource and classloader.