-
# Hacktoberfest Open Source Contribution - Issue Description
## Issue: Contribution to MindsDB Project
**Description**:
We are looking for contributors to help us enhance our MindsDB project …
-
MindsDB can be installed easily via [Docker Desktop Extension](https://docs.mindsdb.com/setup/self-hosted/docker-desktop). It provides a graphical user interface where dependencies for different integ…
-
### Short description of current behavior
I am using a postgres database with a money column that has several different values. But mindsdb (or lightwood) infers it as categorial input.
### Video or…
-
At the moment creating model from view require a query to the view:
```sql
CREATE or replace MODEL model_name
FROM mindsdb (select * from view)
PREDICT field_name
```
will be good to be able us…
-
### Short description of current behavior
When we are executing multiple commands for chromadb handler in the mindsdb editor. It is throwing parsing error.
Command Executed:
Drop Database chrom…
-
### Short description of current behavior
I created engine, model and agent. But when i try to query agent , it shows an error.
provider: ollama
engine: langchain_engine
model: llama3
``` An …
-
The goal of this issue is to build a new handler that will connect MindsDB to Cloud Firestore.
## Resources :bulb:
:checkered_flag: To get started, please refer to the following resources:
*…
-
regression from new [mindsdb release](https://github.com/mindsdb/mindsdb/releases/tag/v23.4.4.4)
Log from Render:
![Render](https://user-images.githubusercontent.com/56185979/235346642-e5f9fb65-b9…
-
Add to support by parser:
- match (`~`) or not match operators (`!~`)
- order with column index
- `case when then ...`
- at the moment supported is: `case when then ...`
Example query:
…
-
query:
```
result_df = dfsql.sql_query(
'select name, status from predictors',
ds_kwargs={'case_sensitive': False},
reduce_output=False…