Max Stepanov
Max Stepanov
## Description Changes: - `huggingface_handler` temporary disabled due to security vulnerability in its dependency. - `transformers` dependency moved from main requirements.txt to docker-bake ## Type of change (Please delete options...
## Description Two small changes to `test_mysql_api.py` to avoid 'features' of `mysql.connector`: - `mysql.connector` may return values of columns with `BYTEA` type as bytes/bytearray or string depend on env -...
## Description This PR adds ability to completely disable file uploads via URL and adds additional validation for those URLs. There are few changes: - config option that set allowed...
### Short description of what should be added or improved In accordance with the [PR](https://github.com/mindsdb/mindsdb/pull/11179) it needs to replace mention of config option `"file_upload_domains"` and add to the doc new...
## Description There are two changes: - Retrieve models list from Writer API - Select particular endpoint for completion basing on 'mode' arg. Examples of fixed statements: ```sql create model...
## Description Added new handler: [Big Commerce ](https://www.bigcommerce.com/) Usage: ```sql -- create connection CREATE DATABASE bigcommerce_datasource WITH ENGINE = 'bigcommerce', PARAMETERS = { "api_base": "https://api.bigcommerce.com/stores/0fh0fh0fh0/v3/", "access_token": "k9iexk9iexk9iexk9iexk9iexk9iexk" }; -- sample...
## Description Changes in this PR aimed on speeding up processing of big data in text mysql protocol. Initial processing was: - cast whole DataFrame to text - then piece-by-piece:...
## Description Added additional info to the pid file: - http host - http port - http auth enabled - username - password Fixes #FQE-1797 ## Type of change (Please...
## Description If try to install extra with no requirements ``` pip3 install -e .[postgres] ``` then warning appear ``` WARNING: mindsdb 25.11.1 does not provide the extra 'postgres' ```...
## Description Added a system for collecting and sending telemetry. Added config options to control telemetry. Fixes #FQE-1779 ## Type of change (Please delete options that are not relevant) -...