v25.1.5.1
TL;DR
This release encapsulates several significant improvements and fixes in various aspects of the project, including enhancements to the embedding model, agent snowflake SQL skill, web handler documentation, and a new Knowledge Base filter. Further, it takes care of some issues associated with agents and upgrades the Snowflake connector.
Embedding Model
The embedding model has been enhanced. It now ensures it has a valid alias during its creation.
Agent Snowflake SQL Skill
Corrections have been implemented in the agent snowflake SQL skill. Table names are now processed in upper case.
Web Handler Documentation
There has been an update in the web handler documentation.
Knowledge Base (KB)
A new feature for the Knowledge Base has been introduced: filter by distance.
Agent Issues
This release resolves some issues that were found with agents.
Snowflake Connector
The Snowflake connector has been upgraded.
What's Changed
- Ensure embedding model has a valid alias during creation by @dusvyat in #10411
- Fix agent snowflake sql skill: table names in upper case by @ea-rus in #10415
- docs - web handler by @martyna-mindsdb in #10416
- KB: filter by distance by @ea-rus in #10386
- Fix issues with agents by @StpMax in #10412
- Upgrade Snowflake connector by @ZoranPandovski in #10419
Full Changelog: v25.1.5.0...v25.1.5.1