| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [View Raw Code] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
Sample code to demonstrate the usage of the SAP AI SDK. Also used as basis for running E2E tests.
Before running the application, ensure the following prerequisites are met:
To set up credentials for the AI Core service:
To deploy gpt-4o-mini and text-embedding-3-small models, follow the instructions at: Create a Deployment for a Generative AI Model
Before you can run the sample app, you need to install the AI SDK into your local Maven repository:
Note
The sample app uses the latest state of the SDK, so make sure to install the SDK after pulling a new version via Git. Alternatively, you check out one of the release tags of the repository, e.g. git fetch --all --tags && git checkout rel/1.1.0.
Start the sample app:
Head to http://localhost:8080 in your browser to see all available endpoints.
To test the MCP integration, run with mvn spring-boot:run -Dspring-boot.run.arguments="--spring.profiles.active=mcp":
Trigger the GitHub Action.
| Back | FazBrowse Home | New Git URL |