TL;DR
This release contains significant changes in a number of sectors:
**Documentation:**
Documentation has received several updates detailing the lack of file size limit, information about thread safety in data integrations, custom configuration with HTTP authentication, and updates to the REST API for chatbot.
**Features and Enhancements:**
A custom vllm embedding class has been added for langchain_embedding_handler. Support has been provided for Nomic embedding text formatting. In addition, chatbot creation and updates can now utilize database names via API. A feature for smart release notes has been implemented.
**Bug Fixes and Improvements:**
Installation error related to httpfs in Amazon S3 integration has been fixed. The redshift handler issue has been resolved. Typos in the README file have been amended. A situation where Vector Database Tables were being dropped while deleting the Knowledge Base has been addressed.
**Other Notable Changes:**
The Redirect URI has been improved for executing the MS Authentication flow. The class has been improved and now permits logging to files. It is now possible to see types in the information schema. There is now feature to enable copy storage while creating databases via the API.
What's Changed
* docs - update no file size limit by martyna-mindsdb in https://github.com/mindsdb/mindsdb/pull/10275
* add custom vllm embedding class for langchain_embedding_handler by dusvyat in https://github.com/mindsdb/mindsdb/pull/10271
* docs: added thread_safe info to data integrations by martyna-mindsdb in https://github.com/mindsdb/mindsdb/pull/10267
* Fixed httpfs Installation Error in Amazon S3 Integration by MinuraPunchihewa in https://github.com/mindsdb/mindsdb/pull/10278
* Enabled the Use of Database Name in Creating and Updating Chat-bots via API by MinuraPunchihewa in https://github.com/mindsdb/mindsdb/pull/10277
* docs for custom config - http auth by martyna-mindsdb in https://github.com/mindsdb/mindsdb/pull/10272
* docs - rest api for chatbots update by martyna-mindsdb in https://github.com/mindsdb/mindsdb/pull/10282
* Fix redshift handler by ea-rus in https://github.com/mindsdb/mindsdb/pull/10283
* Add support for Nomic embedding text formatting by dusvyat in https://github.com/mindsdb/mindsdb/pull/10284
* Add smart release notes by hamishfagg in https://github.com/mindsdb/mindsdb/pull/10280
* Added the Redirect URI in Executing the MS Authentication Flow by MinuraPunchihewa in https://github.com/mindsdb/mindsdb/pull/10281
* fix typos in README by cliffordp in https://github.com/mindsdb/mindsdb/pull/10285
* Don't Drop Vector Database Table When Deleting Knowledge Base by tmichaeldb in https://github.com/mindsdb/mindsdb/pull/10292
* Improve class and allow logging to file by StpMax in https://github.com/mindsdb/mindsdb/pull/10287
* Added a More Reliable Means of Generating Redirect URI for MS Authentication Flow by MinuraPunchihewa in https://github.com/mindsdb/mindsdb/pull/10296
* Show types in information schema by ea-rus in https://github.com/mindsdb/mindsdb/pull/10288
* Enabled Copy Storage for Creating Database via API by MinuraPunchihewa in https://github.com/mindsdb/mindsdb/pull/10294
New Contributors
* cliffordp made their first contribution in https://github.com/mindsdb/mindsdb/pull/10285
**Full Changelog**: https://github.com/mindsdb/mindsdb/compare/v24.12.2.1...v24.12.3.0