Commit 3933d64
committed
ci(release): 1.27.0 [skip ci]
## [1.27.0](v1.26.7...v1.27.0) (2024-10-26)
### Features
* add conditional node structure to the smart_scraper_graph and implemented a structured way to check condition ([cacd9cd](cacd9cd))
* add integration with scrape.do ([ae275ec](ae275ec))
* add model integration gpt4 ([51c55eb](51c55eb))
* implement ScrapeGraph class for only web scraping automation ([612c644](612c644))
* Implement SmartScraperMultiParseMergeFirstGraph class that scrapes a list of URLs and merge the content first and finally generates answers to a given prompt. ([3e3e1b2](3e3e1b2))
* refactoring of export functions ([0ea00c0](0ea00c0))
* refactoring of get_probable_tags node ([f658092](f658092))
* refactoring of ScrapeGraph to SmartScraperLiteGraph ([52b6bf5](52b6bf5))
### Bug Fixes
* fix export function ([c8a000f](c8a000f))
* fix the example variable name ([69ff649](69ff649))
* remove variable "max_result" not being used in the code ([e76a68a](e76a68a))
### chore
* fix example ([9cd9a87](9cd9a87))
### Test
* Add scrape_graph test ([cdb3c11](cdb3c11))
* Add smart_scraper_multi_parse_merge_first_graph test ([464b8b0](464b8b0))
### CI
* **release:** 1.26.6-beta.1 [skip ci] ([e0fc457](e0fc457))
* **release:** 1.27.0-beta.1 [skip ci] ([9266a36](9266a36))
* **release:** 1.27.0-beta.10 [skip ci] ([eee131e](eee131e))
* **release:** 1.27.0-beta.2 [skip ci] ([d84d295](d84d295))
* **release:** 1.27.0-beta.3 [skip ci] ([f576afa](f576afa))
* **release:** 1.27.0-beta.4 [skip ci] ([3d6bbcd](3d6bbcd))
* **release:** 1.27.0-beta.5 [skip ci] ([5002c71](5002c71))
* **release:** 1.27.0-beta.6 [skip ci] ([94b9836](94b9836))
* **release:** 1.27.0-beta.7 [skip ci] ([407f1ce](407f1ce))
* **release:** 1.27.0-beta.8 [skip ci] ([4f1ed93](4f1ed93))
* **release:** 1.27.0-beta.9 [skip ci] ([fd57cc7](fd57cc7))1 parent b7d5a20 commit 3933d64
2 files changed
+48
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
1 | 48 | | |
2 | 49 | | |
3 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments