0% found this document useful (0 votes)
767 views3 pages

SAP AI Core ToolKit

The document provides a guide for setting up and using the SAP AI Core Toolkit for Visual Studio Code, including prerequisites and step-by-step procedures for installation and configuration. It emphasizes the need for a Docker registry, GitHub repository, and S3 object store to facilitate development. Additionally, it introduces the Template Generator, which automates the creation of training and serving templates for AI solutions.

Uploaded by

Pallab Dutta
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
767 views3 pages

SAP AI Core ToolKit

The document provides a guide for setting up and using the SAP AI Core Toolkit for Visual Studio Code, including prerequisites and step-by-step procedures for installation and configuration. It emphasizes the need for a Docker registry, GitHub repository, and S3 object store to facilitate development. Additionally, it introduces the Template Generator, which automates the creation of training and serving templates for AI solutions.

Uploaded by

Pallab Dutta
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

2/4/25, 12:27 PM

SAP AI Core Toolkit


Generated on: 2025-02-04 12:27:24 GMT+0000

SAP AI Core | For External SAP Customers

Public

Original content: https://help.sap.com/docs/AI_CORE/049cdb7ab1534af68fff4241704b7a48?locale=en-


US&state=PRODUCTION&version=CLOUD

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.

For more information, please visit https://help.sap.com/docs/disclaimer.

This is custom documentation. For more information, please visit SAP Help Portal. 1
2/4/25, 12:27 PM

SAP AI Core Toolkit for Visual Studio Code


Explore the SAP AI Core toolkit.

Set Up the SAP AI Core Toolkit for Visual Studio Code

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.

2. After installation, navigate to the SAP AI Core toolkit tab.

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.

Install the Template Generator

Prerequisites

You have installed the SAP AI Core toolkit for VS Code.

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.

3. Click Explore and Install Generators and run the installation.

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.

Use the Template Generator

Prerequisites

You have installed the Template Generator for VS Code.

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.

2. Select the SAP AI Core card and choose Start.

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

You might also like