Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions plugins/_menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Binary file added plugins/assets/index/recommendations.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 18 additions & 1 deletion plugins/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
[![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)
Comment thread
renejeglinsky marked this conversation as resolved.
Loading