-
-
Couldn't load subscription status.
- Fork 1.9k
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
allignement #646
Conversation
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 📦🚀 |
No description provided.