We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd70451 + 5398a5f commit ff72b68Copy full SHA for ff72b68
README.md
@@ -150,6 +150,9 @@ client.datasources.drop('my_datasource')
150
>Note: The SDK currently does not support automatically removing a data source if it is no longer connected to any mind.
151
152
### Other SDKs
153
+- [Dart-SDK](https://github.com/ArnavK-09/mdb_dart)
154
155
#### Command Line Tools
156
- [Minds CLI](https://github.com/Better-Boy/minds-cli-sdk)
157
+
158
minds/__about__.py
@@ -1,6 +1,6 @@
1
__title__ = 'minds_sdk'
2
__package_name__ = 'minds'
3
-__version__ = '1.0.8'
+__version__ = '1.0.9'
4
__description__ = 'An AI-Data Mind is an LLM with the built-in power to answer data questions for Agents'
5
__email__ = '[email protected]'
6
__author__ = 'MindsDB Inc'
0 commit comments