Skip to content

v25.7.3.0

Choose a tag to compare

@ZoranPandovski ZoranPandovski released this 15 Jul 10:58
· 1047 commits to main since this release
e2da72a

TL;DR

Changes to SQL

"IF NOT EXISTS" clause is now supported for "CREATE AGENT" command, enabling users to create agents without worrying about duplicate entries. We've also made a fix for an incorrect error message in "DELETE TABLE" when the database does not exist -- we're now providing the correct information.

Changes to Integrations

Improvements were made in Salesforce metadata, Snowflake Data Catalog stats error, table name specification for lower case, and Slack list pagination. To facilitate easier S3 integration, a public_url parameter has been introduced. Additionally, Youtube integration now supports search functionality. UV has also been downgraded for performance optimization.

Changes to Knowledge Bases

Changes were made to whitelist embedding providers, providing a more controlled and secure environment. New documentation has also been provided covering knowledge base model usage, SQL algebra, and examples in KB query documents.

Bug Fixes and Improvements

A bug in the vectordb handler has been fixed along with improvements to Docker and Local Installations for launching all APIs. The Llama index has been bumped from 0.12.28 to 0.12.41 in the mindsdb/integrations/handlers/llama_index_handler. In addition, structured JSON response output from LLMs has been implemented.

Changes to Documentation

Updates in documentation includes instructions about mindsdb as a fully qualified engine, refined model parameters in agent documents, added Light Light Mind (litellm) documents, and syntax for adding data to agents. A spelling mistake in integrations MDX has also been corrected.


What's Changed

New Contributors

Full Changelog: v25.7.2.0...v25.7.3.0