Skip to content

Commit 91b37fe

Browse files
authored
[Updated] Deploy a RAG Pipeline and Chatbot with App Platform for LKE (#7307)
1 parent bc89c9e commit 91b37fe

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

  • docs/guides/kubernetes/deploy-rag-pipeline-and-chatbot-on-apl

docs/guides/kubernetes/deploy-rag-pipeline-and-chatbot-on-apl/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,18 @@ description: "This guide expands on a previously built LLM and AI inferencing ar
55
authors: ["Akamai"]
66
contributors: ["Akamai"]
77
published: 2025-03-25
8-
modified: 2025-06-26
8+
modified: 2025-07-23
99
keywords: ['ai','ai inference','ai inferencing','llm','large language model','app platform','lke','linode kubernetes engine','rag pipeline','retrieval augmented generation','open webui','kubeflow']
1010
license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'
1111
external_resources:
1212
- '[Akamai App Platform for LKE](https://techdocs.akamai.com/cloud-computing/docs/application-platform)'
1313
- '[Akamai App Platform Documentation](https://techdocs.akamai.com/app-platform/docs/welcome)'
1414
---
1515

16+
{{< note title="This guide is being updated" type="warning" >}}
17+
This guide is currently undergoing updates due to ongoing development of App Platform and may not function as expected. An updated version will be available soon that incorporates these changes. Check back for the revised guide before proceeding with this deployment.
18+
{{< /note >}}
19+
1620
This guide builds on the LLM (Large Language Model) architecture built in our [Deploy an LLM for AI Inferencing with App Platform for LKE](/docs/guides/deploy-llm-for-ai-inferencing-on-apl) guide by deploying a RAG (Retrieval-Augmented Generation) pipeline that indexes a custom data set. RAG is a particular method of context augmentation that attaches relevant data as context when users send queries to an LLM.
1721

1822
Follow the steps in this tutorial to install Kubeflow Pipelines and deploy a RAG pipeline using Akamai App Platform for LKE. The deployment in this guide uses the previously deployed Open WebUI chatbot to respond to queries using a custom data set. The data set you use may vary depending on your use case. For example purposes, this guide uses a sample data set from Linode Docs in Markdown format.

0 commit comments

Comments
 (0)