File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- ## [ 1.3.0-beta.1 ] ( https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.2.4...v1.3.0-beta.1 ) (2024-05-17 )
1
+ ## [ 1.3.0] ( https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.2.4...v1.3.0 ) (2024-05-19 )
2
2
3
3
4
- ### Features
5
-
6
- * ** base_graph:** alligned with main ([ 73fa31d] ( https://github.com/VinciGit00/Scrapegraph-ai/commit/73fa31db0f791d1fd63b489ac88cc6e595aa07f9 ) )
7
4
5
+ ### Features
8
6
9
- ### CI
7
+ * add new model ( [ 8c7afa7 ] ( https://github.com/VinciGit00/Scrapegraph-ai/commit/8c7afa7570f0a104578deb35658168435cfe5ae1 ) )
10
8
11
- * ** release:** 1.2.0-beta.1 [ skip ci] ([ fd3e0aa] ( https://github.com/VinciGit00/Scrapegraph-ai/commit/fd3e0aa5823509dfb46b4f597521c24d4eb345f1 ) )
12
9
13
10
## [ 1.2.4] ( https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.2.3...v1.2.4 ) (2024-05-17)
14
11
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " scrapegraphai"
3
3
4
- version = " 1.3.0b1 "
4
+ version = " 1.3.0 "
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 27
27
},
28
28
"gemini" : {
29
29
"gemini-pro" : 128000 ,
30
+ "gemini-1.5-flash-latest" :128000 ,
31
+ "gemini-1.5-pro-latest" :128000 ,
30
32
"models/embedding-001" : 2048
31
33
},
32
34
49
51
"dbrx" : 32768 ,
50
52
"dbrx:instruct" : 32768 ,
51
53
"nous-hermes2:34b" : 4096 ,
54
+ "orca-mini" : 2048 ,
52
55
# embedding models
53
56
"nomic-embed-text" : 8192 ,
54
57
"snowflake-arctic-embed:335m" : 8192 ,
You can’t perform that action at this time.
0 commit comments