File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 5
5
6
6
* added Bedrock and Mistral to exec info ([ 8a37c6b] ( https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/8a37c6b793c95fe957d41cdd7c3d64e808668d77 ) )
7
7
8
- ## [ 1.20.0-beta.4] ( https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.20.0-beta.3...v1.20.0-beta.4 ) (2024-09-18)
9
8
10
9
11
10
### Bug Fixes
12
11
13
- * update pyproject.toml ( [ 932412e ] ( https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/932412e325d552fb64104babd28ed56ba8fed00b ) )
12
+ * fetch_node ( [ 9e46b46 ] ( https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/9e46b468c1447759986b87c34c5f89d945874572 ) )
14
13
15
- ## [ 1.20.0-beta.3 ] ( https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.20.0-beta.2... v1.20.0-beta.3 ) (2024-09-18 )
14
+ ## [ 1.20.0] ( https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.19.0... v1.20.0 ) (2024-09-16 )
16
15
17
16
18
17
### Features
112
111
* ** release:** 1.19.0-beta.7 [ skip ci] ([ 4ab26a2] ( https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/4ab26a24a3b7738505ea43d11e247c8859a6c666 ) )
113
112
* ** release:** 1.19.0-beta.8 [ skip ci] ([ 88b2c46] ( https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/88b2c469ae42d543ac8ab7adc3a10957fa3bacf3 ) )
114
113
* ** release:** 1.19.0-beta.9 [ skip ci] ([ 7ad6f21] ( https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/7ad6f21ee28635f75c05038f1344d182c6ae7e3a ) )
114
+ * add grok integration for ollama ([ 59aa251] ( https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/59aa2510e18a81e72ae28ed2a0c6870db359bfee ) )
115
+
115
116
116
117
## [ 1.19.0] ( https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.18.3...v1.19.0 ) (2024-09-13)
117
118
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ name = "scrapegraphai"
4
4
version = " 1.20.0b5"
5
5
6
6
7
+ version = " 1.20.1"
7
8
description = " A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."
8
9
authors = [
9
10
{
name =
" Marco Vinciguerra" ,
email =
" [email protected] " },
Original file line number Diff line number Diff line change 78
78
"lama3.1:405b" : 128000 ,
79
79
"scrapegraph" : 8192 ,
80
80
"mistral" : 8192 ,
81
+ "grok-1" : 8192 ,
81
82
"llava" : 4096 ,
82
83
"mixtral:8x22b-instruct" : 65536 ,
83
84
"mistral-openorca" : 32000 ,
You can’t perform that action at this time.
0 commit comments