Skip to content

v25.4.5.0

Choose a tag to compare

@ZoranPandovski ZoranPandovski released this 29 Apr 12:04
· 1322 commits to main since this release
fba3699

TL;DR

Bug Fixes and Improvements

  • We addressed the issue with the DESCRIBE commands for objects in projects, resulting in a smoother and more intuitive user experience.
  • We've made certain that only our code folder is watched for changes in the dev image, improving development efficiency.
  • We've resolved the use of the default model for re-ranking, which will now appropriately sequence the outcomes.
  • The replacement of the pydateinfer library with dateparser will bring about better date inference.
  • We've made some changes in our code so that we only copy our configuration to prevent mutation, ensuring more secure changes.
  • There have been modifications in the execution of the insert feature, allowing it to run in the background and not intervene with the user experience.

Changes to SQL

  • There were some issues with the return of the Knowledge Bases (KB) llm parameter in our rest API config endpoint that have been fixed.

Changes to Integrations

  • We've integrated with TogetherAI Handler, opening up new opportunities for AI collaboration.
  • A new feature has been added to send Slack notifications if testing fails in main, ensuring rapid response to any potential issues.

Changes to Knowledge Bases

  • The use of default models for Knowledge Bases and built-in functions is now enabled. This will allow more seamless integration with MindsDB's AI capabilities.
  • We've changed how the Knowledge Bases use the reranker without langchain dependencies and how it uses the MindsDB model for the embedding model.

Changes to Documentation

  • New pieces of documentation detailing the Knowledge Base and the functions to markdown have been added for better understanding.

What's Changed

Full Changelog: v25.4.4.0...v25.4.5.0