From 81e7aded94cf1e90c661a7adfe13777cd8d4d4c4 Mon Sep 17 00:00:00 2001 From: DOP Date: Sun, 8 Oct 2023 10:05:08 +0800 Subject: [PATCH] add "List" right bracket add "List" right bracket : before: List --- 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 1ecd4f3c3..4c5217406 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 @@ -178,7 +178,7 @@ These are briefly described below * `Document` A text based representation of your data source that also contains metadata to describe the contents. * `DocumentTransformer` This is responsible for processing the data in various ways, for example splitting up documents into smaller pieces or adding additional metadata to the `Document`. * `DocumentWriter` This allows you to persist the Documents into a database, most commomly in the AI stack, a Vector Database. -* `Embedding` This is a representation of your data as a `List` that is used by the Vector Database to compute the 'similarity' of a user's query to relevant documents. == Evaluating AI responses