martyna-mindsdb
martyna-mindsdb
Fixes #2584 ## Please describe what changes you made, in as much detail as possible - implemented current docs rules throughout the entire MindsDB docs - each docs page has...
Fixes #2973 ## Please describe what changes you made, in as much detail as possible - worked on using custom models->openai page [OpenAI - MindsDB Documentation.pdf](https://github.com/mindsdb/mindsdb/files/9618632/OpenAI.-.MindsDB.Documentation.pdf) mindsdb
Currently, throughout the [MindsDB docs](https://docs.mindsdb.com/), you can find that the MindsDB hostname is either `cloud.mindsdb.com` or `cloud-mysql.mindsdb.com`. We want to have all the MindsDB hostname values as `cloud.mindsdb.com` and not...
Fixes #2969 ## Please describe what changes you made, in as much detail as possible - worked on using custom models->huggingface page [HuggingFace - MindsDB Documentation.pdf](https://github.com/mindsdb/mindsdb/files/9618354/HuggingFace.-.MindsDB.Documentation.pdf) mindsdb
We want to keep the [MindsDB docs](https://docs.mindsdb.com/) uniform. Thus, we decided to keep all the JSON objects without enclosing them in single quotation marks. Although both ways are correct, we...
Consider the query below. ``` CREATE PREDICTOR mindsdb.home_rentals_model FROM db_integration (SELECT * FROM house_rentals_data) AS rentals PREDICT rental_price AS price; ``` **1. Remove `AS rentals`** After the `SELECT` statement comes...