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
For details on orchestration client, refer to this [document](https://github.com/SAP/ai-sdk-js/blob/main/packages/orchestration/README.md).
93
94
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
+
94
110
### @sap-ai-sdk/prompt-registry
95
111
112
+
> [!warning]
113
+
> This package is still in **beta** and is subject to breaking changes. Use it with caution.
114
+
96
115
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.
0 commit comments