Skip to content

Commit fc61578

Browse files
authored
Merge pull request #1536 from zachlasiuk/main
TEMPLATE: Merging RAG demo staging into real LP
2 parents 30ad9ec + 6fee8a3 commit fc61578

File tree

12 files changed

+20
-12
lines changed

12 files changed

+20
-12
lines changed

assets/css/demo.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,8 @@
261261
}
262262
.chatbot-response-text * {
263263
max-width: 98%;
264-
margin-bottom:0;
265-
line-height: 1.2;
264+
margin-bottom: 8px;
265+
line-height: 1.3;
266266
}
267267

268268

Binary file not shown.
Binary file not shown.

content/learning-paths/servers-and-cloud-computing/gh-runners/e2e-workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,6 @@ Using what you have learned, navigate to the **Train, Test and Deploy** workflow
162162
163163
The diagram below shows the end-to-end workflow, the relationship between the steps, and the time required to run each step:
164164
165-
![#e2e-workflow](/images/e2e-workflow.png)
165+
![#e2e-workflow](images/e2e-workflow.png)
166166
167167
You have run an MLOps workflow using GitHub Actions with Arm-hosted runners for managing all of the steps in your ML application's lifecycle.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ example_user_prompts:
2121
- Do Hyperscan and Snort3 work on Graviton4?
2222
- How can I easily build multi-architecture Docker images?
2323

24-
rag_data_cutoff_date: 2025/01/13
24+
rag_data_cutoff_date: 2025/01/17
2525

2626
title_chatbot_area: Arm RAG Demo
2727

36.4 KB
Loading
34 KB
Loading

themes/arm-design-system-hugo-theme/layouts/partials/demo-components/config-rag.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<div class="c-row u-gap-1/2 u-flex-nowrap u-padding-top-0">
2323
<div class="c-col">
2424
<h2>RAG Vector Store Details</h2>
25-
<p>This app uses all data on this site, <a href="https://www.learn.arm.com">learn.arm.com</a>, as the RAG data set. The Markdown formatted content across Learning Paths and Install Guides was segmented into labeled chunks, vector embeddings were generated using FAISS, which the LLM demo below references for your query.</p>
25+
<p>This app uses all data on this site, <a href="https://www.learn.arm.com">learn.arm.com</a>, as the RAG data set. The Markdown formatted content across Learning Paths and Install Guides was segmented into labeled chunks, and vector embeddings were generated. FAISS is used for the embedded similarity search. The LLM demo below references this vector store for your query.</p>
2626
<p><b>Note:</b> Data was sourced on {{.Params.rag_data_cutoff_date}}.</p>
2727
</div>
2828
</div>

0 commit comments

Comments
 (0)