Skip to content

Commit 5c607ae

Browse files
Editorial
1 parent 8711982 commit 5c607ae

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

content/learning-paths/servers-and-cloud-computing/rag/_demo.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Run a llama.cpp chatbot powered by Arm Kleidi technology
3+
weight: 2
34

45
overview: |
56
This Learning Path shows you how to use a c4a-highcpu-72 Google Axion instance powered by an Arm Neoverse CPU to build a simple Token-as-a-Service (TaaS) RAG-enabled server that you can then use to provide a chatbot to serve a small number of concurrent users.

content/learning-paths/servers-and-cloud-computing/rag/backend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Deploy a RAG-based LLM backend server
3-
weight: 3
3+
weight: 4
44

55
layout: learningpathall
66
---

content/learning-paths/servers-and-cloud-computing/rag/chatbot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: The RAG Chatbot and its Performance
3-
weight: 5
3+
weight: 6
44

55
layout: learningpathall
66
---

content/learning-paths/servers-and-cloud-computing/rag/frontend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Deploy RAG-based LLM frontend server
3-
weight: 4
3+
weight: 5
44

55
layout: learningpathall
66
---

content/learning-paths/servers-and-cloud-computing/rag/rag_llm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# User change
33
title: "Set up a RAG based LLM Chatbot"
44

5-
weight: 2 # 1 is first, 2 is second, etc.
5+
weight: 3
66

77
# Do not modify these elements
88
layout: "learningpathall"

0 commit comments

Comments
 (0)