mindsdb_python_sdk
mindsdb_python_sdk copied to clipboard
The Python SDK for MindsDB Server
Fixes https://linear.app/mindsdb/issue/UNI-49/update-sdk-methods-for-knowledge-bases
**Your Environment** * Python version: 3.11.* * Operating system: Ubuntu * Mindsdb Python SDK version: * Additional info if applicable: **Please describe your issue and how we can replicate it**...
**Your Environment** * Python version: * Operating system: * Mindsdb Python SDK version: * Additional info if applicable: **Please describe your issue and how we can replicate it**
**Is your feature request related to a problem? Please describe.** At the moment to update [sdk docs](https://mindsdb.github.io/mindsdb_python_sdk) you have to update 'docs' branch **Describe the solution you'd like** It would...
Create method agent.add_dataframe
**Is your feature request related to a problem? Please describe.** It this PR a functions for chatbots were created: https://github.com/mindsdb/mindsdb_python_sdk/issues/165 They have to be covered by unit test
fixes #165 - added **list**, **create**, **get**, **update**, **delete/drop** functionality for chatbot https://github.com/user-attachments/assets/760b9960-2361-4516-af14-a6054090ea4d
**Is your feature request related to a problem? Please describe.** API endpoints exist for Chatbots, including Create, List All, Get, Update, and Delete ([docs](http://localhost:3000/rest/agents/create-chatbot)), but Python SDK does not have...
The test suite in tests/test_sdk.py has limited coverage for RestAPI error scenarios, such as handling 404 Not Found or 500 Internal Server Error responses. This is because the function responsible...
**Your Environment** * Python version: * Operating system: * Mindsdb Python SDK version: * Additional info if applicable: **Please describe your issue and how we can replicate it**