Skip to content

Commit d14fb54

Browse files
authored
Merge pull request #709 from ScrapeGraphAI/branch_temp
allignment
2 parents 39f7815 + d9a8208 commit d14fb54

File tree

68 files changed

+309
-794
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+309
-794
lines changed

CHANGELOG.md

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,46 @@
1-
## [1.22.0-beta.6](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.22.0-beta.5...v1.22.0-beta.6) (2024-09-28)
1+
## [1.25.0](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.24.1...v1.25.0) (2024-09-27)
2+
3+
4+
### Features
5+
6+
* add llama 3.2 ([90e6d07](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/90e6d077dc55b498b71928181065fc088acf943e))
7+
8+
## [1.24.1](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.24.0...v1.24.1) (2024-09-26)
9+
210

311

412
### Bug Fixes
513

14+
* script creator multi ([9905be8](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/9905be8a37dc1ff4b90fe9b8be987887253be8bd))
15+
16+
## [1.24.0](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.23.1...v1.24.0) (2024-09-26)
617
* integration with html_mode ([f87ffa1](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/f87ffa1d8db32b38c47d9f5aa2ae88f1d7978a04))
718

819
## [1.22.0-beta.5](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.22.0-beta.4...v1.22.0-beta.5) (2024-09-27)
920

1021

1122
### Features
1223

24+
* add info to the dictionary for toghtherai ([3b5ee76](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/3b5ee767cbb91cb0ca8e4691195d16c3b57140bb))
25+
* update exception ([3876cb7](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/3876cb7be86e081065ca18c443647261a4b205d1))
26+
27+
28+
### Bug Fixes
29+
30+
* chat for bedrock ([f9b121f](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/f9b121f7657e9eaf0b1b0e4a8574b8f1cbbd7c36))
31+
* graph Iterator node ([8ce08ba](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/8ce08baf01d7757c6fdcab0333405787c67d2dbc))
32+
* issue about parser ([7eda6bc](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/7eda6bc06bc4c32850029f54b9b4c22f3124296e))
33+
* node refiner + examples ([d55f6be](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/d55f6bee4766f174abb2fdcd598542a9ca108a25))
34+
* update to pydantic documentation ([76ce257](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/76ce257efb9d9f46c0693472a1fe54b39e4eb1ef))
35+
36+
37+
### CI
38+
39+
* **release:** 1.21.2-beta.1 [skip ci] ([dd0f260](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/dd0f260e75aad97019fad49b09fed1b03d755d37))
40+
* **release:** 1.21.2-beta.2 [skip ci] ([ba4e863](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/ba4e863f1448564c3446ed4bb327f0eb5df50287))
41+
* **release:** 1.22.0-beta.1 [skip ci] ([f42a95f](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/f42a95faa05de39bd9cfc05e377d4b3da372e482))
42+
* **release:** 1.22.0-beta.2 [skip ci] ([431c09f](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/431c09f551ac28581674c6061f055fde0350ed4c))
43+
* **release:** 1.22.0-beta.3 [skip ci] ([e5ac020](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/e5ac0205d1e04a8b31e86166c3673915b70fd1e3))
1344
* add reasoning integration ([b2822f6](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/b2822f620a610e61d295cbf4b670aa08fde9de24))
1445

1546
## [1.22.0-beta.4](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.22.0-beta.3...v1.22.0-beta.4) (2024-09-27)
@@ -22,6 +53,7 @@
2253
## [1.22.0-beta.3](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.22.0-beta.2...v1.22.0-beta.3) (2024-09-25)
2354

2455

56+
2557
### Bug Fixes
2658

2759
* update to pydantic documentation ([76ce257](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/76ce257efb9d9f46c0693472a1fe54b39e4eb1ef))
@@ -36,6 +68,7 @@
3668
## [1.22.0-beta.1](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.21.2-beta.2...v1.22.0-beta.1) (2024-09-24)
3769

3870

71+
3972
### Features
4073

4174
* add info to the dictionary for toghtherai ([3b5ee76](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/3b5ee767cbb91cb0ca8e4691195d16c3b57140bb))

examples/ernie/deep_scraper_ernie.py

Lines changed: 0 additions & 55 deletions
This file was deleted.

examples/fireworks/deep_scraper_fireworks.py

Lines changed: 0 additions & 47 deletions
This file was deleted.

examples/fireworks/script_multi_generator_fireworks.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@
2626
# ************************************************
2727
# Create the ScriptCreatorGraph instance and run it
2828
# ************************************************
29-
3029
urls=[
31-
"https://perinim.github.io/",
32-
"https://perinim.github.io/cv/"
30+
"https://schultzbergagency.com/emil-raste-karlsen/",
31+
"https://schultzbergagency.com/johanna-hedberg/",
3332
]
3433

3534
# ************************************************
3635
# Create the ScriptCreatorGraph instance and run it
3736
# ************************************************
3837

3938
script_creator_graph = ScriptCreatorMultiGraph(
40-
prompt="Who is Marco Perini?",
39+
prompt="Find information about actors",
40+
# also accepts a string with the already downloaded HTML code
4141
source=urls,
4242
config=graph_config
4343
)

examples/mistral/deep_scraper_mistral.py

Lines changed: 0 additions & 47 deletions
This file was deleted.

examples/mistral/script_multi_generator_mistral.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,17 @@
2929
# ************************************************
3030

3131
urls=[
32-
"https://perinim.github.io/",
33-
"https://perinim.github.io/cv/"
32+
"https://schultzbergagency.com/emil-raste-karlsen/",
33+
"https://schultzbergagency.com/johanna-hedberg/",
3434
]
3535

3636
# ************************************************
3737
# Create the ScriptCreatorGraph instance and run it
3838
# ************************************************
3939

4040
script_creator_graph = ScriptCreatorMultiGraph(
41-
prompt="Who is Marco Perini?",
41+
prompt="Find information about actors",
42+
# also accepts a string with the already downloaded HTML code
4243
source=urls,
4344
config=graph_config
4445
)

examples/nemotron/deep_scraper_nemotron.py

Lines changed: 0 additions & 47 deletions
This file was deleted.

examples/nemotron/script_multi_generator_nemotron.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,17 @@
2929
# ************************************************
3030

3131
urls=[
32-
"https://perinim.github.io/",
33-
"https://perinim.github.io/cv/"
32+
"https://schultzbergagency.com/emil-raste-karlsen/",
33+
"https://schultzbergagency.com/johanna-hedberg/",
3434
]
3535

3636
# ************************************************
3737
# Create the ScriptCreatorGraph instance and run it
3838
# ************************************************
3939

4040
script_creator_graph = ScriptCreatorMultiGraph(
41-
prompt="Who is Marco Perini?",
41+
prompt="Find information about actors",
42+
# also accepts a string with the already downloaded HTML code
4243
source=urls,
4344
config=graph_config
4445
)

examples/openai/deep_scraper_openai.py

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)