You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/ai-core-genaihub-evaluation-comprehensive/ai-core-genaihub-evaluation-comprehensive.md
+22-7Lines changed: 22 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,15 +19,30 @@ It extends the Quick Start tutorial and is intended for Application Developers a
19
19
- How to analyze and interpret aggregated evaluation results.
20
20
21
21
## 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:
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.
27
39
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.
30
44
Download [requirements.txt](img/requirements.txt)
45
+
31
46
💡 Right-click the link above and choose **"Save link as..."** to download it directly.
Copy file name to clipboardExpand all lines: tutorials/ai-core-genaihub-evaluation-with-grounding/ai-core-genaihub-evaluation-with-grounding.md
+22-8Lines changed: 22 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,14 +20,28 @@ In RAG-based enterprise applications, model responses must be grounded in truste
20
20
- How to execute grounding evaluations and analyze the grounding results.
21
21
22
22
## 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:
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.
31
45
Download [requirements.txt](img/requirements.txt)
32
46
33
47
💡 Right-click the link above and choose **"Save link as..."** to download it directly.
- How to analyze and interpret aggregated evaluation results.
18
18
19
19
## 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:
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.
25
37
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.
28
42
Download [requirements.txt](img/requirements.txt)
43
+
29
44
💡 Right-click the link above and choose **"Save link as..."** to download it directly.
0 commit comments