Skip to content

295 scrapegraph ai接入oneapi模型qwen turbo #298

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

Closed
wants to merge 72 commits into from

Conversation

VinciGit00
Copy link
Collaborator

No description provided.

VinciGit00 and others added 30 commits May 14, 2024 15:20
fix: Add a new graph traversal that allows more than one edges out of a graph
## [1.2.0-beta.1](v1.1.0...v1.2.0-beta.1) (2024-05-15)

### Features

* add finalize_node() ([6e7283e](6e7283e))
feat: n-level deep search
## [1.3.0-beta.1](v1.2.4...v1.3.0-beta.1) (2024-05-17)

### Features

* **base_graph:** alligned with main ([73fa31d](73fa31d))

### CI

* **release:** 1.2.0-beta.1 [skip ci] ([fd3e0aa](fd3e0aa))
VinciGit00 and others added 24 commits May 21, 2024 13:44
SmartScraperMulti Graph and Schema Support
Adapt to some ollama modles with "nam/modelname" like ( 893379029/piccolo-large-zh-v2)
## [1.5.0-beta.1](v1.4.0...v1.5.0-beta.1) (2024-05-24)

### Features

* **knowledgegraph:** add knowledge graph node ([0196423](0196423))
* add logger integration ([e53766b](e53766b))
* **smart-scraper-multi:** add schema to graphs and created SmartScraperMultiGraph ([fc58e2d](fc58e2d))
* **base_graph:** alligned with main ([73fa31d](73fa31d))
* **verbose:** centralized graph logging on debug or warning depending on verbose ([c807695](c807695))
* **node:** knowledge graph node ([8c33ea3](8c33ea3))
* **multiple:** quick fix working ([58cc903](58cc903))
* **kg:** removed import ([a338383](a338383))
* **docloaders:** undetected-playwright ([7b3ee4e](7b3ee4e))
* **multiple_search:** working multiple example ([bed3eed](bed3eed))
* **kg:** working rag kg ([c75e6a0](c75e6a0))

### Bug Fixes

* error in jsons ([ca436ab](ca436ab))
* **logger:** set up centralized root logger in base node ([4348d4f](4348d4f))
* **logging:** source code citation ([d139480](d139480))
* template names ([b82f33a](b82f33a))
* **node-logging:** use centralized logger in each node for logging ([c251cc4](c251cc4))
* **web-loader:** use sublogger ([0790ecd](0790ecd))

### CI

* **release:** 1.2.0-beta.1 [skip ci] ([fd3e0aa](fd3e0aa))
* **release:** 1.3.0-beta.1 [skip ci] ([191db0b](191db0b))
* **release:** 1.4.0-beta.1 [skip ci] ([2caddf9](2caddf9))
* **release:** 1.4.0-beta.2 [skip ci] ([f1a2523](f1a2523))
Co-Authored-By: Federico Aguzzi <[email protected]>
Co-Authored-By: wangdongpeng1 <[email protected]>
@VinciGit00 VinciGit00 linked an issue May 24, 2024 that may be closed by this pull request
Copy link

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
  • ✅ 0 package(s) with unknown licenses.
  • ⚠️ 1 packages with OpenSSF Scorecard issues.
See the Details below.

OpenSSF Scorecard

PackageVersionScoreDetails
pip/networkx 3.3 🟢 4.9
Details
CheckScoreReason
Code-Review🟢 9Found 27/29 approved changesets -- score normalized to 9
Maintained🟢 1030 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
License🟢 9license file detected
Signed-Releases⚠️ -1no releases found
Dangerous-Workflow⚠️ 0dangerous workflow patterns detected
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Binary-Artifacts🟢 10no binaries found in the repo
Vulnerabilities🟢 100 existing vulnerabilities detected
Fuzzing🟢 10project is fuzzed
Packaging🟢 10packaging workflow detected
Security-Policy⚠️ 0security policy file not detected
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
pip/pyvis 0.3.2 ⚠️ 2.7
Details
CheckScoreReason
Code-Review🟢 10all changesets reviewed
Maintained⚠️ 00 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
License🟢 10license file detected
Signed-Releases⚠️ 0Project has not signed or included provenance with any releases.
Token-Permissions⚠️ -1No tokens found
Dangerous-Workflow⚠️ -1no workflows found
Packaging⚠️ -1packaging workflow not detected
Binary-Artifacts🟢 10no binaries found in the repo
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
Fuzzing⚠️ 0project is not fuzzed
Security-Policy⚠️ 0security policy file not detected
Vulnerabilities⚠️ 012 existing vulnerabilities detected
Pinned-Dependencies⚠️ -1no dependencies found
pip/undetected-playwright 0.3.0 UnknownUnknown
pip/undetected-playwright 0.3.0 UnknownUnknown

Scanned Manifest Files

pyproject.toml
requirements.txt

@VinciGit00 VinciGit00 closed this May 24, 2024
@VinciGit00 VinciGit00 deleted the 295-scrapegraph-ai接入oneapi模型qwen-turbo branch May 25, 2024 13:18
@VinciGit00 VinciGit00 restored the 295-scrapegraph-ai接入oneapi模型qwen-turbo branch May 26, 2024 10:16
@VinciGit00 VinciGit00 deleted the 295-scrapegraph-ai接入oneapi模型qwen-turbo branch May 26, 2024 10:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Scrapegraph-ai接入OneAPI模型(qwen-turbo)
8 participants