Skip to content

Commit

Permalink
Docs: Update documentation to reflect async function refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
yeounhak committed Dec 5, 2024
1 parent 6f99252 commit ae98ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/integrations/document_loaders/web_base.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
"source": [
"loader = WebBaseLoader([\"https://www.espn.com/\", \"https://google.com\"])\n",
"loader.requests_per_second = 1\n",
"docs = loader.aload()\n",
"docs = await loader.aload()\n",
"docs"
]
},
Expand Down

0 comments on commit ae98ca6

Please sign in to comment.