Mindsdb

Latest version: v24.11.3.0

Safety actively analyzes 682361 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 43

24.11.3.0

Not secure
What's Changed

* docs: added supported sql by martyna-mindsdb in https://github.com/mindsdb/mindsdb/pull/10149
* Added connection validation in Druid Handler by parthiv11 in https://github.com/mindsdb/mindsdb/pull/10129
* Don't Pass in Extra Arguments for Embedding Model Validation by tmichaeldb in https://github.com/mindsdb/mindsdb/pull/10154
* Add text chunking preprocessors and document handling by dusvyat in https://github.com/mindsdb/mindsdb/pull/10130
* Fix pgvector metadata column by ea-rus in https://github.com/mindsdb/mindsdb/pull/10147
* fix dependabot issues by dusvyat in https://github.com/mindsdb/mindsdb/pull/10156
* Update README.md by torrmal in https://github.com/mindsdb/mindsdb/pull/10155
* Improve `POST /databases` endpoint by StpMax in https://github.com/mindsdb/mindsdb/pull/10152
* Optimize join tables from different databases: executor by ea-rus in https://github.com/mindsdb/mindsdb/pull/10146
* Refactor file extension extraction in document loader by dusvyat in https://github.com/mindsdb/mindsdb/pull/10162
* fixed create method to use proper scope by Sekhar-Kumar-Dash in https://github.com/mindsdb/mindsdb/pull/9914
* Update integrations with MIT by ZoranPandovski in https://github.com/mindsdb/mindsdb/pull/10165
* Pass user info to chatbot model by ea-rus in https://github.com/mindsdb/mindsdb/pull/10161
* Mysql server text protocol speed up by ea-rus in https://github.com/mindsdb/mindsdb/pull/9974
* Update docker-bake.hcl by ZoranPandovski in https://github.com/mindsdb/mindsdb/pull/10157
* Fix `redirect_required` response by StpMax in https://github.com/mindsdb/mindsdb/pull/10168
* Fix `docker_bake` by StpMax in https://github.com/mindsdb/mindsdb/pull/10169
* Update README.md by torrmal in https://github.com/mindsdb/mindsdb/pull/10160
* Use Correct Document Class for File Splitting by tmichaeldb in https://github.com/mindsdb/mindsdb/pull/10170
* Sync llm_log Table With Current State in Deployed Environments by tmichaeldb in https://github.com/mindsdb/mindsdb/pull/10171
* [Hacktoberfest][fix] Resolves 'dict' object has no attribute 'type' in ElasticSearch by HahaBill in https://github.com/mindsdb/mindsdb/pull/10144
* Added validation Altibase by parthiv11 in https://github.com/mindsdb/mindsdb/pull/10143
* fix kb v2 adding from database table by dusvyat in https://github.com/mindsdb/mindsdb/pull/10167
* adding url as a parameter for the reranker by fshabashev in https://github.com/mindsdb/mindsdb/pull/10153
* Fixed the OpenAI Integration's Logic for Setting the Base API Parameter by MinuraPunchihewa in https://github.com/mindsdb/mindsdb/pull/10179
* docs: mindsdb custom config explanation by martyna-mindsdb in https://github.com/mindsdb/mindsdb/pull/10186
* Add Knowledge Base Deps to Requirements by tmichaeldb in https://github.com/mindsdb/mindsdb/pull/10172
* Document Splitting Fixes for Knowledge Base by tmichaeldb in https://github.com/mindsdb/mindsdb/pull/10173
* Allow to limit available tables in agents by StpMax in https://github.com/mindsdb/mindsdb/pull/10093
* Fixed the Setting of Models for the OpenAI Integration's Embedding and Image Modes by MinuraPunchihewa in https://github.com/mindsdb/mindsdb/pull/10180
* Fix types in 'create table' by ea-rus in https://github.com/mindsdb/mindsdb/pull/10158
* updated select method of confluence_table.py by Sekhar-Kumar-Dash in https://github.com/mindsdb/mindsdb/pull/9924


**Full Changelog**: https://github.com/mindsdb/mindsdb/compare/v24.11.2.0...v24.11.3.0

24.11.2.0

Not secure
What's Changed

* Feature: Add local langfuse by lucas-koontz in https://github.com/mindsdb/mindsdb/pull/10120
* Upgrade langchain 0.3.x by dusvyat in https://github.com/mindsdb/mindsdb/pull/10140
* Supported Python version by ZoranPandovski in https://github.com/mindsdb/mindsdb/pull/10131
* Fix test connection: load handler module if it isn't loaded by ea-rus in https://github.com/mindsdb/mindsdb/pull/10138
* Option to return all handlers' schemas by StpMax in https://github.com/mindsdb/mindsdb/pull/10141
* docs: js sdk alternative syntax for es6 module by martyna-mindsdb in https://github.com/mindsdb/mindsdb/pull/10150
* docs: added the no-studio flag by martyna-mindsdb in https://github.com/mindsdb/mindsdb/pull/10148
* Ollama bug fix by parthiv11 in https://github.com/mindsdb/mindsdb/pull/10123



**Full Changelog**: https://github.com/mindsdb/mindsdb/compare/v24.11.1.1...v24.11.2.0

24.11.1.1

Not secure
What's Changed

* Return Directly & Return Context by Default in Retrieval Tool by tmichaeldb in https://github.com/mindsdb/mindsdb/pull/10116
* Microsoft OneDrive Integration by MinuraPunchihewa in https://github.com/mindsdb/mindsdb/pull/10104
* fix venvs in docker by hamishfagg in https://github.com/mindsdb/mindsdb/pull/10128
* Handle Empty Metadata & Integer IDs Correctly for Knowledge Base Inserts by tmichaeldb in https://github.com/mindsdb/mindsdb/pull/10133
* MS OneDrive Documentation Improvements by MinuraPunchihewa in https://github.com/mindsdb/mindsdb/pull/10132


**Full Changelog**: https://github.com/mindsdb/mindsdb/compare/v24.11.1.0...v24.11.1.1

24.11.1.0

Not secure
What's Changed

* Depricate Python 3.8 by ZoranPandovski in https://github.com/mindsdb/mindsdb/pull/10082
* Add preprocessing support for knowledge base updates by dusvyat in https://github.com/mindsdb/mindsdb/pull/10035
* Updated the Documentation for Custom Configurations and Enabling Authenticaiton by MinuraPunchihewa in https://github.com/mindsdb/mindsdb/pull/10029
* Updated the Documentation for S3 Integration Based on Recent Improvements by MinuraPunchihewa in https://github.com/mindsdb/mindsdb/pull/9979
* Add couchbase vector integration docs by prajwal-pai77 in https://github.com/mindsdb/mindsdb/pull/10039
* Implement `get_tables` method to return correct table names by tino097 in https://github.com/mindsdb/mindsdb/pull/10025
* Fixed spelling in replicate_handler.py by DhanushNehru in https://github.com/mindsdb/mindsdb/pull/10047
* Update missing-required-cpu-features.mdx by JanumalaAkhilendra in https://github.com/mindsdb/mindsdb/pull/10051
* Fix batch processor added to trace in Open Telemetry by lucas-koontz in https://github.com/mindsdb/mindsdb/pull/10086
* Run integration tests on proper branch by hamishfagg in https://github.com/mindsdb/mindsdb/pull/10097
* Fixed the Integration Tests for the Files Integration by MinuraPunchihewa in https://github.com/mindsdb/mindsdb/pull/10075
* fixed athena handler by minakshisharma197 in https://github.com/mindsdb/mindsdb/pull/9865
* OpenBB bug Fix by parthiv11 in https://github.com/mindsdb/mindsdb/pull/9688
* Unify AI integration by mabderrahim in https://github.com/mindsdb/mindsdb/pull/9727
* [Bug Fix]: AutoKeras handler by ritwickrajmakhal in https://github.com/mindsdb/mindsdb/pull/9910
* Updated the Documentation for the MS Teams Integration by MinuraPunchihewa in https://github.com/mindsdb/mindsdb/pull/9864
* Integration of Groq Models with MindsDB by kom-senapati in https://github.com/mindsdb/mindsdb/pull/9807
* Add Hybrid Search Support to Knowledge Base Completions by tmichaeldb in https://github.com/mindsdb/mindsdb/pull/10053
* Speed up CI/CD workflows with UV by hamishfagg in https://github.com/mindsdb/mindsdb/pull/9783
* [Hacktoberfest] Dropbox integration by HahaBill in https://github.com/mindsdb/mindsdb/pull/9862
* Format Langchain Objects Properly by tmichaeldb in https://github.com/mindsdb/mindsdb/pull/10106
* Update internal mysql protocol to be compatible with `mysql 9.1` by StpMax in https://github.com/mindsdb/mindsdb/pull/10105
* Adding new user and session id into traces for langfuse by mindsdb-devops in https://github.com/mindsdb/mindsdb/pull/10109
* Azure Blob Storage Integration by Tryxns in https://github.com/mindsdb/mindsdb/pull/9975
* [Hacktoberfest] IBM COS integration by HahaBill in https://github.com/mindsdb/mindsdb/pull/10072
* [Bug Fix]: Select specific columns in Apache derby handler by ritwickrajmakhal in https://github.com/mindsdb/mindsdb/pull/10062
* Fix GHA for 'only docs' changes by hamishfagg in https://github.com/mindsdb/mindsdb/pull/10115
* updated chatbot sql docs by martyna-mindsdb in https://github.com/mindsdb/mindsdb/pull/10101
* updated ms teams docs by martyna-mindsdb in https://github.com/mindsdb/mindsdb/pull/10102
* Added the Documentation for Microsoft OneDrive Integration by MinuraPunchihewa in https://github.com/mindsdb/mindsdb/pull/10110
* Upgrading CKAN handler by tino097 in https://github.com/mindsdb/mindsdb/pull/9933
* GROUP BY must go before ORDER BY Update neuralforecast.mdx by chuangyeshuo in https://github.com/mindsdb/mindsdb/pull/10099
* Fixed typo in create_database.mdx by DhanushNehru in https://github.com/mindsdb/mindsdb/pull/10048


New Contributors

* DhanushNehru made their first contribution in https://github.com/mindsdb/mindsdb/pull/10047
* JanumalaAkhilendra made their first contribution in https://github.com/mindsdb/mindsdb/pull/10051
* minakshisharma197 made their first contribution in https://github.com/mindsdb/mindsdb/pull/9865
* mabderrahim made their first contribution in https://github.com/mindsdb/mindsdb/pull/9727
* kom-senapati made their first contribution in https://github.com/mindsdb/mindsdb/pull/9807
* Tryxns made their first contribution in https://github.com/mindsdb/mindsdb/pull/9975
* chuangyeshuo made their first contribution in https://github.com/mindsdb/mindsdb/pull/10099

**Full Changelog**: https://github.com/mindsdb/mindsdb/compare/v24.10.5.0...v24.11.1.0

24.10.5.0

Not secure
What's Changed

* Add Hybrid Search Support to pgvector Integration by tmichaeldb in https://github.com/mindsdb/mindsdb/pull/10037
* zendesk handler by Better-Boy in https://github.com/mindsdb/mindsdb/pull/9948
* Multi bucket gcs handler by Better-Boy in https://github.com/mindsdb/mindsdb/pull/10005
* [Bug Fix]: Refactor manny handlers to handle NoneType DataFrame in show table query by ritwickrajmakhal in https://github.com/mindsdb/mindsdb/pull/10023
* [Integration] Financial Modeling Prep Api Integration by RiyanaD in https://github.com/mindsdb/mindsdb/pull/9427
* Enabled Authentication via Environment Variables and the Configuration File by MinuraPunchihewa in https://github.com/mindsdb/mindsdb/pull/9998
* Fixed Creating Models from Files in Amazon S3 by MinuraPunchihewa in https://github.com/mindsdb/mindsdb/pull/10060
* [Bug Fix]: Cohere handler by ritwickrajmakhal in https://github.com/mindsdb/mindsdb/pull/9923
* Fix view names by ea-rus in https://github.com/mindsdb/mindsdb/pull/10076
* Added Holding Messages to Chat-bot Responses by MinuraPunchihewa in https://github.com/mindsdb/mindsdb/pull/10077
* Update cla.yml by ZoranPandovski in https://github.com/mindsdb/mindsdb/pull/10081
* fix: link format by AkashJana18 in https://github.com/mindsdb/mindsdb/pull/10073
* Fixing OpenAI conversational mode prompt requirements by dylanketterer in https://github.com/mindsdb/mindsdb/pull/10070
* updated twilio tutorial image by martyna-mindsdb in https://github.com/mindsdb/mindsdb/pull/10083
* Feature: Add Open Telemetry to MindsDB by lucas-koontz in https://github.com/mindsdb/mindsdb/pull/9976


New Contributors

* RiyanaD made their first contribution in https://github.com/mindsdb/mindsdb/pull/9427
* AkashJana18 made their first contribution in https://github.com/mindsdb/mindsdb/pull/10073

**Full Changelog**: https://github.com/mindsdb/mindsdb/compare/v24.10.4.2...v24.10.5.0

24.10.4.2

Not secure
What's Changed

* Pinned Stable Version of python-multipart by MinuraPunchihewa in https://github.com/mindsdb/mindsdb/pull/10036
* Patch Release 24.10.4.2 by MinuraPunchihewa in https://github.com/mindsdb/mindsdb/pull/10038


**Full Changelog**: https://github.com/mindsdb/mindsdb/compare/v24.10.4.1...v24.10.4.2

Page 1 of 43

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.