Add Geneic Model API diagram to the docs

This commit is contained in:
Christian Tzolov
2024-02-11 19:04:33 +01:00
parent 21d7cdd5c0
commit dc04327dcf
2 changed files with 25 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 386 KiB

View File

@@ -3,3 +3,28 @@
== Introduction
The following sections introduce each part of the API.
The <<generic-model-api>> can help you understand the basic constructs used implementing all the other APIs.
== APIs
* xref:api/embeddings.adoc[Embeddings API]
* xref:api/chatclient.adoc[Chat Completion API]
* xref:api/[Image Generation API](WIP)
== Spring AI Generic Model API [[generic-model-api]]
image::spring-ai-generic-model-api.jpg[width=900, align="center"]
=== ModelClient
=== StreamingModelClient
=== ModelRequest
=== ModelOptions
=== ModelResponse
=== ModelResult