Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
Update README.md (#592)
Browse files Browse the repository at this point in the history
This README is outdated.  import should read as 
from llama_hub.web.async_web.base import AsyncWebPageReader
  • Loading branch information
americanthinker authored Nov 26, 2023
1 parent 5a9092f commit effc705
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llama_hub/web/async_web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This loader is an asynchronous web scraper that fetches the text from static web
To use this loader, you need to pass in an array of URLs.

```python
from llama_hub.web.async_web import AsyncWebPageReader
from llama_hub.web.async_web.base import AsyncWebPageReader

# for jupyter notebooks uncomment the following two lines of code:
# import nest_asyncio
Expand All @@ -33,4 +33,4 @@ AsyncWebPageReader = download_loader("AsyncWebPageReader")

loader = AsyncWebPageReader()
documents = loader.load_data(urls=['https://google.com'])
```
```

0 comments on commit effc705

Please sign in to comment.