From a4d17765d83df5a2c9ce3b3df1c14387ec486515 Mon Sep 17 00:00:00 2001 From: tms-tungnt Date: Wed, 16 Oct 2024 18:35:49 +0700 Subject: [PATCH] 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)