Skip to content

Pre/beta #653

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 156 commits into from
Sep 10, 2024
Merged

Pre/beta #653

merged 156 commits into from
Sep 10, 2024

Conversation

VinciGit00
Copy link
Collaborator

No description provided.

Santabot123 and others added 30 commits August 23, 2024 19:00
## [1.14.1](v1.14.0...v1.14.1) (2024-08-24)

### Bug Fixes

* add claude3.5 sonnet ([ee8f8b3](ee8f8b3))

### Docs

* added sponsors ([b3a2d0d](b3a2d0d))
## [1.15.0-beta.3](v1.15.0-beta.2...v1.15.0-beta.3) (2024-08-24)

### Bug Fixes

* update abstract graph ([86fe5fc](86fe5fc))
I am passing in the explicit model_tokens from user config as the default_token so it will correctly fallback to the users setting if the model is not found
fix model_tokens not being used for ollama
## [1.15.0-beta.4](v1.15.0-beta.3...v1.15.0-beta.4) (2024-08-26)

### Bug Fixes

* add claude3.5 sonnet ([ee8f8b3](ee8f8b3))

### CI

* **release:** 1.14.1 [skip ci] ([88e76ce](88e76ce))
## [1.15.0-beta.5](v1.15.0-beta.4...v1.15.0-beta.5) (2024-08-26)

### Bug Fixes

* abstract graph local model ([04128e7](04128e7))
## [1.15.0](v1.14.1...v1.15.0) (2024-08-26)

### Features

* ligthweigthing the library ([62f32e9](62f32e9))

### Bug Fixes

* abstract graph ([cf1fada](cf1fada))
* **models_tokens:** add llama2 and llama3 sizes explicitly ([b05ec16](b05ec16))
* Azure OpenAI issue ([a92b9c6](a92b9c6))
* update abstract graph ([86fe5fc](86fe5fc))

### CI

* **release:** 1.14.1-beta.1 [skip ci] ([1b48871](1b48871))
* **release:** 1.15.0-beta.1 [skip ci] ([06dc640](06dc640))
* **release:** 1.15.0-beta.2 [skip ci] ([ab21576](ab21576))
* **release:** 1.15.0-beta.3 [skip ci] ([132ee5b](132ee5b))
semantic-release-bot and others added 25 commits September 7, 2024 12:56
## [1.17.0-beta.10](v1.17.0-beta.9...v1.17.0-beta.10) (2024-09-07)

### Bug Fixes

* screenshot_scraper ([ef7a589](ef7a589))
## [1.17.0-beta.11](v1.17.0-beta.10...v1.17.0-beta.11) (2024-09-07)

### Features

* add scrape_do_integration ([94e69a0](94e69a0))
* fetch_node improved ([167f970](167f970))
- 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))
## [1.19.0-beta.1](v1.18.1...v1.19.0-beta.1) (2024-09-08)

### Features

* **AbstractGraph:** add adjustable rate limit ([2859fb7](2859fb7))
* add scrape_do_integration ([94e69a0](94e69a0))
* add togheterai ([8f615ad](8f615ad))
* ConcatNode.py added for heavy merge operations ([bd4b26d](bd4b26d))
* fetch_node improved ([167f970](167f970))

### Bug Fixes

* **AbstractGraph:** Bedrock init issues ([63a5d18](63a5d18)), closes [#633](#633)
* correctly parsing output when using structured_output ([8e74ac5](8e74ac5))
* **ScreenshotScraper:** impose dynamic imports ([b8ef937](b8ef937))
* **Ollama:** instance model from correct package ([398b2c5](398b2c5))
* Parse Node scraping link and img urls allowing OmniScraper to work ([66a3b6d](66a3b6d))
* **SmartScraper:** pass llm_model to ParseNode ([5242166](5242166))
* **DeepSeek:** proper model initialization ([74dfc69](74dfc69))
* Removed link_urls and img_ulrs from FetchNode output ([57337a0](57337a0))
* screenshot scraper ([388630c](388630c))
* screenshot_scraper ([ef7a589](ef7a589))
* **ScreenShotScraper:** static import of optional dependencies ([52fe441](52fe441))
* update generate answernode ([c348f67](c348f67))

### chore

* **examples:** create Together AI examples ([34942de](34942de))

### CI

* **release:** 1.16.0-beta.1 [skip ci] ([d7f6036](d7f6036))
* **release:** 1.16.0-beta.2 [skip ci] ([1c37d5d](1c37d5d))
* **release:** 1.16.0-beta.3 [skip ci] ([886c987](886c987))
* **release:** 1.16.0-beta.4 [skip ci] ([ba5c7ad](ba5c7ad))
* **release:** 1.17.0-beta.1 [skip ci] ([13efd4e](13efd4e))
* **release:** 1.17.0-beta.10 [skip ci] ([af28885](af28885))
* **release:** 1.17.0-beta.11 [skip ci] ([a73fec5](a73fec5))
* **release:** 1.17.0-beta.2 [skip ci] ([08afc92](08afc92))
* **release:** 1.17.0-beta.3 [skip ci] ([fc55418](fc55418))
* **release:** 1.17.0-beta.4 [skip ci] ([5e99071](5e99071))
* **release:** 1.17.0-beta.5 [skip ci] ([16ab1bf](16ab1bf))
* **release:** 1.17.0-beta.6 [skip ci] ([50c9c6b](50c9c6b))
* **release:** 1.17.0-beta.7 [skip ci] ([4347afb](4347afb)), closes [#633](#633)
* **release:** 1.17.0-beta.8 [skip ci] ([85c374e](85c374e))
* **release:** 1.17.0-beta.9 [skip ci] ([77d0fd3](77d0fd3))
…rom-the-source

637 it can´t scrape urls from the source
## [1.19.0-beta.2](v1.19.0-beta.1...v1.19.0-beta.2) (2024-09-09)

### Features

* return urls in searchgraph ([afb6eb7](afb6eb7))

### Bug Fixes

* temporary fix for parse_node ([f2bb22d](f2bb22d))
## [1.19.0-beta.3](v1.19.0-beta.2...v1.19.0-beta.3) (2024-09-10)

### Bug Fixes

* parse node ([947ebd2](947ebd2))
@VinciGit00 VinciGit00 merged commit b25e8e3 into refactoring-tokenization Sep 10, 2024
2 checks passed
Copy link

🎉 This PR is included in version 1.20.0-beta.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Copy link

🎉 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.