From df24c391a32d329fc1704a550c80f0250f534154 Mon Sep 17 00:00:00 2001 From: Samuel Yiu <48211508+SamuelYiuSY@users.noreply.github.com> Date: Sat, 21 Jun 2025 15:42:42 +0100 Subject: [PATCH 1/3] removed an extra space in TEMPLATE_CHUKS_CSV in generate_answer_node_csv_prompts.py --- scrapegraphai/prompts/generate_answer_node_csv_prompts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrapegraphai/prompts/generate_answer_node_csv_prompts.py b/scrapegraphai/prompts/generate_answer_node_csv_prompts.py index d1b2e066..662198ec 100644 --- a/scrapegraphai/prompts/generate_answer_node_csv_prompts.py +++ b/scrapegraphai/prompts/generate_answer_node_csv_prompts.py @@ -3,7 +3,7 @@ """ TEMPLATE_CHUKS_CSV = """ -You are a scraper and you have just scraped the +You are a scraper and you have just scraped the following content from a csv. You are now asked to answer a user question about the content you have scraped.\n The csv is big so I am giving you one chunk at the time to be merged later with the other chunks.\n From 939e170eb6de21d1b4cd703b4fcdd6d3001d4185 Mon Sep 17 00:00:00 2001 From: Marco Vinciguerra Date: Tue, 24 Jun 2025 17:30:34 +0200 Subject: [PATCH 2/3] feat: update the readme --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 53f30484..f584a8bd 100644 --- a/README.md +++ b/README.md @@ -205,7 +205,6 @@ If you have used our library for research purposes please quote us with the foll note = {A Python library for scraping leveraging large language models} } ``` - ## Authors | | Contact Info | From 9fb5f7c41364b1cbe6b6c1d9eddea0c6e0e1ccb8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 24 Jun 2025 15:31:45 +0000 Subject: [PATCH 3/3] ci(release): 1.60.0-beta.1 [skip ci] ## [1.60.0-beta.1](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.59.0...v1.60.0-beta.1) (2025-06-24) ### Features * update the readme ([939e170](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/939e170eb6de21d1b4cd703b4fcdd6d3001d4185)) --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00fac3e7..dd2c01cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.60.0-beta.1](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.59.0...v1.60.0-beta.1) (2025-06-24) + + +### Features + +* update the readme ([939e170](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/939e170eb6de21d1b4cd703b4fcdd6d3001d4185)) + ## [1.59.0](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.58.0...v1.59.0) (2025-06-24) diff --git a/pyproject.toml b/pyproject.toml index 8e026b34..f5ff5572 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "scrapegraphai" -version = "1.59.0" +version = "1.60.0b1" description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines." authors = [