-
### Short description of current behavior
The ConfluenceHandler class in MindsDB currently does not enforce mandatory parameters (url, username, and password) when establishing a connection to Conf…
-
### Short description of current behavior
Currently, We have to manually run the create Database command for the chromadb, There is no auto generative script for chromadb.
Secondly, In the create c…
-
### Is there an existing integration?
- [X] I have searched the existing integrations.
### Use Case
- Faster AI Predictions: Groq models provide quicker results for database queries using Min…
-
### Short description of current behavior
The goal of this issue is to upgrade the current version of LiteLLM to `1.44.8`.
## Steps :male_detective: :female_detective:
- Comment on this i…
-
I am trying to install mindsdb and run the example give in this page : https://docs.mindsdb.com/sql/tutorials/text-sentiment-hf
**Dockerfile I have used**
```
FROM mindsdb/mindsdb
RUN pip3 in…
-
### Short description of what should be added or improved
At the moment, our documentation for creating chat-bots state that it is necessary to create and configure an agent for chat-bots.
Howev…
-
### Short description of what should be added or improved
If we have to identify the logical flow or to view the control transfer logic from one function to another function, Like within __main__.py …
-
### Short description of current behavior
The goal of this issue is to fix the bug for using DROP syntax on a Knowledge base.
The current error is `Unable to drop, integration is used by knowle…
-
### Short description of current behavior
See issue: https://github.com/mindsdb/mindsdb/issues/6530
Incorrect query:
```
CREATE MODEL mindsdb.nobel_model2
FROM mysql_datasource
(SELECT * FRO…
-
### Short description of current behavior
I’m trying to use the langchain model as described here https://docs.mindsdb.com/integrations/ai-engines/langchain#mindsdb
When I use the following query …