You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,7 @@ You can use the `SmartScraper` class to extract information from a website using
46
46
The `SmartScraper` class is a direct graph implementation that uses the most common nodes present in a web scraping pipeline. For more information, please see the [documentation](https://scrapegraph-ai.readthedocs.io/en/latest/).
47
47
### Case 1: Extracting information using Ollama
48
48
Remember to download the model on Ollama separately!
49
+
49
50
```python
50
51
from scrapegraphai.graphs import SmartScraperGraph
0 commit comments