diff --git a/plugins/_menu.md b/plugins/_menu.md index 9f10e3755a..bba0f5a24b 100644 --- a/plugins/_menu.md +++ b/plugins/_menu.md @@ -16,3 +16,4 @@ # [Advanced Event Mesh](index#advanced-event-mesh) # [Process Automation](index#sap-build-process-automation) # [Data Inspector](index#data-inspector) +# [AI](index#ai) diff --git a/plugins/assets/index/recommendations.png b/plugins/assets/index/recommendations.png new file mode 100644 index 0000000000..bbfe7f1c98 Binary files /dev/null and b/plugins/assets/index/recommendations.png differ diff --git a/plugins/index.md b/plugins/index.md index c5985418ea..251b3d8572 100644 --- a/plugins/index.md +++ b/plugins/index.md @@ -452,4 +452,21 @@ Features: Available for: -[![Node.js logo](/logos/nodejs.svg){style="height:2.5em; display:inline; margin:0 0.2em;"}](https://github.com/cap-js/data-inspector#readme) \ No newline at end of file +[![Node.js logo](/logos/nodejs.svg){style="height:2.5em; display:inline; margin:0 0.2em;"}](https://github.com/cap-js/data-inspector#readme) + +## AI + +The AI plugin provides out-of-the-box UI field recommendations powered by SAP RPT-1. It automatically detects fields with `@Common.ValueList` or `@cds.odata.valuelist` annotations and provides intelligent recommendations in SAP Fiori draft-enabled UIs without requiring custom handlers. + +AI-powered recommendations are then added to your Fiori UIs as shown below. + +![Screenshot showing the Recommendations](assets/index/recommendations.png) + +Additionally, the AI Plugin embeds SAP AI Core as a standard CAP service following the Calesi pattern, giving you automatic service binding resolution along with tenant-aware access including managed resource groups and deployments. + +The Java version of this plugin is currently in alpha. + +Available for: + +[![Node.js](/logos/nodejs.svg){style="height:2.5em; display:inline; margin:0 0.2em;"}](https://github.com/cap-js/ai) +[![Java](/logos/java.svg){style="height:3em; display:inline; margin:0 0.2em;"}](https://github.com/cap-java/cds-ai)