Skip to content
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

Merged
merged 51 commits into from
Oct 26, 2024
Merged

new release #764

merged 51 commits into from
Oct 26, 2024

Conversation

VinciGit00
Copy link
Collaborator

No description provided.

shenghongtw and others added 30 commits October 13, 2024 23:04
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
## [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
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))
Copy link

github-actions bot commented Oct 24, 2024

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 2 package(s) with unknown licenses.
See the Details below.

License Issues

pyproject.toml

PackageVersionLicenseIssue Type
async_timeout>= 4.0.3NullUnknown License

requirements.txt

PackageVersionLicenseIssue Type
async_timeout>= 4.0.3NullUnknown License

OpenSSF Scorecard

PackageVersionScoreDetails
pip/async_timeout >= 4.0.3 🟢 5.3
Details
CheckScoreReason
Code-Review🟢 7Found 5/7 approved changesets -- score normalized to 7
Maintained⚠️ 11 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 1
License🟢 9license file detected
Signed-Releases⚠️ 0Project has not signed or included provenance with any releases.
Packaging⚠️ -1packaging workflow not detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Binary-Artifacts🟢 10no binaries found in the repo
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
Fuzzing⚠️ 0project is not fuzzed
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Vulnerabilities🟢 100 existing vulnerabilities detected
Security-Policy🟢 10security policy file detected
SAST🟢 8SAST tool detected but not run on all commits
pip/async_timeout >= 4.0.3 🟢 5.3
Details
CheckScoreReason
Code-Review🟢 7Found 5/7 approved changesets -- score normalized to 7
Maintained⚠️ 11 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 1
License🟢 9license file detected
Signed-Releases⚠️ 0Project has not signed or included provenance with any releases.
Packaging⚠️ -1packaging workflow not detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Binary-Artifacts🟢 10no binaries found in the repo
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
Fuzzing⚠️ 0project is not fuzzed
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Vulnerabilities🟢 100 existing vulnerabilities detected
Security-Policy🟢 10security policy file detected
SAST🟢 8SAST tool detected but not run on all commits

Scanned Manifest Files

pyproject.toml
  • async_timeout@>= 4.0.3
requirements.txt
  • async_timeout@>= 4.0.3

## [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))
Copy link

🎉 This PR is included in version 1.27.0-beta.8 🎉

The release is available on:

Your semantic-release bot 📦🚀

## [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))
Copy link

🎉 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))
Copy link

🎉 This PR is included in version 1.27.0-beta.10 🎉

The release is available on:

Your semantic-release bot 📦🚀

@VinciGit00 VinciGit00 merged commit b7d5a20 into main Oct 26, 2024
3 checks passed
Copy link

🎉 This PR is included in version 1.27.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants