Commit f576afa
committed
ci(release): 1.27.0-beta.3 [skip ci]
## [1.27.0-beta.3](v1.27.0-beta.2...v1.27.0-beta.3) (2024-10-20)
### Features
* 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))
### Bug Fixes
* fix the example variable name ([69ff649](69ff649))
### chore
* fix example ([9cd9a87](9cd9a87))
### Test
* Add scrape_graph test ([cdb3c11](cdb3c11))
* Add smart_scraper_multi_parse_merge_first_graph test ([464b8b0](464b8b0))1 parent ffa1067 commit f576afa
2 files changed
+25
-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 | + | |
1 | 25 | | |
2 | 26 | | |
3 | 27 | | |
| |||
| 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