Skip to content

Commit 33f5010

Browse files
committed
setup changes
1 parent 2ce6472 commit 33f5010

3 files changed

Lines changed: 66 additions & 22 deletions

File tree

tutorials/ai-core-genaihub-evaluation-comprehensive/ai-core-genaihub-evaluation-comprehensive.md

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,30 @@ It extends the Quick Start tutorial and is intended for Application Developers a
1919
- How to analyze and interpret aggregated evaluation results.
2020

2121
## Prerequisites
22-
23-
- Setup Environment:
24-
Ensure your instance and AI Core credentials are properly configured according to the steps provided in the initial tutorial
25-
- Orchestration Deployment:
26-
Ensure at least one orchestration deployment is ready to be consumed during this process.
22+
1. **BTP Account**
23+
Set up your SAP Business Technology Platform (BTP) account.
24+
[Create a BTP Account](https://developers.sap.com/group.btp-setup.html)
25+
2. **For SAP Developers or Employees**
26+
Internal SAP stakeholders should refer to the following documentation: [How to create BTP Account For Internal SAP Employee](https://me.sap.com/notes/3493139), [SAP AI Core Internal Documentation](https://help.sap.com/docs/sap-ai-core)
27+
3. **For External Developers, Customers, or Partners**
28+
Follow this tutorial to set up your environment and entitlements: [External Developer Setup Tutorial](https://developers.sap.com/tutorials/btp-cockpit-entitlements.html), [SAP AI Core External Documentation](https://help.sap.com/docs/sap-ai-core?version=CLOUD)
29+
4. **Create BTP Instance and Service Key for SAP AI Core**
30+
Follow the steps to create an instance and generate a service key for SAP AI Core:
31+
[Create Service Key and Instance](https://help.sap.com/docs/sap-ai-core/sap-ai-core-service-guide/create-service-key?version=CLOUD)
32+
5. **AI Core Setup Guide**
33+
Step-by-step guide to set up and get started with SAP AI Core:
34+
[AI Core Setup Tutorial](https://developers.sap.com/tutorials/ai-core-setup.html)
35+
6. An Extended SAP AI Core service plan is required, as the Generative AI Hub is not available in the Free or Standard tiers. For more details, refer to
36+
[SAP AI Core Service Plans](https://help.sap.com/docs/sap-ai-core/sap-ai-core-service-guide/service-plans?version=CLOUD)
37+
7. **Orchestration Deployment**
38+
Ensure at least one orchestration deployment is ready to be consumed during this process.
2739
Refer to [this tutorial understand the basic consumption of GenAI models using orchestration.](https://developers.sap.com/tutorials/ai-core-orchestration-consumption.html)
28-
- Basic Knowledge: Familiarity with the orchestration workflow is recommended
29-
- Install Dependencies: Install the required Python packages using the requirements.txt file provided.
40+
8. **Basic Knowledge**
41+
Familiarity with the orchestration workflow is recommended
42+
9. **Install Dependencies**
43+
Install the required Python packages using the requirements.txt file provided.
3044
Download [requirements.txt](img/requirements.txt)
45+
3146
💡 Right-click the link above and choose **"Save link as..."** to download it directly.
3247

3348
## Pre-Read

tutorials/ai-core-genaihub-evaluation-with-grounding/ai-core-genaihub-evaluation-with-grounding.md

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,28 @@ In RAG-based enterprise applications, model responses must be grounded in truste
2020
- How to execute grounding evaluations and analyze the grounding results.
2121

2222
## Prerequisites
23-
- Setup Environment:
24-
Ensure your instance and AI Core credentials are properly configured according to the steps provided in the initial tutorial
25-
- Orchestration Deployment:
26-
Ensure at least one orchestration deployment is ready to be consumed during this process.
27-
- Refer to [this tutorial understand the basic consumption of GenAI models using orchestration.](https://developers.sap.com/tutorials/ai-core-orchestration-consumption.html)
28-
- Basic Knowledge:
29-
Familiarity with the orchestration workflow is recommended
30-
- Install Dependencies: Install the required Python packages using the requirements.txt file provided.
23+
1. **BTP Account**
24+
Set up your SAP Business Technology Platform (BTP) account.
25+
[Create a BTP Account](https://developers.sap.com/group.btp-setup.html)
26+
2. **For SAP Developers or Employees**
27+
Internal SAP stakeholders should refer to the following documentation: [How to create BTP Account For Internal SAP Employee](https://me.sap.com/notes/3493139), [SAP AI Core Internal Documentation](https://help.sap.com/docs/sap-ai-core)
28+
3. **For External Developers, Customers, or Partners**
29+
Follow this tutorial to set up your environment and entitlements: [External Developer Setup Tutorial](https://developers.sap.com/tutorials/btp-cockpit-entitlements.html), [SAP AI Core External Documentation](https://help.sap.com/docs/sap-ai-core?version=CLOUD)
30+
4. **Create BTP Instance and Service Key for SAP AI Core**
31+
Follow the steps to create an instance and generate a service key for SAP AI Core:
32+
[Create Service Key and Instance](https://help.sap.com/docs/sap-ai-core/sap-ai-core-service-guide/create-service-key?version=CLOUD)
33+
5. **AI Core Setup Guide**
34+
Step-by-step guide to set up and get started with SAP AI Core:
35+
[AI Core Setup Tutorial](https://developers.sap.com/tutorials/ai-core-setup.html)
36+
6. An Extended SAP AI Core service plan is required, as the Generative AI Hub is not available in the Free or Standard tiers. For more details, refer to
37+
[SAP AI Core Service Plans](https://help.sap.com/docs/sap-ai-core/sap-ai-core-service-guide/service-plans?version=CLOUD)
38+
7. **Orchestration Deployment**
39+
Ensure at least one orchestration deployment is ready to be consumed during this process.
40+
Refer to [this tutorial understand the basic consumption of GenAI models using orchestration.](https://developers.sap.com/tutorials/ai-core-orchestration-consumption.html)
41+
8. **Basic Knowledge**
42+
Familiarity with the orchestration workflow is recommended
43+
9. **Install Dependencies**
44+
Install the required Python packages using the requirements.txt file provided.
3145
Download [requirements.txt](img/requirements.txt)
3246

3347
💡 Right-click the link above and choose **"Save link as..."** to download it directly.

tutorials/ai-core-genaihub-evaluation/ai-core-genaihub-evaluation.md

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,30 @@ author_profile: https://github.com/I321506
1717
- How to analyze and interpret aggregated evaluation results.
1818

1919
## Prerequisites
20-
21-
- Setup Environment:
22-
Ensure your instance and AI Core credentials are properly configured according to the steps provided in the initial tutorial
23-
- Orchestration Deployment:
24-
Ensure at least one orchestration deployment is ready to be consumed during this process.
20+
1. **BTP Account**
21+
Set up your SAP Business Technology Platform (BTP) account.
22+
[Create a BTP Account](https://developers.sap.com/group.btp-setup.html)
23+
2. **For SAP Developers or Employees**
24+
Internal SAP stakeholders should refer to the following documentation: [How to create BTP Account For Internal SAP Employee](https://me.sap.com/notes/3493139), [SAP AI Core Internal Documentation](https://help.sap.com/docs/sap-ai-core)
25+
3. **For External Developers, Customers, or Partners**
26+
Follow this tutorial to set up your environment and entitlements: [External Developer Setup Tutorial](https://developers.sap.com/tutorials/btp-cockpit-entitlements.html), [SAP AI Core External Documentation](https://help.sap.com/docs/sap-ai-core?version=CLOUD)
27+
4. **Create BTP Instance and Service Key for SAP AI Core**
28+
Follow the steps to create an instance and generate a service key for SAP AI Core:
29+
[Create Service Key and Instance](https://help.sap.com/docs/sap-ai-core/sap-ai-core-service-guide/create-service-key?version=CLOUD)
30+
5. **AI Core Setup Guide**
31+
Step-by-step guide to set up and get started with SAP AI Core:
32+
[AI Core Setup Tutorial](https://developers.sap.com/tutorials/ai-core-setup.html)
33+
6. An Extended SAP AI Core service plan is required, as the Generative AI Hub is not available in the Free or Standard tiers. For more details, refer to
34+
[SAP AI Core Service Plans](https://help.sap.com/docs/sap-ai-core/sap-ai-core-service-guide/service-plans?version=CLOUD)
35+
7. **Orchestration Deployment**
36+
Ensure at least one orchestration deployment is ready to be consumed during this process.
2537
Refer to [this tutorial understand the basic consumption of GenAI models using orchestration.](https://developers.sap.com/tutorials/ai-core-orchestration-consumption.html)
26-
- Basic Knowledge: Familiarity with the orchestration workflow is recommended
27-
- Install Dependencies: Install the required Python packages using the requirements.txt file provided.
38+
8. **Basic Knowledge**
39+
Familiarity with the orchestration workflow is recommended
40+
9. **Install Dependencies**
41+
Install the required Python packages using the requirements.txt file provided.
2842
Download [requirements.txt](img/requirements.txt)
43+
2944
💡 Right-click the link above and choose **"Save link as..."** to download it directly.
3045

3146
## Pre-Read

0 commit comments

Comments
 (0)