-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Pre/beta #234
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
Merged
Merged
Pre/beta #234
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ngs-is-not-defined fixed gemini embeddings
## [0.10.0-beta.3](v0.10.0-beta.2...v0.10.0-beta.3) (2024-05-09) ### Features * update info ([4ed0fb8](4ed0fb8))
feat: Add support for passing pdf path as source
## [0.10.0-beta.4](v0.10.0-beta.3...v0.10.0-beta.4) (2024-05-09) ### Features * Add support for passing pdf path as source ([f10f3b1](f10f3b1)) ### Bug Fixes * limit python version to < 3.12 ([a37fbbc](a37fbbc))
## [0.10.0-beta.5](v0.10.0-beta.4...v0.10.0-beta.5) (2024-05-09) ### Bug Fixes * fixed bugs for csv and xml ([324e977](324e977))
## [0.10.0-beta.6](v0.10.0-beta.5...v0.10.0-beta.6) (2024-05-09) ### Bug Fixes * add json integration ([0ab31c3](0ab31c3))
fix: Augment the information getting fetched from a webpage
## [0.11.0-beta.1](v0.10.0...v0.11.0-beta.1) (2024-05-10) ### Features * Add support for passing pdf path as source ([f10f3b1](f10f3b1)) * update info ([4ed0fb8](4ed0fb8)) ### Bug Fixes * add json integration ([0ab31c3](0ab31c3)) * Augment the information getting fetched from a webpage ([f8ce3d5](f8ce3d5)) * fixed bugs for csv and xml ([324e977](324e977)) * limit python version to < 3.12 ([a37fbbc](a37fbbc)) ### CI * **release:** 0.10.0-beta.3 [skip ci] ([ad32298](ad32298)) * **release:** 0.10.0-beta.4 [skip ci] ([548bff9](548bff9)) * **release:** 0.10.0-beta.5 [skip ci] ([28c9dce](28c9dce)) * **release:** 0.10.0-beta.6 [skip ci] ([460d292](460d292))
## [0.11.0-beta.2](v0.11.0-beta.1...v0.11.0-beta.2) (2024-05-10) ### Features * revert fetch_node ([864aa91](864aa91))
…functionality for proxy rotation the broker has been made fully configurable for anonymity level, admissible locations, scheme and max shape not to waste resources, unlike the original `free-proxy` package. other options have been explored (e.g., `proxybroker`, `proxybroker2`) due to their built-in proxy server and rotation capabilities, but the former is no longer maintained, and the latter has issue with any python version outside of python 3.9
…eb driver with proxy protection and flexible kwargs and backend the original class prevents passing kwargs down to the playwright backend, making some config unfeasible, including passing a proxy server to the web driver. the new class has backward compatibility with the original, but 1) allows any kwarg to be passed down to the web driver, 2) allows specifying the web driver backend (only playwright is supported for now) in case more (e.g., selenium) will be supported in the future and 3) automatically fetches a suitable proxy if one is not passed already
…nto fix/fetch-node-proxybroker
feat: Custom AWS credentials
feat(parallel-exeuction): parallel asyncio event loop dispatcher
## [0.11.0-beta.8](v0.11.0-beta.7...v0.11.0-beta.8) (2024-05-13) ### Features * **parallel-exeuction:** add asyncio event loop dispatcher with semaphore for parallel graph instances ([627cbee](627cbee)) * **batchsize:** tested different batch sizes and systems ([a8d5e7d](a8d5e7d)) ### Bug Fixes * **asyncio:** replaced deepcopy with copy due to serialization problems ([dedc733](dedc733))
Dependency ReviewThe following issues were found:
License Issuespoetry.lock
OpenSSF ScorecardScorecard details
Scanned Manifest Filespoetry.lock
pyproject.toml
requirements-dev.txt
requirements.txt
|
## [0.11.0-beta.9](v0.11.0-beta.8...v0.11.0-beta.9) (2024-05-14) ### Bug Fixes * crash asyncio due dependency version ([2563773](2563773)) ### chore * update models_tokens.py with new model configurations ([d9752b1](d9752b1)) ### Docs * fixed speechgraphexample ([4bf90f3](4bf90f3)) * fixed unused param and install ([cc28d5a](cc28d5a)) * **readme:** improve main readme ([ae5655f](ae5655f)) * **concurrent:** refactor theme and added benchmarck searchgraph ([ced2bbc](ced2bbc)) * update instructions to use with LocalAI ([198420c](198420c)) * Update README.md ([772e064](772e064)) * updated sponsor logo ([f8d8d71](f8d8d71)) ### CI * **release:** 0.10.1 [skip ci] ([d359814](d359814))
closes #232
feat: add gpt-4o to the model dictionary
## [0.11.0-beta.10](v0.11.0-beta.9...v0.11.0-beta.10) (2024-05-14) ### Features * add gpt-4o ([52a4a3b](52a4a3b)), closes [#232](#232)
## [0.11.0-beta.11](v0.11.0-beta.10...v0.11.0-beta.11) (2024-05-14) ### Features * **omni-search:** added omni search graph and updated docs ([fcb3abb](fcb3abb)) * **gpt-4o:** image to text single node test ([90955ca](90955ca)) * **omni-scraper:** working OmniScraperGraph with images ([a296927](a296927)) ### Bug Fixes * **fetch_node:** bug in handling local files ([a6e1813](a6e1813))
🎉 This PR is included in version 0.11.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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.