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