mindsdb
mindsdb copied to clipboard
Query Engine for AI - The only MCP Server you'll ever need
## Description Please include a summary of the change and the issue it solves. Fixes #issue_number ## Type of change (Please delete options that are not relevant) - [ ]...
## Description Related to #8715 Following up from [another test fixing PR](https://github.com/mindsdb/mindsdb/pull/8662), this PR fixes many ML handler tests. Before this PR, all ML handler tests were broken. ### Passing...
### Short description of current behavior I want to respond to questions in a Slack channel with a chatbot. The Openai model and the Slack integrations work fine. Now, I...
### Short description of current behavior I am not sure whether this is a feature to add or a bug to report. When using SQL keywords `IS NULL` and `IS...
The goal of this issue is to build a new handler that will utilize the Zoho CRM API to connect MindsDB to Zoho CRM. This integration will enable Zoho CRM...
### Short description of current behavior Default embedding for KB is huggingface embeddings but emedding model which [created inside of skill](https://github.com/mindsdb/mindsdb/blob/e45ca9fea349a999be6b5de098bb3400a088b0aa/mindsdb/integrations/handlers/langchain_handler/skill_tool.py#L58) is openai model. It leads error: `Embedding dimension 1536...
## Description As a trial or a paid MindsDB user, I want the names of the supported models to be shorter and easier to understand, So that I can create...
The main goal of this issue is to build a new handler that will utilize the Instagram API to connect MindsDB to Instagram. This integration will enable Instagram users to...
## Description Introducing NebulaGraph, the OpenSource distributed Graph database as a database handler for the initial phase. In future phases, we'll introduce more capabilities(AI-related) of NebulaGraph(probably with LlamaIndex) ## Type...
## Description This change adds the insert and create_orders methods in the OrdersTable class in shopify_tables.py allowing the shopify handler to insert orders into a shopify store orders table. I...