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/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 | 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 = [ 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