Merge pull request #270 from VinciGit00/try

reallignment
This commit is contained in:
Marco Vinciguerra 2024-05-19 22:08:20 +02:00 committed by GitHub
commit 82585aa65e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 7 deletions

View File

@ -1,15 +1,12 @@
## [1.3.0-beta.1](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.2.4...v1.3.0-beta.1) (2024-05-17)
## [1.3.0](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.2.4...v1.3.0) (2024-05-19)
### Features
* **base_graph:** alligned with main ([73fa31d](https://github.com/VinciGit00/Scrapegraph-ai/commit/73fa31db0f791d1fd63b489ac88cc6e595aa07f9))
* add new model ([8c7afa7](https://github.com/VinciGit00/Scrapegraph-ai/commit/8c7afa7570f0a104578deb35658168435cfe5ae1))
### CI
* **release:** 1.2.0-beta.1 [skip ci] ([fd3e0aa](https://github.com/VinciGit00/Scrapegraph-ai/commit/fd3e0aa5823509dfb46b4f597521c24d4eb345f1))
## [1.2.4](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.2.3...v1.2.4) (2024-05-17)

View File

@ -1,7 +1,7 @@
[project]
name = "scrapegraphai"
version = "1.3.0b1"
version = "1.3.0"
description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."
authors = [

View File

@ -27,6 +27,8 @@ models_tokens = {
},
"gemini": {
"gemini-pro": 128000,
"gemini-1.5-flash-latest":128000,
"gemini-1.5-pro-latest":128000,
"models/embedding-001": 2048
},
@ -49,6 +51,7 @@ models_tokens = {
"dbrx": 32768,
"dbrx:instruct": 32768,
"nous-hermes2:34b": 4096,
"orca-mini": 2048,
# embedding models
"nomic-embed-text": 8192,
"snowflake-arctic-embed:335m": 8192,