-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
allignement #646
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
allignement #646
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
Update abstract_graph.py
- Update browser_base_fetch to accept single URL or list of URLs - Add text_content parameter for choosing between text-only and HTML output - Improve type hinting and function documentation - Ensure compatibility with latest Browserbase SDK interface
## [1.17.0](v1.16.0...v1.17.0) (2024-09-08) ### Features * **docloaders:** Enhance browser_base_fetch function flexibility ([57fd01f](57fd01f)) ### Docs * **sponsor:**🅱️ Browserbase sponsor🅱️ ([a540139](a540139))
…and asynchronous execution - Introduced an async_mode flag to allow users to choose between synchronous and asynchronous fetching using Browserbase. - Refactored common logic (browserbase initialization and result list) to avoid redundancy. - Added internal async handling with asyncio.to_thread() for non-blocking execution in async_mode. - Maintained backward compatibility for existing synchronous functionality.
feat(browser_base_fetch): add async_mode to support both synchronous …
## [1.18.0](v1.17.0...v1.18.0) (2024-09-08) ### Features * **browser_base_fetch:** add async_mode to support both synchronous and asynchronous execution ([d56253d](d56253d))
…ndling - Added missing `async_mode` parameter to the function signature.
## [1.18.1](v1.18.0...v1.18.1) (2024-09-08) ### Bug Fixes * **browser_base_fetch:** correct function signature and async_mode handling ([007ff08](007ff08))
🎉 This PR is included in version 1.19.0-beta.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.20.0-beta.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.21.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.