Skip to content

Commit 30a9235

Browse files
committed
minor fix
1 parent 2289793 commit 30a9235

10 files changed

Lines changed: 8 additions & 4 deletions

File tree

tutorials/ai-core-genaihub-prompt-registry/ai-core-genaibub-prompt-registry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ There are two key approaches to managing prompts in a **Prompt Registry**:
5959
1. **Imperative API (Direct API Control for Dynamic Prompt Management)**: The Imperative API allows you to create, update, and manage prompt templates dynamically via API calls. This approach is best suited for interactive design-time use cases, where you need to iteratively refine prompts and track their versions. Each change is explicitly made via CRUD operations, and you can manage versions manually.
6060
2. **Declarative API (Git-based Sync for Automated Prompt Management)**: The Declarative API, on the other hand, integrates with SAP AI Core applications and is ideal for CI/CD pipelines. Instead of managing templates through direct API interactions, you define them as YAML files in a Git repository. The system automatically syncs these templates, ensuring that updates are seamlessly reflected in the prompt registry without manual intervention.
6161

62-
### You will learn:
62+
**You will learn:**
6363

6464
- Declarative approach to creating a prompt template.
6565
- How to **register and sync** a prompt template in Generative AI Hub.

tutorials/ai-core-orchestration-consumption-opt/ai-core-orchestration-consumption-opt.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ You will learn how to:
5656
- Use relevant SAP AI Core features and configurations to support these capabilities.
5757

5858
By the end of this tutorial
59+
5960
* you'll understand how to design a secure and controlled orchestration pipeline suitable for **enterprise-grade GenAI applications**.
61+
6062
* Learn how to implement the solution using **SAP AI Launchpad**, **Python SDK**, **Java**, **JavaScript**, and **Bruno**.
6163

6264
### Accessing Orchestration Capabilities
@@ -188,7 +190,7 @@ System.out.println(cvContent);
188190
[OPTION END]
189191

190192

191-
### Configuring User-Specific Settings
193+
### Template Configuration
192194

193195
[OPTION BEGIN [AI Launchpad]]
194196

tutorials/ai-core-orchestration-consumption/ai-core-orchestration-consumption.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,14 @@ You will learn how to deploy and configure orchestration to enable the consumpti
4141

4242
We will walk through a **step-by-step guide** and demonstrate the orchestration flow using a **resume processing use case**. This real-world scenario highlights how different models can collaborate within a cohesive pipeline using orchestration.
4343

44-
> **Note:** In SAP AI Core, orchestration is provided by default with the creation of the default resource group. For any new or additional resource groups, you must deploy a separate orchestration setup.
44+
> **Note:** In SAP AI Core, orchestration deployment is available by default in the default resource group during the onboarding. For any new or additional resource groups, you must deploy a separate orchestration setup.
4545
4646
While orchestration in SAP AI Core offers capabilities such as **data masking, content filtering, translation, and grounding**, this tutorial focuses on the basic consumption flow using mandatory modules like **templating** and **model configuration**. Others modules are Optional and usage of those modules are covered in a separate tutorial.
4747

48-
By the end of this tutorial,
48+
By the end of this tutorial,
49+
4950
* you will have a foundational understanding of orchestration through its minimal usage, focusing on practical application of templates and how to switch between different models using harmonized APIs.
51+
5052
* Learn how to implement the solution using **SAP AI Launchpad**, **Python SDK**, **Java**, **JavaScript**, and **Bruno**.
5153

5254
Refer to the [orchestration documentation](https://help.sap.com/docs/sap-ai-core/sap-ai-core-service-guide/orchestration-8d022355037643cebf775cd3bf662cc5?locale=en-US&version=CLOUD) for more information.
107 KB
Loading
109 KB
Loading
148 KB
Loading
29.7 KB
Loading
40 KB
Loading
127 KB
Loading
35.1 KB
Loading

0 commit comments

Comments
 (0)