File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1+ ## [ 1.60.0-beta.1] ( https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.59.0...v1.60.0-beta.1 ) (2025-06-24)
2+
3+
4+ ### Features
5+
6+ * update the readme ([ 939e170] ( https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/939e170eb6de21d1b4cd703b4fcdd6d3001d4185 ) )
7+
18## [ 1.59.0] ( https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.58.0...v1.59.0 ) (2025-06-24)
29
310
Original file line number Diff line number Diff line change @@ -205,7 +205,6 @@ If you have used our library for research purposes please quote us with the foll
205205 note = {A Python library for scraping leveraging large language models}
206206 }
207207```
208-
209208## Authors
210209
211210| | Contact Info |
Original file line number Diff line number Diff line change 11[project ]
22name = " scrapegraphai"
33
4- version = " 1.59.0 "
4+ version = " 1.60.0b1 "
55
66description = " A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."
77authors = [
Original file line number Diff line number Diff line change 33"""
44
55TEMPLATE_CHUKS_CSV = """
6- You are a scraper and you have just scraped the
6+ You are a scraper and you have just scraped the
77following content from a csv.
88You are now asked to answer a user question about the content you have scraped.\n
99The csv is big so I am giving you one chunk at the time to be merged later with the other chunks.\n
You can’t perform that action at this time.
0 commit comments