Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8e2fa5b

Browse files
committedMar 17, 2025·
docs: update main README
1 parent 907b6e3 commit 8e2fa5b

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
 

‎README.md

+19
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Setup your SAP AI Core instance with SAP Cloud SDK for AI.
1717
- [@sap-ai-sdk/foundation-models](#sap-ai-sdkfoundation-models)
1818
- [@sap-ai-sdk/langchain](#sap-ai-sdklangchain)
1919
- [@sap-ai-sdk/orchestration](#sap-ai-sdkorchestration)
20+
- [@sap-ai-sdk/document-grounding](#sap-ai-sdkdocument-grounding)
2021
- [@sap-ai-sdk/prompt-registry](#sap-ai-sdkprompt-registry)
2122
- [SAP Cloud SDK for AI Sample Project](#sap-cloud-sdk-for-ai-sample-project)
2223
- [Error Handling](#error-handling)
@@ -91,8 +92,26 @@ $ npm install @sap-ai-sdk/orchestration
9192

9293
For details on orchestration client, refer to this [document](https://github.com/SAP/ai-sdk-js/blob/main/packages/orchestration/README.md).
9394

95+
### @sap-ai-sdk/document-grounding
96+
97+
> [!warning]
98+
> This package is still in **beta** and is subject to breaking changes. Use it with caution.
99+
100+
This package incorporates generative AI document grounding [Pipeline API](https://help.sap.com/docs/sap-ai-core/sap-ai-core-service-guide/pipeline-api-a9badce6a4da4df68e98549d64aa2217), [Vector API](https://help.sap.com/docs/sap-ai-core/sap-ai-core-service-guide/vector-api-0358c5ca839d4cf7b4982dbcbc1ba7ff) and [Retrieval API](https://help.sap.com/docs/sap-ai-core/sap-ai-core-service-guide/retrieval-api) into your AI activities in SAP AI Core and SAP AI Launchpad.
101+
102+
#### Installation
103+
104+
```
105+
$ npm install @sap-ai-sdk/document-grounding
106+
```
107+
108+
For details on document grounding client, refer to this [document](https://github.com/SAP/ai-sdk-js/blob/main/packages/document-grounding/README.md).
109+
94110
### @sap-ai-sdk/prompt-registry
95111

112+
> [!warning]
113+
> This package is still in **beta** and is subject to breaking changes. Use it with caution.
114+
96115
This package incorporates generative AI [prompt registry](https://help.sap.com/docs/sap-ai-core/sap-ai-core-service-guide/prompt-registry) into your AI activities in SAP AI Core and SAP AI Launchpad.
97116

98117
#### Installation

0 commit comments

Comments
 (0)
Please sign in to comment.