Update getting-started doc
This commit is contained in:
committed by
Christian Tzolov
parent
f41d737f0e
commit
b746195c0c
@@ -1,5 +1,5 @@
|
||||
[[Speech]]
|
||||
= Speech API
|
||||
= Text-To-Speech (TTS) API
|
||||
|
||||
Spring AI provides support for OpenAI's Speech API.
|
||||
When additional providers for Speech are implemented, a common `SpeechClient` and `StreamingSpeechClient` interface will be extracted.
|
||||
@@ -158,6 +158,14 @@ Each of the following sections in the documentation shows which dependencies you
|
||||
** xref:api/image/openai-image.adoc[OpenAI Image Generation]
|
||||
** xref:api/image/stabilityai-image.adoc[StabilityAI Image Generation]
|
||||
|
||||
=== Transcription Models
|
||||
* xref:api/transcriptions.adoc[]
|
||||
** xref:api/transcriptions/openai-transcriptions.adoc[OpenAI Transcriptions]
|
||||
|
||||
=== Text-To-Speech (TTS) Models
|
||||
* xref:api/speech.adoc[]
|
||||
** xref:api/speech/openai-speech.adoc[OpenAI Text-To-Speech]
|
||||
|
||||
=== Vector Databases
|
||||
* xref:api/vectordbs.adoc[Vector Database API]
|
||||
** xref:api/vectordbs/azure.adoc[ Azure Vector Search] - The https://learn.microsoft.com/en-us/azure/search/vector-search-overview[Azure] vector store.
|
||||
|
||||
Reference in New Issue
Block a user