Mindsdb

Latest version: v24.11.3.0

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

Scan your dependencies

Page 5 of 43

24.7.5.0

Not secure
What's Changed

* fixes to dspy handler by abhayasr in https://github.com/mindsdb/mindsdb/pull/9542
* Dependencies: Migrate from `crate[sqlalchemy]` to `sqlalchemy-cratedb` by amotl in https://github.com/mindsdb/mindsdb/pull/9345
* Fix: using agent with langchain model without conversational mode by ea-rus in https://github.com/mindsdb/mindsdb/pull/9534
* Mindsdb starting speedup by ea-rus in https://github.com/mindsdb/mindsdb/pull/9493
* [ENH] Improved Langfuse - Tags, metadata and actions by paxcema in https://github.com/mindsdb/mindsdb/pull/9496
* Added Model Modes to the Ollama Integration by MinuraPunchihewa in https://github.com/mindsdb/mindsdb/pull/9521
* Amazon S3 Integration Improvements by MinuraPunchihewa in https://github.com/mindsdb/mindsdb/pull/9485
* added json_struct to openai docs by martyna-mindsdb in https://github.com/mindsdb/mindsdb/pull/9547
* Shared pgvector in cloud by ea-rus in https://github.com/mindsdb/mindsdb/pull/9524
* Fix `GET /database/{name}` if project not exists by StpMax in https://github.com/mindsdb/mindsdb/pull/9549
* Add /stream Endpoint for Agent Completions by tmichaeldb in https://github.com/mindsdb/mindsdb/pull/9488
* Safely Check Handler Imports in Process Cache by tmichaeldb in https://github.com/mindsdb/mindsdb/pull/9551
* Fix: agent with KB skill returns results directly by ea-rus in https://github.com/mindsdb/mindsdb/pull/9550
* add ability to return context in retriever agents by dusvyat in https://github.com/mindsdb/mindsdb/pull/9555
* Default to Generate for Ollama by naaman in https://github.com/mindsdb/mindsdb/pull/9553
* Fixed the Execution Logic for the Popularity Recommender Integration by MinuraPunchihewa in https://github.com/mindsdb/mindsdb/pull/9529

New Contributors

* amotl made their first contribution in https://github.com/mindsdb/mindsdb/pull/9345
* naaman made their first contribution in https://github.com/mindsdb/mindsdb/pull/9553

**Full Changelog**: https://github.com/mindsdb/mindsdb/compare/v24.7.4.1...v24.7.5.0

24.7.4.1

Not secure
What's Changed
* Replace eval with literal_eval by ea-rus in https://github.com/mindsdb/mindsdb/pull/9533
* removed mindsdb cloud ips docs by martyna-mindsdb in https://github.com/mindsdb/mindsdb/pull/9535
* hide data insights docs by martyna-mindsdb in https://github.com/mindsdb/mindsdb/pull/9537
* Upgrade Minltify by ZoranPandovski in https://github.com/mindsdb/mindsdb/pull/9532
* Elasticsearch Integration Improvements by MinuraPunchihewa in https://github.com/mindsdb/mindsdb/pull/9501
* Changes to improve compatibility with agent and retrieval skill in python_sdk by dusvyat in https://github.com/mindsdb/mindsdb/pull/9525
* Bump to 24.7.4.1 for patch release by tmichaeldb in https://github.com/mindsdb/mindsdb/pull/9541


**Full Changelog**: https://github.com/mindsdb/mindsdb/compare/v24.7.4.0...v24.7.4.1

24.7.4.0

Not secure
What's Changed

* Dspy implementation by abhayasr in https://github.com/mindsdb/mindsdb/pull/9306
* added lightwood docker image to lightwood docs by martyna-mindsdb in https://github.com/mindsdb/mindsdb/pull/9497
* Update requirements.txt in Dspy by ZoranPandovski in https://github.com/mindsdb/mindsdb/pull/9498
* Agent decoupled from langchain handler by ea-rus in https://github.com/mindsdb/mindsdb/pull/9481
* fix: semantic_search.mdx from file example by whygee-dev in https://github.com/mindsdb/mindsdb/pull/9457
* Fix pre-warming of ml-processes by StpMax in https://github.com/mindsdb/mindsdb/pull/9500
* Change default storage type to `absent` by StpMax in https://github.com/mindsdb/mindsdb/pull/9514
* Fix migration sequence by ea-rus in https://github.com/mindsdb/mindsdb/pull/9518
* Custom functions: table is not required by ea-rus in https://github.com/mindsdb/mindsdb/pull/9494
* custom functions docs by martyna-mindsdb in https://github.com/mindsdb/mindsdb/pull/9474
* Removed Warm Processes for Handler After Installation of Dependecies by MinuraPunchihewa in https://github.com/mindsdb/mindsdb/pull/9468
* Added a Thread Safe Option for Retrieving from the Handler Cache by MinuraPunchihewa in https://github.com/mindsdb/mindsdb/pull/9517
* Fix integration tests by hamishfagg in https://github.com/mindsdb/mindsdb/pull/9526
* Delete unused code by StpMax in https://github.com/mindsdb/mindsdb/pull/9522
* Del `datahub` from `agents controller` by StpMax in https://github.com/mindsdb/mindsdb/pull/9523


New Contributors
* abhayasr made their first contribution in https://github.com/mindsdb/mindsdb/pull/9306
* whygee-dev made their first contribution in https://github.com/mindsdb/mindsdb/pull/9457

**Full Changelog**: https://github.com/mindsdb/mindsdb/compare/v24.7.3.0...v24.7.4.0

24.7.3.0

Not secure
What's Changed

* [fix] StatsForecast: Enable 'season_length' as setteable parameter by paxcema in https://github.com/mindsdb/mindsdb/pull/9465
* 💎💎GEMini updated by parthiv11 in https://github.com/mindsdb/mindsdb/pull/8701
* rest api for batch pred by martyna-mindsdb in https://github.com/mindsdb/mindsdb/pull/9396
* updates docs for rest api for querying models by martyna-mindsdb in https://github.com/mindsdb/mindsdb/pull/9476
* updated statsforecast docs by martyna-mindsdb in https://github.com/mindsdb/mindsdb/pull/9471
* updated create model docs by martyna-mindsdb in https://github.com/mindsdb/mindsdb/pull/9477
* docs for supported integrations by martyna-mindsdb in https://github.com/mindsdb/mindsdb/pull/9482
* Pinned New Version of snowflake-sqlalchemy Supporting SQLAlchemy 2 by MinuraPunchihewa in https://github.com/mindsdb/mindsdb/pull/9480
* [fix] Improved error message for 9316 by paxcema in https://github.com/mindsdb/mindsdb/pull/9479
* Upated LangChain Handler to Use langchain_openai (Support for GPT-4o) by MinuraPunchihewa in https://github.com/mindsdb/mindsdb/pull/9469
* Fix Langchain Tests by tmichaeldb in https://github.com/mindsdb/mindsdb/pull/9483
* Updates to LiteLLM integration by ZoranPandovski in https://github.com/mindsdb/mindsdb/pull/9473
* Add deprecation warnings for RAG handler and kb skill by dusvyat in https://github.com/mindsdb/mindsdb/pull/9486
* removed rag handler from docs by martyna-mindsdb in https://github.com/mindsdb/mindsdb/pull/9491
* [ENH] Ollama - Support for embedding models by paxcema in https://github.com/mindsdb/mindsdb/pull/9430
* Implement caching for table information in SQLAgent by dusvyat in https://github.com/mindsdb/mindsdb/pull/9484
* User functions without classes by ea-rus in https://github.com/mindsdb/mindsdb/pull/9453


**Full Changelog**: https://github.com/mindsdb/mindsdb/compare/v24.7.2.0...v24.7.3.0

24.7.2.0

Not secure
What's Changed
* Fix: wrap list into Tuple for proper rendering by ea-rus in https://github.com/mindsdb/mindsdb/pull/9437
* Columns list for agent by ea-rus in https://github.com/mindsdb/mindsdb/pull/9428
* Added a Check for Provided File Path in SQLite Handler by MinuraPunchihewa in https://github.com/mindsdb/mindsdb/pull/9439
* Improved Error Handling and Messaging in Installation of Dependencies by MinuraPunchihewa in https://github.com/mindsdb/mindsdb/pull/9441
* Fix case sensitive `drop database` by StpMax in https://github.com/mindsdb/mindsdb/pull/9433
* readme updates by martyna-mindsdb in https://github.com/mindsdb/mindsdb/pull/9447
* Del `MICROSERVICE_MODE` in tests by StpMax in https://github.com/mindsdb/mindsdb/pull/9446
* API handler tests and fixes by ea-rus in https://github.com/mindsdb/mindsdb/pull/9445
* Fixed the Link to Minds Endpoint Handler by MinuraPunchihewa in https://github.com/mindsdb/mindsdb/pull/9460
* Corrected Minds Endpoint Name in Default List by MinuraPunchihewa in https://github.com/mindsdb/mindsdb/pull/9463
* Update README.md by ZoranPandovski in https://github.com/mindsdb/mindsdb/pull/9461
* Increase Reliability of All Agents Using SQL Tools by tmichaeldb in https://github.com/mindsdb/mindsdb/pull/9449
* Bump Version for Release 24.7.2.0 by tmichaeldb in https://github.com/mindsdb/mindsdb/pull/9466


**Full Changelog**: https://github.com/mindsdb/mindsdb/compare/v24.7.1.0...v24.7.2.0

24.7.1.0

Not secure
What's Changed
* Add curl to docker containers (for healthchecks) by hamishfagg in https://github.com/mindsdb/mindsdb/pull/9390
* Support querying columns from connected database by ea-rus in https://github.com/mindsdb/mindsdb/pull/9395
* Athena Handler by rwatts3 in https://github.com/mindsdb/mindsdb/pull/9389
* update links in openai readme by martyna-mindsdb in https://github.com/mindsdb/mindsdb/pull/9413
* added ollama to langchain providers docs by martyna-mindsdb in https://github.com/mindsdb/mindsdb/pull/9409
* updated docs for building handlers by martyna-mindsdb in https://github.com/mindsdb/mindsdb/pull/9414
* Upgrade mintlify by ZoranPandovski in https://github.com/mindsdb/mindsdb/pull/9415
* Updated ray version by ea-rus in https://github.com/mindsdb/mindsdb/pull/9412
* Updated Dependencies to Make the HuggingFace Integration Usable by MinuraPunchihewa in https://github.com/mindsdb/mindsdb/pull/9417
* Update Pyarrow version by ea-rus in https://github.com/mindsdb/mindsdb/pull/9421
* Re-organized Imports for BigQuery and Vertex to Allow Installation via GUI by MinuraPunchihewa in https://github.com/mindsdb/mindsdb/pull/9404
* Run prediction in partitions by ea-rus in https://github.com/mindsdb/mindsdb/pull/9359
* Update werkzeug version by ea-rus in https://github.com/mindsdb/mindsdb/pull/9422
* GPT-4o Optimizations for SQL Completions by tmichaeldb in https://github.com/mindsdb/mindsdb/pull/9420
* Fix docker build cache collisions by hamishfagg in https://github.com/mindsdb/mindsdb/pull/9425
* Implement MindsDB SQL parser tool and toolkit by dusvyat in https://github.com/mindsdb/mindsdb/pull/9411
* Slack handler fixes by ea-rus in https://github.com/mindsdb/mindsdb/pull/9402
* Pin Langchain Requirements by tmichaeldb in https://github.com/mindsdb/mindsdb/pull/9416
* Updated /<handler_name>/install Route to Parse Dependencies Recursively by MinuraPunchihewa in https://github.com/mindsdb/mindsdb/pull/9408
* Fix LlamIndex integration by ZoranPandovski in https://github.com/mindsdb/mindsdb/pull/9423
* Fix mysql driver version by StpMax in https://github.com/mindsdb/mindsdb/pull/9434

New Contributors
* rwatts3 made their first contribution in https://github.com/mindsdb/mindsdb/pull/9389

**Full Changelog**: https://github.com/mindsdb/mindsdb/compare/v24.6.4.1...v24.7.1.0

Page 5 of 43

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.