From 8210fb165bc96f5e122316b46d107472555cb21c Mon Sep 17 00:00:00 2001 From: Christian Tzolov Date: Mon, 12 Feb 2024 16:28:47 +0100 Subject: [PATCH] fix broken antora docs --- .../main/antora/modules/ROOT/pages/api/vectordbs/azure.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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] ----