github mindsdb/mindsdb v25.14.0

8 hours ago

TL;DR

Changes to SQL

  • The system now has the ability to fix querying columns that contain empty space in the name. This prevents any errors or issues when dealing with column names with spaces.
  • There is support for UNION in IN available due to a bump in the parser dependency.
  • An option has been added for Snowflake key value auth. This inclusion enables more secure and efficient authentication when connecting to Snowflake databases.
  • Support is also provided now for Snowflake embeddings. This enhances the way in which data from Snowflake can be used, analyzed and understood.

Changes to Integrations

  • Enhancement in the deployment and testing workflows has been implemented to streamline and optimize these processes.
  • The unit and integration tests are now included in production deploy to maintain the code quality and functionality during production.

Changes to Knowledge Bases

  • An important change has been made where the system can now handle a situation where nan is inserted into knowledge base. This prevents potential errors due to null values.
  • Furthermore, associated tables have been removed, and an issue with non-existing columns has been fixed.

Bug Fixes and Improvements

  • A fix has been made for the Faiss handler now utilizing a flat index. This ensures greater efficiency and performance.
  • There's been an update to the mintlify version for better performance and stability.
  • The ImportError that occurs when using the --load-tokenizer option will now be handled to prevent any disturbances during operation.
  • There's been a bump in filelock from 3.18.0 to 3.20.1 in /requirements for improved security.
  • We have also ensured that tests are skipped on asset changes to save resources and time during testing.

Changes to Documentation

  • The GitHub Readme was updated for better clarity and understanding, though this update was later reverted for other improvements.

What's Changed

New Contributors

Full Changelog: v25.13.1...v25.14.0

Don't miss a new mindsdb release

NewReleases is sending notifications on new releases.