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
+
1
8
## [ 1.59.0] ( https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.58.0...v1.59.0 ) (2025-06-24)
2
9
3
10
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
205
205
note = {A Python library for scraping leveraging large language models}
206
206
}
207
207
```
208
-
209
208
## Authors
210
209
211
210
| | Contact Info |
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " scrapegraphai"
3
3
4
- version = " 1.59.0 "
4
+ version = " 1.60.0b1 "
5
5
6
6
description = " A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."
7
7
authors = [
Original file line number Diff line number Diff line change 3
3
"""
4
4
5
5
TEMPLATE_CHUKS_CSV = """
6
- You are a scraper and you have just scraped the
6
+ You are a scraper and you have just scraped the
7
7
following content from a csv.
8
8
You are now asked to answer a user question about the content you have scraped.\n
9
9
The 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