Scrapegraph-ai/scrapegraphai/nodes
Marco Vinciguerra aa7a7e2dae
Pre/beta (#835)
* fix: error on fetching the code

* feat: revert search function

* feat: add api integration

* ci(release): 1.32.0-beta.1 [skip ci]

## [1.32.0-beta.1](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.31.1...v1.32.0-beta.1) (2024-11-24)

### Features

* revert search function ([faf0c01](faf0c0123b))

* fix: improved links extraction for parse_node, resolves #822

* ci(release): 1.32.0-beta.2 [skip ci]

## [1.32.0-beta.2](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.32.0-beta.1...v1.32.0-beta.2) (2024-11-25)

### Bug Fixes

* error on fetching the code ([7285ab0](7285ab065b))

* ci(release): 1.32.0-beta.3 [skip ci]

## [1.32.0-beta.3](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.32.0-beta.2...v1.32.0-beta.3) (2024-11-26)

### Bug Fixes

* improved links extraction for parse_node, resolves [#822](https://github.com/ScrapeGraphAI/Scrapegraph-ai/issues/822) ([7da7bfe](7da7bfe338))

* chore: migrate from rye to uv

* feat: add sdk integration

* ci(release): 1.32.0-beta.4 [skip ci]

## [1.32.0-beta.4](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.32.0-beta.3...v1.32.0-beta.4) (2024-12-02)

### Features

* add api integration ([8aa9103](8aa9103f02))
* add sdk integration ([209b445](209b4456fd))

### chore

* migrate from rye to uv ([5fe528a](5fe528a7e7))

---------

Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
Co-authored-by: Michele_Zenoni <michelezenoni1@gmail.com>
Co-authored-by: Federico Aguzzi <62149513+f-aguzzi@users.noreply.github.com>
2024-12-02 09:39:26 +01:00
..
__init__.py removed unused node 2024-10-11 12:46:39 +02:00
base_node.py add docstring files 2024-10-24 15:28:27 +02:00
concat_answers_node.py refactoring of the code 2024-09-28 09:02:20 +02:00
conditional_node.py refactor cond node structure to fit with the new implementation 2024-10-15 15:23:05 +03:00
description_node.py refactoring of code for pylint integration 2024-10-04 09:54:54 +02:00
fetch_node_level_k.py feat: add integration with scrape.do 2024-10-23 12:08:00 +02:00
fetch_node.py fix: fetch node regex 2024-11-21 09:00:45 +01:00
fetch_screen_node.py refactoring of node names 2024-09-22 10:35:43 +02:00
generate_answer_csv_node.py fix: async invocation 2024-10-13 11:30:39 +02:00
generate_answer_from_image_node.py feat: add model integration gpt4 2024-10-24 09:10:51 +02:00
generate_answer_node_k_level.py fix: async invocation 2024-10-13 11:30:39 +02:00
generate_answer_node.py fix: generate answer node timeout 2024-11-20 21:18:38 +01:00
generate_answer_omni_node.py fix: async invocation 2024-10-13 11:30:39 +02:00
generate_code_node.py fix: async invocation 2024-10-13 11:30:39 +02:00
generate_scraper_node.py fix: async invocation 2024-10-13 11:30:39 +02:00
get_probable_tags_node.py feat: refactoring of get_probable_tags node 2024-10-23 12:15:16 +02:00
graph_iterator_node.py refctoring of the code 2024-09-23 08:37:52 +02:00
html_analyzer_node.py fix: async invocation 2024-10-13 11:30:39 +02:00
image_to_text_node.py refactoring of the code 2024-09-28 09:02:20 +02:00
merge_answers_node.py fix: async invocation 2024-10-13 11:30:39 +02:00
merge_generated_scripts_node.py fix: async invocation 2024-10-13 11:30:39 +02:00
parse_node_depth_k_node.py refactoring of the code 2024-10-10 14:08:13 +02:00
parse_node.py Pre/beta (#835) 2024-12-02 09:39:26 +01:00
prompt_refiner_node.py fix: async invocation 2024-10-13 11:30:39 +02:00
rag_node.py feat: finished basic version of deep scraper 2024-10-03 13:13:04 +02:00
reasoning_node.py fix: async invocation 2024-10-13 11:30:39 +02:00
robots_node.py fix: async invocation 2024-10-13 11:30:39 +02:00
search_internet_node.py Pre/beta (#835) 2024-12-02 09:39:26 +01:00
search_link_node.py fix: async invocation 2024-10-13 11:30:39 +02:00
search_node_with_context.py removed unused files 2024-10-12 09:41:02 +02:00
text_to_speech_node.py refactoring of the code 2024-08-23 11:33:22 +02:00