Ask a question to get started
Enter to send•Shift+Enter new line
Fetch text content from a URL and split it into documents.
split_text_from_url( self, url: str, timeout: int = 10, **kwargs: Any = {} ) -> list[Document]
url
str
The URL to fetch content from.
timeout
int
10
Timeout for the request.
**kwargs
Any
{}
Additional keyword arguments for the request.