From 865f62a04aa6ee293e3d4b4b650fc8b1c627451a Mon Sep 17 00:00:00 2001 From: El Mahdi OUKHAMOU <73230232+elmahdi43@users.noreply.github.com> Date: Sun, 23 Jun 2024 12:50:15 +0200 Subject: [PATCH] Update concepts.adoc I corrected a typo. --- spring-ai-docs/src/main/antora/modules/ROOT/pages/concepts.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/concepts.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/concepts.adoc index 4275509dc..10a9a3d5b 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/concepts.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/concepts.adoc @@ -164,7 +164,7 @@ This is the reason to use a vector database. It is very good at finding similar image::spring-ai-rag.jpg[Spring AI RAG, width=1000, align="center"] -* The xref::api/etl-pipeline.adoc[ETL pipeline] provides further information about orchestrating the flow of extracting data from the data sources and stor it in a structured vector store, ensuring data is in the optimal format for retrieval by the AI model. +* The xref::api/etl-pipeline.adoc[ETL pipeline] provides further information about orchestrating the flow of extracting data from the data sources and store it in a structured vector store, ensuring data is in the optimal format for retrieval by the AI model. * The xref::api/chatclient.adoc#_retrieval_augmented_generation[ChatClient - RAG] explains how to use the `QuestionAnswerAdvisor` advisor to enable the RAG capability to your application. [[concept-fc]]