|
1 |
| -<p align="center"> |
2 |
| - <img src="https://cdn.cai.tools.sap/brand/sapcai/sap-cai-black.svg" /> |
3 |
| -</p> |
4 |
| - |
5 |
| -| [Installation](#installation) | [Sample Projects](#sample-projects) | [Resources]( #resources) | [Getting Started on SAP Conversational AI]( #getting-started-with-sap-conversational-ai) | [License](#license) | |
6 |
| -|---|---|---|---|---| |
7 |
| -<div> |
8 |
| -<a href="https://slack.cai.tools.sap">💬 Questions / Comments? Join the discussion on our community Slack channel!</a> |
9 |
| -</div> |
10 | 1 |
|
11 | 2 | # SAP Conversational AI - SDK Node.js
|
12 | 3 | SAP Conversational AI official SDK in Node.js
|
13 | 4 |
|
| 5 | +# 🚨 Sunset of Open Source SDKs for SAP Conversational AI |
| 6 | + |
| 7 | +SAP Conversational AI provides several SDKs, which are all open-source and hosted on GitHub. |
| 8 | +Starting from January 2021, please note that we inform you that the SDKs will not be available anymore and the public repository of the project will be archived from GitHub. |
| 9 | + |
| 10 | +## ✨ Why are we sunsetting our SDKs? |
| 11 | + |
| 12 | +Firstly, we noticed over the past year that these SDKs were not used much by our users. |
| 13 | +This is because our platform usage has become easier, including the APIs. |
| 14 | + |
| 15 | +Secondly, our APIs have undergone major changes. We would need to adapt the SDKs in order to keep them working, which will lead to a significant cost from our side. |
| 16 | + |
| 17 | +Hence, we decided to sunset this open source version starting from January 2021. |
| 18 | + |
| 19 | +## ✨ What does it mean for me as a user? |
| 20 | + |
| 21 | +Any changes in our API’s will not be reflected in our SDKs. Hence, the code might not work unless you adjust the same. |
| 22 | + |
| 23 | +## ✨ What are the next steps? |
| 24 | + |
| 25 | +If you are interested in taking the ownership of the project on GitHub, please get in touch with us and we can discuss the process. Otherwise, if there are no objections from anyone, we would archive the project following the open source sunset process. |
| 26 | + |
| 27 | +Please use the platform SAP Answers if you have any other questions related to this topic. |
| 28 | + |
| 29 | +Happy bot building! |
| 30 | + |
| 31 | +The SAP Conversational AI team |
| 32 | + |
| 33 | +--- |
| 34 | + |
| 35 | + |
14 | 36 | ## Synospis
|
15 | 37 |
|
16 | 38 | This module is a wrapper around the [SAP Conversational AI](https://cai.tools.sap/) [API](https://cai.tools.sap/docs/api-reference) API, and allows you to:
|
|
0 commit comments