Skip to content

Commit

Permalink
Update CheatSheet.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoPetropoulos authored Nov 27, 2024
1 parent e9bb435 commit fc44d7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/CheatSheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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. |
| create_dataset_version_from_database_connector | Refreshes data from the file connector connected to the database connector. |

0 comments on commit fc44d7b

Please sign in to comment.