Skip to content

Commit 73eeaeb

Browse files
authored
Merge pull request #7310 from jddocs/rc-v1.385.0
[Release Candidate] v1.385.0
2 parents 9f3bd94 + a7a2ccf commit 73eeaeb

File tree

51 files changed

+1996
-37
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+1996
-37
lines changed

_vendor/github.com/linode/linode-website-partials/dist/css/header.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_vendor/github.com/linode/linode-website-partials/dist/wordpress/footer.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_vendor/github.com/linode/linode-website-partials/dist/wordpress/header.html

Lines changed: 4 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# github.com/linode/linode-docs-theme v0.0.0-20250624150139-09c1c3b7a94d
2-
# github.com/linode/linode-website-partials v0.0.0-20250613135058-1f0f32424646
1+
# github.com/linode/linode-docs-theme v0.0.0-20250723145205-205da05abd91
2+
# github.com/linode/linode-website-partials v0.0.0-20250714201257-b4c2d5e13c4b
33
# github.com/gohugoio/hugo-mod-jslibs-dist/alpinejs/v3 v3.21300.20800
44
# github.com/gohugoio/hugo-mod-jslibs/turbo/v8 v8.20000.20400
55
# github.com/hotwired/turbo v8.0.4+incompatible

ci/vale/dictionary.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1128,6 +1128,7 @@ iPads
11281128
ipaserver
11291129
ipchains
11301130
ipconfig
1131+
ipencap
11311132
iperf
11321133
iPhones
11331134
ips
@@ -2217,6 +2218,7 @@ rubydebug
22172218
rubygems
22182219
ruleset
22192220
rulesets
2221+
runbooks
22202222
rundir
22212223
runfile
22222224
runlevels

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.
10.4 KB
Loading
24.7 KB
Loading
16.4 KB
Loading
52.6 KB
Loading

0 commit comments

Comments
 (0)