-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
new release #764
new release #764
Conversation
Since the variable "max_result" is not used in the code, it has been removed to avoid causing confusion for users. (The example code was tested, and the presence or absence of max_result does not affect the results.)
## [1.26.6-beta.1](v1.26.5...v1.26.6-beta.1) (2024-10-14) ### Bug Fixes * remove variable "max_result" not being used in the code ([e76a68a](e76a68a))
…mplemented a structured way to check condition
…pes a list of URLs and merge the content first and finally generates answers to a given prompt. (Different from the SmartScraperMultiGraph is that in this case the content is merged before to be processed by the llm.)
feat: add conditional node to the smart_scraper_graph
## [1.27.0-beta.1](v1.26.6-beta.1...v1.27.0-beta.1) (2024-10-16) ### Features * add conditional node structure to the smart_scraper_graph and implemented a structured way to check condition ([cacd9cd](cacd9cd))
…craper_multi_parse_merge_first_graph_openai_test.py
…er_multi_graph,so delete this file
## [1.27.0-beta.2](v1.27.0-beta.1...v1.27.0-beta.2) (2024-10-18) ### Bug Fixes * refactoring of gpt2 tokenizer ([44c3f9c](44c3f9c)) ### CI * **release:** 1.26.6 [skip ci] ([a4634c7](a4634c7))
Committing even though this is not the bug we were looking for
chore: fix example
The smart_scraper_multi_graph method is too expensive
## [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.27.0-beta.4](v1.27.0-beta.3...v1.27.0-beta.4) (2024-10-21) ### Features * refactoring of ScrapeGraph to SmartScraperLiteGraph ([52b6bf5](52b6bf5))
feat: refactoring of export functions
## [1.27.0-beta.5](v1.27.0-beta.4...v1.27.0-beta.5) (2024-10-22) ### Features * refactoring of export functions ([0ea00c0](0ea00c0))
## [1.27.0-beta.6](v1.27.0-beta.5...v1.27.0-beta.6) (2024-10-23) ### Features * add integration with scrape.do ([ae275ec](ae275ec))
feat: refactoring of get_probable_tags node
## [1.27.0-beta.7](v1.27.0-beta.6...v1.27.0-beta.7) (2024-10-24) ### Features * refactoring of get_probable_tags node ([f658092](f658092))
Dependency ReviewThe following issues were found:
License Issuespyproject.toml
requirements.txt
OpenSSF Scorecard
Scanned Manifest Filespyproject.toml
requirements.txt
|
## [1.27.0-beta.8](v1.27.0-beta.7...v1.27.0-beta.8) (2024-10-24) ### Bug Fixes * removed tokenizer ([a184716](a184716)) ### CI * **release:** 1.26.7 [skip ci] ([ec9ef2b](ec9ef2b))
🎉 This PR is included in version 1.27.0-beta.8 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
…images feat: add model integration gpt4
## [1.27.0-beta.9](v1.27.0-beta.8...v1.27.0-beta.9) (2024-10-24) ### Features * add model integration gpt4 ([51c55eb](51c55eb))
🎉 This PR is included in version 1.27.0-beta.9 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
## [1.27.0-beta.10](v1.27.0-beta.9...v1.27.0-beta.10) (2024-10-25) ### Bug Fixes * fix export function ([c8a000f](c8a000f))
🎉 This PR is included in version 1.27.0-beta.10 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.27.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
No description provided.