From b746195c0cc33fc16419f368f9ce190d712dc061 Mon Sep 17 00:00:00 2001 From: Ricken Bazolo Date: Thu, 21 Mar 2024 11:52:00 +0100 Subject: [PATCH] Update getting-started doc --- .../src/main/antora/modules/ROOT/pages/api/speech.adoc | 2 +- .../main/antora/modules/ROOT/pages/getting-started.adoc | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/speech.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/speech.adoc index eedfd2fda..a581a57da 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/speech.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/speech.adoc @@ -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. \ No newline at end of file diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/getting-started.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/getting-started.adoc index b411d51e2..6cadfb7fb 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/getting-started.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/getting-started.adoc @@ -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.