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 55
66* added Bedrock and Mistral to exec info ([ 8a37c6b] ( https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/8a37c6b793c95fe957d41cdd7c3d64e808668d77 ) )
77
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)
98
109
1110### Bug Fixes
1211
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 ) )
1413
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 )
1615
1716
1817### Features
112111* ** release:** 1.19.0-beta.7 [ skip ci] ([ 4ab26a2] ( https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/4ab26a24a3b7738505ea43d11e247c8859a6c666 ) )
113112* ** release:** 1.19.0-beta.8 [ skip ci] ([ 88b2c46] ( https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/88b2c469ae42d543ac8ab7adc3a10957fa3bacf3 ) )
114113* ** 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+
115116
116117## [ 1.19.0] ( https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.18.3...v1.19.0 ) (2024-09-13)
117118
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ name = "scrapegraphai"
44version = " 1.20.0b5"
55
66
7+ version = " 1.20.1"
78description = " A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."
89authors = [
910 {
name =
" Marco Vinciguerra" ,
email =
" [email protected] " },
Original file line number Diff line number Diff line change 7878 "lama3.1:405b" : 128000 ,
7979 "scrapegraph" : 8192 ,
8080 "mistral" : 8192 ,
81+ "grok-1" : 8192 ,
8182 "llava" : 4096 ,
8283 "mixtral:8x22b-instruct" : 65536 ,
8384 "mistral-openorca" : 32000 ,
You can’t perform that action at this time.
0 commit comments