From 0dcabf85950558bfc816979ce8fe978d45b627a2 Mon Sep 17 00:00:00 2001 From: tungnt1203 Date: Wed, 16 Oct 2024 18:39:03 +0700 Subject: [PATCH 1/2] Update README minds support ruby --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 55aefd8..5e5b19d 100644 --- a/README.md +++ b/README.md @@ -149,3 +149,5 @@ client.datasources.drop('my_datasource') ``` >Note: The SDK currently does not support automatically removing a data source if it is no longer connected to any mind. +### Other SDKs +#### Ruby SDK: [https://github.com/tungnt1203/minds_ruby_sdk](https://github.com/tungnt1203/minds_ruby_sdk) From 522ba5063a784061a68825ffc96336b415f8e538 Mon Sep 17 00:00:00 2001 From: tungnt1203 Date: Tue, 19 Nov 2024 08:35:19 +0700 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7ba6b99..3cb4808 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,7 @@ client.datasources.drop('my_datasource') >Note: The SDK currently does not support automatically removing a data source if it is no longer connected to any mind. ### Other SDKs +- [Ruby-SDK](https://github.com/tungnt1203/minds_ruby_sdk) - [Dart-SDK](https://github.com/ArnavK-09/mdb_dart) #### Command Line Tools