From 8929ab460b2bed60ba432dfb4050f8f901b48a47 Mon Sep 17 00:00:00 2001 From: Guilherme Dellagustin Date: Fri, 4 Oct 2024 13:29:12 +0200 Subject: [PATCH] docs: Minor README improvement This commits added the standard `README.md` section _Requirements and Setup_ and refers to the documentation of the individual packages. It also adds a link to the documentation of the SAP AI Core service on the first paragraph. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 26acfce1..d0105176 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,11 @@ # SAP Cloud SDK for AI -Integrate chat completion into your business applications with SAP Cloud SDK for AI. Leverage the generative AI hub of SAP AI Core to make use of templating, grounding, data masking, content filtering and more. Setup your SAP AI Core instance with SAP Cloud SDK for AI Core. +Integrate chat completion into your business applications with SAP Cloud SDK for AI. Leverage the generative AI hub of [SAP AI Core](https://help.sap.com/docs/sap-ai-core/sap-ai-core-service-guide/what-is-sap-ai-core) to make use of templating, grounding, data masking, content filtering and more. Setup your SAP AI Core instance with SAP Cloud SDK for AI Core. ### Table of Contents +- [Requirements and Setup](#requirements-and-setup) - [Packages](#packages) - [@sap-ai-sdk/ai-api](#sap-ai-sdkai-api) - [@sap-ai-sdk/foundation-models](#sap-ai-sdkfoundation-models) @@ -19,6 +20,10 @@ Integrate chat completion into your business applications with SAP Cloud SDK for - [Code of Conduct](#code-of-conduct) - [Licensing](#licensing) +## Requirements and Setup + +See the documentation of each individual package under the [Packages](#packages) section. + ## Packages This project publishes multiple packages and is managed using [pnpm](https://pnpm.io/)