-
### Short description of current behavior
Tried uploading model.py and requirements.txt to a MindsDB managed instance. Codes taken from [BYOM docs](https://docs.mindsdb.com/integrations/ai-engines/by…
-
**At MindsDB, we are driven by the open-source community 💚
We aim to ask our community to review the MindsDB handlers in-depth and provide us with feedback/observations.**
## What
Your task is …
-
### Short description of current behavior
I was testing cohere integration - #7601.
After I run the following command, model training started
```
CREATE MODEL mindsdb.cohere_language_detecto…
-
### Is there an existing integration?
- [X] I have searched the existing integrations.
### Use Case
This handler helps devs show up the statistics of the Python package(s) their company/team …
-
### Short description and motivation for the proposed feature
Be able to use the Azure/MS flavours of GPT3/4 in the same way you can use OpenAI's models today.
### Video or screenshots
_No response…
-
### Is there an existing integration?
- [X] I have searched the existing integrations.
### Use Case
The goal of this issue is to build an integration with OrientDB. [OrientDB](https://www.ori…
-
### Short description of what should be added or improved
Improve old twitter logo to new one 'X' marked below in Screenshot.
### Video or screenshots
![MindDB front page](https://github.com/…
-
### Short description of current behavior
Writer model trains but produces an error:
![image](https://github.com/mindsdb/mindsdb/assets/32901682/f94875f8-e980-401e-84ab-79c291a5979f)
Removing t…
-
Steps to reproduce:
```python
c=mindsdb_sdk.connect()
p=c.create_project('mind-reader-project')
c.drop_project('mind-reader-project')
```
Raises:
```
SQL statement cannot be parsed by mi…
-
### Short description and motivation for the proposed feature
Users should be able to update configuration parameters without needing to drop the entire ML engine to re-create it. A good example here…