SAP AI Core ToolKit
SAP AI Core ToolKit
Public
Warning
This document has been generated from SAP Help Portal and is an incomplete version of the official SAP product documentation.
The information included in custom documentation may not reflect the arrangement of topics in SAP Help Portal, and may be
missing important aspects and/or correlations to other topics. For this reason, it is not for production use.
This is custom documentation. For more information, please visit SAP Help Portal. 1
2/4/25, 12:27 PM
Prerequisites
You have completed the initial setup for SAP AI Core. For more information, see Provisioning with boosters .
You have a Docker registry and have Docker Desktop installed. For more information see this tutorial step .
You have a GitHub repository with a personal access token. For more information see this tutorial step .
You have an S3 object store. For more information see this tutorial step .
Context
SAP AI Core toolkit is a Visual Studio Code (VS Code) extension for SAP AI Core. It allows you to develop solutions for your use
case and leverage AI capabilities directly from VS Code.
Procedure
1. In VS Code, navigate to the Extensions tab and search for SAP AI Core toolkit. Choose install and continue through the
installation wizard.
3. Expand the SAP AI Core toolkit chevron and choose Create AI Core Connection. Navigate through the dialog boxes by
entering your credentials from your service key.
4. Expand the Docker chevron and choose Create Docker Repository Connection. Navigate through the dialog boxes by
entering your credentials and secrets from your Docker account.
5. Expand the S3 Object Store chevron and choose Create ObjectStore Connection. Navigate through the dialog boxes by
entering your credentials and secrets for your S3 store.
6. Expand the AI Core chevron and expand Admin Operations. Right-click on GitHub repository and choose Create Git
Repository Connection. Navigate through the dialog boxes by entering your credentials and personal access token for your
GitHub repository.
Next Steps
After your SAP AI Core instance and tools have been connected, you can continue your development using the VS Code interface.
Prerequisites
You have registered your SAP AI Core instance and tools in your VS Code extension.
This is custom documentation. For more information, please visit SAP Help Portal. 2
2/4/25, 12:27 PM
Context
The Template Generator uses input parameters to create training and serving templates, simplifying and automating the template
writing process.
Procedure
1. In VS Code, choose Extensions. Search for Application Wizard and choose install.
2. Hold CTR + SHIFT + P to show the search bar, then search for Template Wizard. Choose Open Template Wizard.
4. After the installation, use the search bar to search for AI Core and choose Install.
Next Steps
Get started with the Deploy a Movie Recommendation System with SAP AI Core and Template Generator tutorial.
Prerequisites
Context
The Template Generator uses input parameters to create training and serving templates, simplifying and automating the template
writing process.
Procedure
1. Hold CTR + SHIFT + P to show the search bar, then search for Template Wizard. Choose Open Template Wizard.
3. Choose a template card. Navigate through the template wizard by entering your preferred parameters into the dialog boxes
and choosing Next.
For more information about choosing a resource plan, see Choose a Resource Plan.
Results
The template generator will create your template(s) called main.py based on the parameters you gave, and store them in your
working directory.
This is custom documentation. For more information, please visit SAP Help Portal. 3