v25.4.5.0
·
1322 commits
to main
since this release
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
pydateinferlibrary withdateparserwill 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
- Fixed DESCRIBE Commands for Objects in Projects by @MinuraPunchihewa in #10733
- Add TogetherAI Handler Integration by @md-abid-hussain in #10403
- Enabled Default Models for Knowledge Bases and Built-in Functions by @MinuraPunchihewa in #10738
- kb docs - id column by @martyna-mindsdb in #10746
- Only watch code folder for changes in dev image by @hamishfagg in #10751
- Fixed the Use of Default Model for Re-ranking by @MinuraPunchihewa in #10752
- Replace
pydateinferwithdateparserfor date inference. by @dusvyat in #10606 - KB fix: copy config to prevent mutation by @ea-rus in #10756
- Execute insert in background by @ea-rus in #10740
- Add slack notification if testing fails in main by @hamishfagg in #10763
- KB, use reranker without langchain dependencies by @ea-rus in #10758
- KB: use mindsdb model for embedding_model by @ea-rus in #10749
- docs fix - to markdown function by @martyna-mindsdb in #10765
- Fix: return KB llm parameter in rest api config endpoint by @ea-rus in #10766
Full Changelog: v25.4.4.0...v25.4.5.0