mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-06-23 21:00:30 +08:00
commit
82585aa65e
@ -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)
|
||||
|
||||
|
||||
|
||||
@ -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 = [
|
||||
|
||||
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user