diff --git a/README.md b/README.md index 3dd48a7..16d8ce4 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ ScrapeGraphAI是一个用于网络爬虫和数据抓取的AI工具。 -https://github.com/ScrapeGraphAI/Scrapegraph-ai/blob/main/docs/chinese.md +- https://github.com/ScrapeGraphAI/Scrapegraph-ai/blob/main/docs/chinese.md +- https://github.com/ScrapeGraphAI/ScrapegraphLib-Examples ## Reference diff --git a/app-ollama.py b/app-ollama.py index c490827..d3eaae5 100644 --- a/app-ollama.py +++ b/app-ollama.py @@ -43,6 +43,10 @@ with open('source/satnogs.html', 'r', encoding='utf-8') as file: source = file.read() +# ************************************************ +# Create the SmartScraperGraph instance and run it +# ************************************************ + smart_scraper_graph = SmartScraperGraph( prompt=prompt, source=source,