v25.6.3.1
·
1148 commits
to main
since this release
TL;DR
Bug Fixes and Improvements
- An enhancement was made in handling data extraction from tables in Knowledge Bases, providing increased reliability.
- Developers can now use the Default LLM as the Default Re-ranking Model—granting them more flexibility and customizability.
- There were issues with Knowledge Base insert operations via SQL Queries and Raw Data, which have now been addressed for smoother operations.
Changes to SQL
- A key change in SQL is replacing
locals()withconnection.registerfor registering duckdb tables, which greatly improves readability and organization.
Changes to Integrations
- A few major updates in dependencies have been executed to enhance system compatibility and maintain software hygiene. Protobuf has been bumped from 3.20.3 to 4.25.8 for Lindorm handler, and setuptools have been increased from 75.8.2 to 78.1.1 in requirements.
- Additionally, requests have also been updated from 2.32.3 to 2.32.4 in requirements to keep up with changes in the software environment.
What's Changed
- Fixes for agent: getting data from tables in KBs by @ea-rus in #11115
- Bump protobuf from 3.20.3 to 4.25.8 in /mindsdb/integrations/handlers/lindorm_handler by @dependabot in #11109
- Bump requests from 2.32.3 to 2.32.4 in /requirements by @dependabot in #11038
- Added the Option to Use Default LLM as the Default Re-ranking Model by @MinuraPunchihewa in #11119
- Replace
locals()toconnection.registerwhen register duckdb tables by @StpMax in #11099 - Fixed Knowledge Base Insert Operations via SQL Queries and Raw Data by @MinuraPunchihewa in #11127
- Bump setuptools from 75.8.2 to 78.1.1 in /requirements by @dependabot in #10991
Full Changelog: v25.6.3.0...v25.6.3.1