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: themes/arm-design-system-hugo-theme/layouts/partials/demo-components/config-rag.html
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -23,10 +23,9 @@
23
23
<divclass="c-col">
24
24
<h2>RAG Vector Store Details</h2>
25
25
<p>This application uses all data on <ahref="https://learn.arm.com">learn.arm.com</a>
26
-
as the RAG dataset. The content across Learning Paths and Install Guides is segmented into labeled chunks,
27
-
and vector embeddings are generated.
28
-
This LLM demo references the FAISS vector store to answer your query.</p>
29
-
<p><b>Note:</b> Data was sourced on {{.Params.rag_data_cutoff_date}}.</p>
26
+
as the RAG dataset as of <b>{{.Params.rag_data_cutoff_date}}</b>.
27
+
The content is segmented into labeled chunks, and vector embeddings are generated. This LLM demo references the FAISS vector store to answer your query.
28
+
<p>Conversation history is not saved, with only your most recent query being used in the system.</p>
Copy file name to clipboardExpand all lines: themes/arm-design-system-hugo-theme/layouts/partials/demo-components/llm-chatbot/javascript--llm-chatbot.html
0 commit comments