Skip to content

Commit beaeeff

Browse files
link
1 parent d594557 commit beaeeff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/guides/ORCHESTRATION_CHAT_COMPLETION.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,8 @@ In this example, the AI model is provided with additional context in the form of
230230

231231
`Grounding.create()` is by default a document grounding service with a vector data repository.
232232

233+
Please find [an example in our Spring Boot application](../../sample-code/spring-app/src/main/java/com/sap/ai/sdk/app/services/OrchestrationService.java).
234+
233235
## Stream chat completion
234236

235237
It's possible to pass a stream of chat completion delta elements, e.g. from the application backend to the frontend in real-time.

0 commit comments

Comments
 (0)