venv
Modulemindsdb
:
http
and mysql
APIs. You can define which APIs to start using the api
flag as below.--no_studio
flag as below.http
and mysql
APIs. You can define which APIs to start using the api
flag as below.--no_studio
flag as below.pip --version
and
python --version
commands.
Please note that depending on your environment and installed pip and python
packages, you might have to use pip3 instead of pip or python3.x
instead of py. For example, pip3 install mindsdb
instead of
pip install mindsdb
.
IOError: [Errno 28] No space left on device while installing MindsDB
error.
Before anything, activate your virtual environment where your MindsDB is
installed. It is to avoid the No module named mindsdb
error.
Some users can get OSError: dlopen Library not loaded 'libomp.dylib'
. Please make sure you have installed libomp
and run the export commands.
CREATE MODEL
statement. In the MindsDB SQL section, you’ll find a comprehensive overview of the SQL syntax offered by MindsDB. We also provide Mongo-QL syntax documented in the MindsDB Mongo-QL section.
You can connect MindsDB to different clients, including PostgreSQL CLI and MySQL CLI.
Check out the Use Cases section to follow tutorials that cover Large Language Models, Natural Language Processing, Time Series, Classification, and Regression models.