mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-07-01 21:00:48 +08:00
Merge pull request #849 from SwapnilSonker/extract/SmartScraperGraph
#710 - just a check added for the detailed logging
This commit is contained in:
commit
927c99b2e8
@ -55,6 +55,9 @@ class SmartScraperGraph(AbstractGraph):
|
||||
super().__init__(prompt, config, source, schema)
|
||||
|
||||
self.input_key = "url" if source.startswith("http") else "local_dir"
|
||||
|
||||
# for detailed logging of the SmartScraper API set it to True
|
||||
self.verbose = config.get("verbose", False)
|
||||
|
||||
def _create_graph(self) -> BaseGraph:
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user