You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: content/modules/ROOT/pages/041-rag-assistant.adoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ TIP: While Vector Databases are probably the most popular Data Source when it co
12
12
13
13
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.
14
14
15
-
We will be using the RetrieverConnection(Knowledge Source) created in the [elastic section](03-elasticsearch.adoc).
15
+
We will be using the RetrieverConnection(Knowledge Source) created in the 03-elasticsearch.adoc[Elasticsearch section].
16
16
17
17
. Create a new Assistant with the following properties:
0 commit comments