From 008db1281d4db50f62e9971934c13c7bd5597567 Mon Sep 17 00:00:00 2001 From: Trevor Royer Date: Wed, 18 Dec 2024 17:48:12 -0700 Subject: [PATCH] fix markdown --- content/modules/ROOT/pages/041-rag-assistant.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/modules/ROOT/pages/041-rag-assistant.adoc b/content/modules/ROOT/pages/041-rag-assistant.adoc index 8a76204..c4824a1 100644 --- a/content/modules/ROOT/pages/041-rag-assistant.adoc +++ b/content/modules/ROOT/pages/041-rag-assistant.adoc @@ -12,7 +12,7 @@ TIP: While Vector Databases are probably the most popular Data Source when it co You may have noticed in our previous assistant creation we ignored the "Knowledge source" section. This section contains our `RetrieverConnections` which resent the connections to our RAG data sources. -We will be using the RetrieverConnection(Knowledge Source) created in the [elastic section](03-elasticsearch.adoc). +We will be using the RetrieverConnection(Knowledge Source) created in the 03-elasticsearch.adoc[Elasticsearch section]. . Create a new Assistant with the following properties: