diff --git a/assets/css/demo.css b/assets/css/demo.css index 3187b7f830..738441e6f5 100644 --- a/assets/css/demo.css +++ b/assets/css/demo.css @@ -261,8 +261,8 @@ } .chatbot-response-text * { max-width: 98%; - margin-bottom:0; - line-height: 1.2; + margin-bottom: 8px; + line-height: 1.3; } diff --git a/content/learning-paths/servers-and-cloud-computing/aaaaaaRAGexample/config-diagram-dark.png b/content/learning-paths/servers-and-cloud-computing/aaaaaaRAGexample/config-diagram-dark.png deleted file mode 100644 index 05c6c48030..0000000000 Binary files a/content/learning-paths/servers-and-cloud-computing/aaaaaaRAGexample/config-diagram-dark.png and /dev/null differ diff --git a/content/learning-paths/servers-and-cloud-computing/aaaaaaRAGexample/config-diagram.png b/content/learning-paths/servers-and-cloud-computing/aaaaaaRAGexample/config-diagram.png deleted file mode 100644 index 8f3d0289c3..0000000000 Binary files a/content/learning-paths/servers-and-cloud-computing/aaaaaaRAGexample/config-diagram.png and /dev/null differ diff --git a/content/learning-paths/servers-and-cloud-computing/gh-runners/e2e-workflow.md b/content/learning-paths/servers-and-cloud-computing/gh-runners/e2e-workflow.md index 71a0743264..db152d08dc 100644 --- a/content/learning-paths/servers-and-cloud-computing/gh-runners/e2e-workflow.md +++ b/content/learning-paths/servers-and-cloud-computing/gh-runners/e2e-workflow.md @@ -162,6 +162,6 @@ Using what you have learned, navigate to the **Train, Test and Deploy** workflow The diagram below shows the end-to-end workflow, the relationship between the steps, and the time required to run each step: - + 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. diff --git a/content/learning-paths/servers-and-cloud-computing/aaaaaaRAGexample/_demo.md b/content/learning-paths/servers-and-cloud-computing/rag/_demo.md similarity index 98% rename from content/learning-paths/servers-and-cloud-computing/aaaaaaRAGexample/_demo.md rename to content/learning-paths/servers-and-cloud-computing/rag/_demo.md index ce861c9ae2..20af058137 100644 --- a/content/learning-paths/servers-and-cloud-computing/aaaaaaRAGexample/_demo.md +++ b/content/learning-paths/servers-and-cloud-computing/rag/_demo.md @@ -21,7 +21,7 @@ example_user_prompts: - Do Hyperscan and Snort3 work on Graviton4? - How can I easily build multi-architecture Docker images? -rag_data_cutoff_date: 2025/01/13 +rag_data_cutoff_date: 2025/01/17 title_chatbot_area: Arm RAG Demo diff --git a/content/learning-paths/servers-and-cloud-computing/aaaaaaRAGexample/chatbot-icon.png b/content/learning-paths/servers-and-cloud-computing/rag/chatbot-icon.png similarity index 100% rename from content/learning-paths/servers-and-cloud-computing/aaaaaaRAGexample/chatbot-icon.png rename to content/learning-paths/servers-and-cloud-computing/rag/chatbot-icon.png diff --git a/content/learning-paths/servers-and-cloud-computing/rag/config-diagram-dark.png b/content/learning-paths/servers-and-cloud-computing/rag/config-diagram-dark.png new file mode 100644 index 0000000000..356c8c1abc Binary files /dev/null and b/content/learning-paths/servers-and-cloud-computing/rag/config-diagram-dark.png differ diff --git a/content/learning-paths/servers-and-cloud-computing/rag/config-diagram.png b/content/learning-paths/servers-and-cloud-computing/rag/config-diagram.png new file mode 100644 index 0000000000..494aa07c2c Binary files /dev/null and b/content/learning-paths/servers-and-cloud-computing/rag/config-diagram.png differ diff --git a/content/learning-paths/servers-and-cloud-computing/aaaaaaRAGexample/demo-terms-and-conditions.txt b/content/learning-paths/servers-and-cloud-computing/rag/demo-terms-and-conditions.txt similarity index 100% rename from content/learning-paths/servers-and-cloud-computing/aaaaaaRAGexample/demo-terms-and-conditions.txt rename to content/learning-paths/servers-and-cloud-computing/rag/demo-terms-and-conditions.txt diff --git a/themes/arm-design-system-hugo-theme/layouts/partials/demo-components/config-rag.html b/themes/arm-design-system-hugo-theme/layouts/partials/demo-components/config-rag.html index 5e98ee475d..d5dcac1876 100644 --- a/themes/arm-design-system-hugo-theme/layouts/partials/demo-components/config-rag.html +++ b/themes/arm-design-system-hugo-theme/layouts/partials/demo-components/config-rag.html @@ -22,7 +22,7 @@
This app uses all data on this site, learn.arm.com, 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.
+This app uses all data on this site, learn.arm.com, 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.
Note: Data was sourced on {{.Params.rag_data_cutoff_date}}.