Skip to content

v25.6.3.0

Compare
Choose a tag to compare
@ZoranPandovski ZoranPandovski released this 17 Jun 13:24
· 145 commits to main since this release
0dca259

TL;DR

Bug Fixes and Improvements

  • The output of Evaluate has been fixed, by removing retrieved_in_top_k, which helps to make results cleaner.
  • Invalid model error with Azure openai models has been ironed out to allow smoother execution.
  • Successful completion is now a requirement for test setup, improving the reliability of tests.
  • The deletion issue within ML engine with data catalog enabled has been resolved.
  • Various fixes have been implemented, like correcting the 'SELECT' from API Resources, fixing the querying of Snowflake columns with special characters, and fixing the ssl option of MySQL handler. These contribute to a smoother, more reliable user experience.

Changes to SQL

  • An adjustment has been made to reduce token usage in generating schema information for agents, which can lead to performance improvements.

Changes to Integrations

  • Google BigQuery is now a supported source in Data Catalog, expanding the usability of the platform.
  • Fixes to 'Agent Salesforce' have been introduced to enhance functionality.
  • The llama_index_handler has been updated from version 0.12.21 to 0.12.28, ensuring that the handler operates using the latest available features and fixes.

Changes to Knowledge Bases

  • Knowledge base documentation has gone through numerous updates, for instance, 'evaluate kb', 'evaluate syntax', and new links to AI integrations have been added. This increases the resourcefulness of the platform.
  • Knowledge base for Python SDK has been hidden.
  • The REST API Endpoints for Knowledge Bases has been updated for better accessibility and usability.
  • The platform now provides functionality for enhanced conversation history handling in MindsDBAgent and AgentTaskManager, creating a more efficient system.

Changes to Documentation

  • Documentation has been updated with usage examples in 'ollama knowledge base', creating a more user-friendly guide.

What's Changed

Full Changelog: v25.6.2.0...v25.6.3.0