From fc44d7b84bb9ceefc8fa50c75ecd73ac47481a76 Mon Sep 17 00:00:00 2001 From: Thodoris Petropoulos Date: Wed, 27 Nov 2024 15:34:59 +0200 Subject: [PATCH] Update CheatSheet.md --- examples/CheatSheet.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/CheatSheet.md b/examples/CheatSheet.md index 0684e0cd..12665cbc 100644 --- a/examples/CheatSheet.md +++ b/examples/CheatSheet.md @@ -9,7 +9,7 @@ Please note that from within the platform's UI, you will have access to template - [Python Modules](https://abacus.ai/app/modules_list) - And others... -Furthermore, the platform's `AI Engineer`, which is a ChatBot located on the bottom right of the screen, inside any project, also has access to our API's and will be able to provide you with examples. +Furthermore, the platform's `AI Engineer`, also has access to our API's and will be able to provide you with any code that you require. #### Abacus.AI - API Command Cheatsheet Here is a list of important methods you should keep saved somewhere. You can find examples for all of these methods inside the notebooks, or you can refer to the official documentation. @@ -46,4 +46,4 @@ client = ApiClient('YOUR_API_KEY') | export_feature_group_version_to_file_connector | Exports a feature group to a file connector | | export_feature_group_version_to_database_connector | Exports a feature group to a database connector | | create_dataset_version_from_file_connector | Refreshes data from the file connector connected to the file connector. | -| create_dataset_version_from_database_connector | Refreshes data from the file connector connected to the database connector. | \ No newline at end of file +| create_dataset_version_from_database_connector | Refreshes data from the file connector connected to the database connector. |