We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b27c5e commit d0e5671Copy full SHA for d0e5671
scrapegraphai/graphs/search_graph.py
@@ -59,13 +59,6 @@ def _create_graph(self) -> BaseGraph:
59
BaseGraph: A graph instance representing the web scraping and searching workflow.
60
"""
61
62
- # smart_scraper_instance = SmartScraperGraph(
63
- # prompt="",
64
- # source="",
65
- # config=self.copy_config,
66
- # schema=self.copy_schema
67
- # )
68
-
69
search_internet_node = SearchInternetNode(
70
input="user_prompt",
71
output=["urls"],
0 commit comments