mindsdb_python_sdk
mindsdb_python_sdk copied to clipboard
The Python SDK for MindsDB Server
Fixes: - model name in 'select * from models' are not unique https://github.com/mindsdb/mindsdb_python_sdk/issues/110
Changes in[ Schema refactor #9001](https://github.com/mindsdb/mindsdb/pull/9001) could affect on python sdk functionality To take attention: - models contents also versions of models - models_version doesn't exist - change list function queries...
**Is your feature request related to a problem? Please describe.** Currently, the `skills.create` method does not allow users to add description to a skill, which is relevant for an agent...
Users need to be able to execute the following Chatbot & Agent operations using the Python SDK: - Create a chatbot - Delete a chatbot - Get all chatbots -...
Support SDK work in async mode Need to design async interface and implement it
Support triggers feature implemented here https://github.com/mindsdb/mindsdb/pull/6819
**Your Environment** * Python version: 3.10.x * Operating system: Ubuntu 22.04 * Mindsdb Python SDK version: * mindsdb-sdk==1.0.4 mindsdb-sql==0.6.7 * Additional info if applicable: **Please describe your issue and how...
This PR adds a new `WebConfig` subclass of `DataSourceConfig`. Specifically: - Updated `agent.add_webpages` to support `crawl_depth` and regex based URL `filters` - Added `WebConfig` class that configures web crawling a...
Updated the model name from 'gpt-4' to 'gpt-4o' and changed the base URL for the MindsDB LiteLLM proxy. Also removed the model parameter from the instantiation of the database mind.
This adds the S3Config as well as connectors to the mindsdb API to add S3Config Datasource to a knowledge base. ML-101 Blocked By: https://github.com/mindsdb/mindsdb/pull/9712