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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ See [`cds-starter-ai`](cds-starter-ai/README.md) for the quickest setup.
## Prerequisites

- Java 17+
- CAP Java 4.9+
- CAP Java 5.0+
- Node.js 20+ with `@sap/cds-dk` 9+ (for CDS build tooling)
- An [SAP AI Core](https://help.sap.com/docs/sap-ai-core) service binding (for `cds-feature-ai-core` and `cds-feature-recommendations`)
- A [SAP Document Information Extraction](https://help.sap.com/docs/document-ai) service binding (for `cds-feature-sap-document-ai`)
Expand Down
2 changes: 1 addition & 1 deletion cds-feature-sap-document-ai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ For a working reference, see the [Bookshop Sample](#bookshop-sample), which demo
| --------------- | ----------------------------------------------------------------------------- |
| Java | 17+ |
| Maven | 3.9+ |
| CAP Java | 4.9.x (LTS) |
| CAP Java | 5.0+ |
| SAP Cloud SDK | 5.28.0+ |
| Node.js | Required only for the build-time `cds` CLI (`@sap/cds-dk`) |
| SAP BTP service | Document AI service instance with label `sap-document-information-extraction` |
Expand Down
Loading