From c7f165439c39219f97c390c898026cd018f66c02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Tue, 14 Jan 2025 14:59:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0README.md=EF=BC=8C=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0ScrapeGraphLib=E7=A4=BA=E4=BE=8B=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- app-ollama.py | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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,