Skip to content

Commit 098d1f8

Browse files
committed
Update spacing and sequence
1 parent 8e97160 commit 098d1f8

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

tutorials/ai-core-helloworld/ai-core-helloworld.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
---
2-
parser: v2
2+
author_name: Dhrubajyoti Paul
3+
author_profile: https://github.com/dhrubpaul
34
auto_validation: true
45
time: 45
56
tags: [ tutorial>beginner, topic>artificial-intelligence, topic>machine-learning, software-product>sap-business-technology-platform, software-product>sap-ai-launchpad, software-product>sap-ai-core ]
67
primary_tag: software-product>sap-ai-launchpad
7-
author_name: Dhrubajyoti Paul
8-
author_profile: https://github.com/dhrubpaul
8+
parser: v2
99
---
10+
1011
# Quick Start for Your First AI Project Using SAP AI Core
1112
<!-- description --> Learn the fundamentals of SAP AI Core and create your Hello, World! AI scenario.
1213

13-
## Prerequisites
14-
- Have Postman, Python (AI Libraries) or SAP AI Launchpad set up. You can set any of these up using [this tutorial](https://developers.sap.com/tutorials/ai-core-setup.html/#)
15-
1614
## You will learn
1715
- How to connect GitHub to SAP AI Core
1816
- How to create scenarios and workflows
1917
- How to check the sync status and debug errors in your AI workflow
2018
- How to run workflows in SAP AI Core
2119

20+
## Prerequisites
21+
- Have Postman, Python (AI Libraries) or SAP AI Launchpad set up. You can set any of these up using [this tutorial](https://developers.sap.com/tutorials/ai-core-setup.html/#)
22+
2223
## Intro
2324
You will create an AI workflow for your Hello, World! workflow, and connect and execute it in your SAP AI Core instance. You will see that workflows between GitHub and SAP AI Core can be auto synced, and it is possible to use this workflow after subscription, to connect to your actual AI code.
2425

2526
The terms "executable" and "workflow" can be used interchangeably to refer to the YAML files, introduced in this tutorial.
2627

27-
---
2828

2929
### Create a GitHub repository
3030

@@ -302,7 +302,7 @@ You will directed to the details page of your application.
302302

303303
1. Click the **Refresh** button.
304304

305-
2. View the time elapsed since the last **Reconciled At**. The application automatically actively syncs with your GitHub repository at intervals of ~3 minutes. You can use **Refresh** button to update your page and check the status of your application.
305+
2. View the time elapsed since the last **Reconciled At**. You can use **Refresh** button to update your page and check the status of your application.
306306

307307
3. Click the **i tooltip** in the **Health** log to see the most recent sync log.
308308

@@ -334,6 +334,8 @@ for workflow_sync_status in response.sync_ressources_status:
334334

335335
[OPTION END]
336336

337+
> **Note:** The application automatically actively syncs with your GitHub repository at intervals of ~3 minutes.
338+
337339
If there are any errors in the syntax of your executable then this application status will report `message` with the error in the code output.
338340

339341
Most common errors likely to occur are:

0 commit comments

Comments
 (0)