Package com.bytedesk.ai.utils.reader
Class WebDocumentReader
java.lang.Object
com.bytedesk.ai.utils.reader.WebDocumentReader
- All Implemented Interfaces:
Supplier<List<org.springframework.ai.document.Document>>
,org.springframework.ai.document.DocumentReader
public class WebDocumentReader
extends Object
implements org.springframework.ai.document.DocumentReader
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionWebDocumentReader
(URI uri) WebDocumentReader
(URI uri, Map<String, String> metadata) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.ai.document.DocumentReader
read
-
Field Details
-
uri
-
metadata
-
TIMEOUT
private static final int TIMEOUT- See Also:
-
-
Constructor Details
-
WebDocumentReader
-
WebDocumentReader
-
-
Method Details