Skip to content
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

Pre/beta #780

Merged
merged 16 commits into from
Nov 1, 2024
Merged

Pre/beta #780

merged 16 commits into from
Nov 1, 2024

Conversation

VinciGit00
Copy link
Collaborator

No description provided.

VinciGit00 and others added 16 commits October 26, 2024 16:07
## [1.27.0-beta.11](v1.27.0-beta.10...v1.27.0-beta.11) (2024-10-27)

### Features

* add new mistral models ([6914170](6914170))
## [1.27.0-beta.12](v1.27.0-beta.11...v1.27.0-beta.12) (2024-10-28)

### Features

* refactoring of the base_graph ([12a6c18](12a6c18))
… for better performance and maintainability. Key improvements include: - More efficient HTML processing with combined regex operations and optimized tag handling - Enhanced deep copy functionality with better type handling and optimized recursion - Refactored web search with improved error handling and modular helper functions The changes maintain all existing functionality while improving code quality, performance, and maintainability. Documentation and type hints have been enhanced throughout.

Optimize utils modules for better performance and maintainability

- Improve HTML cleanup and minification:
  - Combine regex operations for better performance
  - Add better error handling for HTML processing
  - Optimize tag removal and attribute filtering

- Enhance deep copy functionality:
  - Add special case handling for primitive types
  - Improve type checking and error handling
  - Optimize recursive copying for collections

- Refactor web search functionality:
  - Add input validation and error handling
  - Split search logic into separate helper functions
  - Improve proxy handling and configuration
  - Add better timeout and error management
  - Optimize URL filtering and processing

Technical improvements:
- Better type hints and documentation
- More efficient data structures
- Improved error handling and validation
- Reduced code duplication
- Better separation of concerns

No breaking changes - all existing functionality maintained
fix(AbstractGraph): manually select model tokens
## [1.27.0-beta.13](v1.27.0-beta.12...v1.27.0-beta.13) (2024-10-29)

### Bug Fixes

* **AbstractGraph:** manually select model tokens ([f79f399](f79f399)), closes [#768](#768)
This commit focuses on optimizing the utility modules in the codebase…
## [1.28.0-beta.1](v1.27.0...v1.28.0-beta.1) (2024-10-30)

### Features

* add new mistral models ([6914170](6914170))
* refactoring of the base_graph ([12a6c18](12a6c18))

### Bug Fixes

* **AbstractGraph:** manually select model tokens ([f79f399](f79f399)), closes [#768](#768)

### CI

* **release:** 1.27.0-beta.11 [skip ci] ([3b2cadc](3b2cadc))
* **release:** 1.27.0-beta.12 [skip ci] ([62369e3](62369e3))
* **release:** 1.27.0-beta.13 [skip ci] ([deed355](deed355)), closes [#768](#768)
## [1.28.0-beta.2](v1.28.0-beta.1...v1.28.0-beta.2) (2024-10-31)

### Features

* update generate answer ([7172b32](7172b32))
@VinciGit00 VinciGit00 merged commit 9f0ba35 into main Nov 1, 2024
3 checks passed
Copy link

github-actions bot commented Nov 1, 2024

🎉 This PR is included in version 1.28.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.

4 participants