semantic-release-bot
|
db3494d377
|
ci(release): 1.14.0-beta.5 [skip ci]
## [1.14.0-beta.5](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.14.0-beta.4...v1.14.0-beta.5) (2024-08-16)
### Features
* Add new feature to support gpt-4o variant models with different pricing ([8551448](855144876d))
|
2024-08-16 07:02:56 +00:00 |
|
Marco Vinciguerra
|
5100368b5a
|
Merge branch 'pre/beta' of https://github.com/ScrapeGraphAI/Scrapegraph-ai into pre/beta
|
2024-08-16 09:01:30 +02:00 |
|
Marco Vinciguerra
|
b115f9612f
|
refactoring of code and documentation
|
2024-08-16 09:01:27 +02:00 |
|
Marco Vinciguerra
|
333f09a289
|
Merge pull request #552 from sandeepchittilla/550-add-support-gpt4o-variants
Add new feature to support gpt-4o variant models with different pricing
|
2024-08-16 09:00:31 +02:00 |
|
semantic-release-bot
|
7af1e45565
|
ci(release): 1.14.0-beta.4 [skip ci]
## [1.14.0-beta.4](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.14.0-beta.3...v1.14.0-beta.4) (2024-08-15)
### Features
* update abstract graph ([c77231c](c77231c983))
|
2024-08-15 14:47:28 +00:00 |
|
Federico Aguzzi
|
ea72d7609c
|
Merge pull request #536 from ScrapeGraphAI/refactoring-of-abstract-graph
Refactoring of abstract graph
|
2024-08-15 16:46:03 +02:00 |
|
sandeepchittilla
|
855144876d
|
feat: Add new feature to support gpt-4o variant models with different pricing
|
2024-08-15 14:59:48 +01:00 |
|
Marco Vinciguerra
|
203ee2c186
|
removed unused imports
/ build (push) Has been cancelled
Release / Build (push) Has been cancelled
Release / Release (push) Has been cancelled
|
2024-08-14 11:07:11 +02:00 |
|
Marco Vinciguerra
|
597f2acd07
|
fixed doc bugs and removed unused rag node
|
2024-08-14 10:59:53 +02:00 |
|
semantic-release-bot
|
3bf9c3c9e6
|
ci(release): 1.14.0-beta.3 [skip ci]
## [1.14.0-beta.3](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.14.0-beta.2...v1.14.0-beta.3) (2024-08-13)
### Bug Fixes
* **models_tokens:** incorrect provider names ([cb6b353](cb6b35397e))
### chore
* **examples:** add vertex examples, rename genai examples ([1aa9c6e](1aa9c6e73b))
* **examples:** update provider names to match tokens dictionary ([ee078cb](ee078cb102))
|
2024-08-13 18:56:36 +00:00 |
|
Marco Vinciguerra
|
c5aebd73d3
|
Merge pull request #541 from ScrapeGraphAI/496-not-match-gemini-embeddings-model
|
2024-08-13 20:54:57 +02:00 |
|
Federico Aguzzi
|
1aa9c6e73b
|
chore(examples): add vertex examples, rename genai examples
|
2024-08-13 19:38:23 +02:00 |
|
Federico Aguzzi
|
ee078cb102
|
chore(examples): update provider names to match tokens dictionary
|
2024-08-13 19:33:29 +02:00 |
|
Marco Vinciguerra
|
9be44742d6
|
Update abstract_graph.py
/ build (push) Has been cancelled
|
2024-08-13 19:29:03 +02:00 |
|
Marco Vinciguerra
|
795c9325cc
|
Merge branch 'pre/beta' into refactoring-of-abstract-graph
/ build (push) Waiting to run
|
2024-08-12 18:35:55 +02:00 |
|
Marco Vinciguerra
|
c105c26b2f
|
Update abstract_graph.py
|
2024-08-12 18:32:41 +02:00 |
|
Marco Vinciguerra
|
bfe1f3b5d0
|
Merge pull request #542 from AmazeQiu/pre/beta
/ build (push) Has been cancelled
Release / Build (push) Has been cancelled
Release / Release (push) Has been cancelled
|
2024-08-12 13:01:31 +02:00 |
|
AmazeQiu
|
7378e98fe2
|
Merge branch 'ScrapeGraphAI:pre/beta' into pre/beta
|
2024-08-12 17:38:40 +08:00 |
|
amazeqiu
|
427666f518
|
fix update Dockerfile
|
2024-08-12 17:37:02 +08:00 |
|
semantic-release-bot
|
7fd921b990
|
ci(release): 1.14.0-beta.2 [skip ci]
## [1.14.0-beta.2](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.14.0-beta.1...v1.14.0-beta.2) (2024-08-12)
### Bug Fixes
* **AbstractGraph:** pass kwargs to Ernie and Nvidia models ([e6bedb6](e6bedb6701))
### chore
* **examples:** fix import bug in image2text demo ([71438a1](71438a1e86))
* **requirements:** update requirements.txt ([7fe181f](7fe181f69b))
|
2024-08-12 09:13:28 +00:00 |
|
Federico Aguzzi
|
3ecd67c33f
|
Merge pull request #531 from ScrapeGraphAI/530-probable-bug
closes #530
Update abstract_graph.py
|
2024-08-12 11:11:54 +02:00 |
|
Marco Vinciguerra
|
8e1c9f2431
|
Merge pull request #537 from ScrapeGraphAI/534-importerror-cannot-import-name-openai-from-scrapegraphaimodels-usrlocallibpython310dist-packagesscrapegraphaimodels__init__py
|
2024-08-12 10:52:26 +02:00 |
|
Federico Aguzzi
|
cb6b35397e
|
fix(models_tokens): incorrect provider names
|
2024-08-12 10:52:13 +02:00 |
|
Federico Aguzzi
|
7fe181f69b
|
chore(requirements): update requirements.txt
Co-Authored-By: Marco Vinciguerra <88108002+VinciGit00@users.noreply.github.com>
|
2024-08-12 10:38:16 +02:00 |
|
Federico Aguzzi
|
bae89e832e
|
Merge branch 'pre/beta' into 530-probable-bug
|
2024-08-12 10:37:50 +02:00 |
|
Federico Aguzzi
|
71438a1e86
|
chore(examples): fix import bug in image2text demo
Co-Authored-By: Marco Vinciguerra <88108002+VinciGit00@users.noreply.github.com>
|
2024-08-12 10:30:50 +02:00 |
|
Federico Aguzzi
|
e6bedb6701
|
fix(AbstractGraph): pass kwargs to Ernie and Nvidia models
/ build (push) Has been cancelled
Co-Authored-By: Marco Vinciguerra <88108002+VinciGit00@users.noreply.github.com>
|
2024-08-12 10:11:45 +02:00 |
|
Marco Vinciguerra
|
9e1d0f6506
|
fixing import bug
Co-Authored-By: Matteo Vedovati <68272450+vedovati-matteo@users.noreply.github.com>
|
2024-08-11 19:23:30 +02:00 |
|
Marco Vinciguerra
|
8cece1d31b
|
Merge branch 'pre/beta' into refactoring-of-abstract-graph
|
2024-08-11 19:20:26 +02:00 |
|
Marco Vinciguerra
|
cef2fdb420
|
Update abstract_graph.py
Co-Authored-By: Matteo Vedovati <68272450+vedovati-matteo@users.noreply.github.com>
|
2024-08-11 19:19:17 +02:00 |
|
Marco Vinciguerra
|
c77231c983
|
feat: update abstract graph
Co-Authored-By: Matteo Vedovati <68272450+vedovati-matteo@users.noreply.github.com>
|
2024-08-11 19:18:24 +02:00 |
|
Marco Vinciguerra
|
de1ec250ef
|
refactoring pyproject.toml
/ build (push) Waiting to run
Release / Build (push) Waiting to run
Release / Release (push) Blocked by required conditions
Co-Authored-By: Matteo Vedovati <68272450+vedovati-matteo@users.noreply.github.com>
|
2024-08-11 18:04:31 +02:00 |
|
Marco Vinciguerra
|
cec5537f2a
|
add new tests
/ build (push) Waiting to run
Release / Build (push) Waiting to run
Release / Release (push) Blocked by required conditions
Co-Authored-By: Matteo Vedovati <68272450+vedovati-matteo@users.noreply.github.com>
|
2024-08-11 17:10:55 +02:00 |
|
semantic-release-bot
|
40043f376e
|
ci(release): 1.14.0-beta.1 [skip ci]
## [1.14.0-beta.1](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.13.3...v1.14.0-beta.1) (2024-08-11)
### Features
* add refactoring of default temperature ([6c3b37a](6c3b37ab00))
### Bug Fixes
* broken node ([1272273](1272273499))
* merge_anwser prompt import ([f17cef9](f17cef94bb))
### CI
* **release:** 1.13.0-beta.8 [skip ci] ([b470d97](b470d974cf))
* **release:** 1.13.0-beta.9 [skip ci] ([d4c1a1c](d4c1a1c58a))
|
2024-08-11 11:54:22 +00:00 |
|
Marco Vinciguerra
|
a165fea350
|
Merge pull request #535 from vedovati-matteo/pre/beta
Refactoring of prompts
|
2024-08-11 13:52:48 +02:00 |
|
Matteo Vedovati
|
a3b7181f95
|
quick fix typo
|
2024-08-11 11:52:50 +02:00 |
|
Matteo Vedovati
|
734b740bf9
|
Template name refactoring
|
2024-08-11 11:46:01 +02:00 |
|
Matteo Vedovati
|
98779d193b
|
search_link_node prompts moved
|
2024-08-11 11:43:22 +02:00 |
|
Matteo Vedovati
|
ef966525c3
|
search_link_node prompt moved
|
2024-08-11 11:34:49 +02:00 |
|
Matteo Vedovati
|
86a4903e99
|
search_internet_node prompt moved
|
2024-08-11 11:31:51 +02:00 |
|
Matteo Vedovati
|
f455fcbc5f
|
robot_node prompt moved
|
2024-08-11 11:27:27 +02:00 |
|
Matteo Vedovati
|
9814b6dd85
|
fixed versioning errors
|
2024-08-11 10:04:15 +02:00 |
|
Matteo Vedovati
|
7c6210019e
|
Merge branch 'pre/beta' of https://github.com/vedovati-matteo/Scrapegraph-ai into pre/beta
|
2024-08-11 09:42:38 +02:00 |
|
Matteo Vedovati
|
f17cef94bb
|
fix: merge_anwser prompt import
|
2024-08-11 09:41:31 +02:00 |
|
Matteo Vedovati
|
9fa3df2390
|
Changed prompts import from helpers to prompts
|
2024-08-11 09:33:21 +02:00 |
|
Matteo Vedovati
|
3b5b24d6f8
|
Added new folder for prompts
|
2024-08-11 09:32:00 +02:00 |
|
Matteo Vedovati
|
4ca606cf7a
|
remove promps form helpers folders
|
2024-08-11 09:31:26 +02:00 |
|
Marco Vinciguerra
|
8423f10e0b
|
Merge pull request #532 from ScrapeGraphAI/temp
/ build (push) Waiting to run
Release / Build (push) Waiting to run
Release / Release (push) Blocked by required conditions
allignment
|
2024-08-10 17:56:10 +02:00 |
|
Marco Vinciguerra
|
0cda020d48
|
Merge branch 'pre/beta' into temp
|
2024-08-10 17:45:52 +02:00 |
|
Marco Vinciguerra
|
8b2c266aff
|
refactoring of the code
Co-Authored-By: Matteo Vedovati <68272450+vedovati-matteo@users.noreply.github.com>
|
2024-08-10 17:44:35 +02:00 |
|