diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs/azure.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs/azure.adoc index b3e27ee86..5aa97b368 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs/azure.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs/azure.adoc @@ -39,7 +39,7 @@ You can replace Azure Open AI implementation with any valid OpenAI implementatio Add these dependencies to your project: -1. Select an Embeddings interface implementation. You can choose between: +=== 1. Select an Embeddings interface implementation. You can choose between: * OpenAI Embedding: @@ -74,7 +74,7 @@ Add these dependencies to your project: ---- -2. Azure (AI Search) Vector Store +=== 2. Azure (AI Search) Vector Store [source,xml] ----