github mindsdb/minds v25.4.4.0

latest releases: v26.1.0, v26.1.0rc1, v26.0.1...
14 months ago

TL;DR

Changes to SQL

The SQL functionality includes upgraded query planner and improvements in PostgreSQL handler. These changes provide greater efficiency of handling queries, improve performance, and resolves particular issues on SQL operations.

  • Configurable reranking provision and its scoring, which allow users to optimize and prioritize their data queries.
  • Fixed the return of proper columns from information_schema.columns, which will help ensure the proper manipulation and display of data.
  • Fixed insert issue in the PostgreSQL handler to enable smoother data insertion operations.
  • Updated Query Planner to allow INSERT INTO (SELECT ..) operations without requiring a table.

Changes to Integrations

The changes and improvements in the system integrations increase the reliability and capability of the system to effectively integrate with other platforms.

  • Compatibility has been developed to run version 3.11 for Windows and Mac, broadening the availability and usability of the system for users on these popular platforms.
  • Further Unittests have been added for Snowflake and Oracle to ensure the performance and integration stability on these platforms.
  • The resolve of bs4 deprecation warnings.

Changes to Knowledge Bases

There have been major improvements in the Knowledge Bases including doc updates, fixes, and enhancements for better usability.

  • Updates in the KB docs, enhanced provider update, reranking methods and other updates for a richer and more updated set of data.
  • Fixed issues when querying Agent using KB skill, allowing better data retrieval operations.
  • Speed enhancement in loading Knowledge Base, improving user experience by reducing load times.
  • Fixed the name of the Knowledge Base used in the documentation based on the actual use for accurate reference.
  • Provider validation updated for the Re-ranker in Knowledge Bases, ensuring the stability and reliability of the re-ranker.

Bug Fixes and Improvements

Several bugs were fixed and improvements were implemented to make the system more reliable and efficient.

  • Resolved the bs4 deprecation warnings to eliminate irrelevant or obsolete components.
  • Providers2 were made configurable for reranking, providing the flexibility to manipulate rankings.
  • ChromeDB made cosine as the default distance.
  • Distance setting for pgvector was added, increasing adaptiveness in creating vector spaces.

Changes to Documentation

Notable updates were done in the system's documentation to provide more accurate information and improve user guidance.

  • Updated both the general and specific sections of the documentation.
  • Fixed the hotfix on the knowledge-bases.mdx.
  • Docs langchain updated by adding max tokens for a more comprehensive language token information.

What's Changed

New Contributors

Full Changelog: v25.4.3.1...v25.4.4.0

Don't miss a new minds release

NewReleases is sending notifications on new releases.