Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ppinchuk committed Feb 5, 2025
1 parent 208ab16 commit 96d78f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/web_scraping_pipeline/example_scrape_wiki.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
}
],
"source": [
"from elm.web.google_search import google_results_as_docs\n",
"from elm.web.search.google import google_results_as_docs\n",
"\n",
"\n",
"docs = await google_results_as_docs(QUERIES)"
Expand Down Expand Up @@ -241,7 +241,7 @@
}
],
"source": [
"from elm.web.google_search import filter_documents\n",
"from elm.web.search.google import filter_documents\n",
"\n",
"docs = await filter_documents(docs, url_is_wiki)\n",
"for d in docs:\n",
Expand Down Expand Up @@ -737,7 +737,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "eo",
"display_name": "dev",
"language": "python",
"name": "python3"
},
Expand All @@ -751,7 +751,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.9"
"version": "3.12.8"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 96d78f7

Please # to comment.