-
-
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
Commits on Oct 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e76a68a - Browse repository at this point
Copy the full SHA e76a68aView commit details
Commits on Oct 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for deb7c2d - Browse repository at this point
Copy the full SHA deb7c2dView commit details -
Merge pull request #751 from shenghongtw/pre/beta
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.)
Configuration menu - View commit details
-
Copy full SHA for 39c7352 - Browse repository at this point
Copy the full SHA 39c7352View commit details -
ci(release): 1.26.6-beta.1 [skip ci]
## [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))
Configuration menu - View commit details
-
Copy full SHA for e0fc457 - Browse repository at this point
Copy the full SHA e0fc457View commit details
Commits on Oct 15, 2024
-
feat: add conditional node structure to the smart_scraper_graph and i…
…mplemented a structured way to check condition
Configuration menu - View commit details
-
Copy full SHA for cacd9cd - Browse repository at this point
Copy the full SHA cacd9cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 038d2ef - Browse repository at this point
Copy the full SHA 038d2efView commit details
Commits on Oct 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 612c644 - Browse repository at this point
Copy the full SHA 612c644View commit details -
feat: Implement SmartScraperMultiParseMergeFirstGraph class that scra…
…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.)
Configuration menu - View commit details
-
Copy full SHA for 3e3e1b2 - Browse repository at this point
Copy the full SHA 3e3e1b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdb3c11 - Browse repository at this point
Copy the full SHA cdb3c11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 464b8b0 - Browse repository at this point
Copy the full SHA 464b8b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for eaa83ed - Browse repository at this point
Copy the full SHA eaa83edView commit details -
Merge pull request #754 from ekinsenler/cond_node_refactor
feat: add conditional node to the smart_scraper_graph
Configuration menu - View commit details
-
Copy full SHA for aaa011c - Browse repository at this point
Copy the full SHA aaa011cView commit details -
ci(release): 1.27.0-beta.1 [skip ci]
## [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))
Configuration menu - View commit details
-
Copy full SHA for 9266a36 - Browse repository at this point
Copy the full SHA 9266a36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b78e2d - Browse repository at this point
Copy the full SHA 9b78e2dView commit details -
Rename smart_scraper_multi_parse_merge_first_graph_test.py to smart_s…
…craper_multi_parse_merge_first_graph_openai_test.py
Configuration menu - View commit details
-
Copy full SHA for 2512262 - Browse repository at this point
Copy the full SHA 2512262View commit details
Commits on Oct 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 69ff649 - Browse repository at this point
Copy the full SHA 69ff649View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94d8042 - Browse repository at this point
Copy the full SHA 94d8042View commit details -
rename the smart_scraper_multi_parse_merge_first_graph to smart_scrap…
…er_multi_graph,so delete this file
Configuration menu - View commit details
-
Copy full SHA for dfc67c6 - Browse repository at this point
Copy the full SHA dfc67c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78bd40c - Browse repository at this point
Copy the full SHA 78bd40cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6dbac93 - Browse repository at this point
Copy the full SHA 6dbac93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 974f88a - Browse repository at this point
Copy the full SHA 974f88aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e8f047 - Browse repository at this point
Copy the full SHA 3e8f047View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28dda2b - Browse repository at this point
Copy the full SHA 28dda2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for da2a3c8 - Browse repository at this point
Copy the full SHA da2a3c8View commit details
Commits on Oct 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8cb9646 - Browse repository at this point
Copy the full SHA 8cb9646View commit details -
ci(release): 1.27.0-beta.2 [skip ci]
## [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))
Configuration menu - View commit details
-
Copy full SHA for d84d295 - Browse repository at this point
Copy the full SHA d84d295View commit details -
Committing even though this is not the bug we were looking for
Configuration menu - View commit details
-
Copy full SHA for 9cd9a87 - Browse repository at this point
Copy the full SHA 9cd9a87View commit details
Commits on Oct 19, 2024
-
Merge pull request #758 from ScrapeGraphAI/fix-together-ai
chore: fix example
Configuration menu - View commit details
-
Copy full SHA for b912904 - Browse repository at this point
Copy the full SHA b912904View commit details
Commits on Oct 20, 2024
-
Merge pull request #756 from shenghongtw/pre/beta
The smart_scraper_multi_graph method is too expensive
Configuration menu - View commit details
-
Copy full SHA for ffa1067 - Browse repository at this point
Copy the full SHA ffa1067View commit details -
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))
Configuration menu - View commit details
-
Copy full SHA for f576afa - Browse repository at this point
Copy the full SHA f576afaView commit details
Commits on Oct 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2991ca8 - Browse repository at this point
Copy the full SHA 2991ca8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b84883b - Browse repository at this point
Copy the full SHA b84883bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52b6bf5 - Browse repository at this point
Copy the full SHA 52b6bf5View commit details -
ci(release): 1.27.0-beta.4 [skip ci]
## [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))
Configuration menu - View commit details
-
Copy full SHA for 3d6bbcd - Browse repository at this point
Copy the full SHA 3d6bbcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ea00c0 - Browse repository at this point
Copy the full SHA 0ea00c0View commit details
Commits on Oct 22, 2024
-
Merge pull request #761 from ScrapeGraphAI/refactoring-export-functions
feat: refactoring of export functions
Configuration menu - View commit details
-
Copy full SHA for 34d2964 - Browse repository at this point
Copy the full SHA 34d2964View commit details -
ci(release): 1.27.0-beta.5 [skip ci]
## [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))
Configuration menu - View commit details
-
Copy full SHA for 5002c71 - Browse repository at this point
Copy the full SHA 5002c71View commit details
Commits on Oct 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ae275ec - Browse repository at this point
Copy the full SHA ae275ecView commit details -
ci(release): 1.27.0-beta.6 [skip ci]
## [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))
Configuration menu - View commit details
-
Copy full SHA for 94b9836 - Browse repository at this point
Copy the full SHA 94b9836View commit details -
Configuration menu - View commit details
-
Copy full SHA for f658092 - Browse repository at this point
Copy the full SHA f658092View commit details
Commits on Oct 24, 2024
-
Merge pull request #763 from ScrapeGraphAI/refactoring-get-probable-tags
feat: refactoring of get_probable_tags node
Configuration menu - View commit details
-
Copy full SHA for a1bd05d - Browse repository at this point
Copy the full SHA a1bd05dView commit details -
ci(release): 1.27.0-beta.7 [skip ci]
## [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))
Configuration menu - View commit details
-
Copy full SHA for 407f1ce - Browse repository at this point
Copy the full SHA 407f1ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 066e77d - Browse repository at this point
Copy the full SHA 066e77dView commit details -
ci(release): 1.27.0-beta.8 [skip ci]
## [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))
Configuration menu - View commit details
-
Copy full SHA for 4f1ed93 - Browse repository at this point
Copy the full SHA 4f1ed93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51c55eb - Browse repository at this point
Copy the full SHA 51c55ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for c8a000f - Browse repository at this point
Copy the full SHA c8a000fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6179ab9 - Browse repository at this point
Copy the full SHA 6179ab9View commit details -
Merge pull request #765 from ScrapeGraphAI/add-model-integration-for-…
…images feat: add model integration gpt4
Configuration menu - View commit details
-
Copy full SHA for 9e5e76a - Browse repository at this point
Copy the full SHA 9e5e76aView commit details -
ci(release): 1.27.0-beta.9 [skip ci]
## [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))
Configuration menu - View commit details
-
Copy full SHA for fd57cc7 - Browse repository at this point
Copy the full SHA fd57cc7View commit details
Commits on Oct 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f9c1432 - Browse repository at this point
Copy the full SHA f9c1432View commit details -
ci(release): 1.27.0-beta.10 [skip ci]
## [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))
Configuration menu - View commit details
-
Copy full SHA for eee131e - Browse repository at this point
Copy the full SHA eee131eView commit details