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.
If you encounter the This site can’t be reached. 127.0.0.1 refused to connect.
error, please check the MindsDB server console to see if the server is still in
the starting
phase. But if the server has started and you still get this
error, please report it on our
GitHub repository.
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.