You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/artificial-intelligence/deploy-rag-powered-chatbot-langchain-lke/index.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,33 +101,33 @@ This design means you can destroy any pod without losing data. A replacement pod
101
101
102
102
## Set Up the Code Repository, Object Storage, Databases, and OpenAI API Key
103
103
104
-
Follow these sections from the [RAG Chatbot LangChain Compute Instance](/docs/guides/deploy-chatbot-rag-pipeline-langchain-linode) guide:
104
+
Follow these sections from the [Deploy a RAG-Powered Chatbot with LangChain on an Akamai Compute Instance](/docs/guides/deploy-rag-powered-chatbot-langchain-akamai-compute-instance) guide:
105
105
106
106
{{< note >}}
107
107
Wherever an instruction says to run a command on an Akamai compute instance, run that command locally on your workstation instead.
108
108
{{< /note >}}
109
109
110
-
1.[Clone the Chatbot Codebase](/docs/guides/deploy-chatbot-rag-pipeline-langchain-linode/#clone-the-chatbot-codebase)
110
+
1.[Clone the Chatbot Codebase](/docs/guides/deploy-rag-powered-chatbot-langchain-akamai-compute-instance/#clone-the-chatbot-codebase)
111
111
112
-
1.[Start a Python Virtual Environment](/docs/guides/deploy-chatbot-rag-pipeline-langchain-linode/#start-a-python-virtual-environment)
112
+
1.[Start a Python Virtual Environment](/docs/guides/deploy-rag-powered-chatbot-langchain-akamai-compute-instance/#start-a-python-virtual-environment)
113
113
114
-
1.[Copy the .env.example Template](/docs/guides/deploy-chatbot-rag-pipeline-langchain-linode/#copy-the-envexample-template)
114
+
1.[Copy the .env.example Template](/docs/guides/deploy-rag-powered-chatbot-langchain-akamai-compute-instance/#copy-the-envexample-template)
- When selecting a region for your databases, use the same region as your LKE cluster.
123
123
124
124
- When configuring network access for the database, add your workstation's IP address to the allowed list of IPs.
125
125
126
-
1.[Set Up Linode Object Storage](/docs/guides/deploy-chatbot-rag-pipeline-langchain-linode/#set-up-linode-object-storage)
126
+
1.[Set Up Linode Object Storage](/docs/guides/deploy-rag-powered-chatbot-langchain-akamai-compute-instance/#set-up-linode-object-storage)
127
127
128
128
- When selecting a region for your object storage bucket, use the same region as your LKE cluster.
129
129
130
-
1.[Upload Documents to the Object Storage Bucket](/docs/guides/deploy-chatbot-rag-pipeline-langchain-linode/#upload-documents-to-the-object-storage-bucket)
130
+
1.[Upload Documents to the Object Storage Bucket](/docs/guides/deploy-rag-powered-chatbot-langchain-akamai-compute-instance/#upload-documents-to-the-object-storage-bucket)
131
131
132
132
### Verify Database Access from LKE
133
133
@@ -169,7 +169,7 @@ Your cluster can now reach your databases.
169
169
170
170
### Index Documents with LangChain
171
171
172
-
Follow the [Index Documents with LangChain](/docs/guides/deploy-chatbot-rag-pipeline-langchain-linode/#index-documents-with-langchain) section of the [RAG Chatbot LangChain Compute Instance](/docs/guides/deploy-chatbot-rag-pipeline-langchain-linode) guide to initialize your vector database and generate the vector embeddings of your documents.
172
+
Follow the [Index Documents with LangChain](/docs/guides/deploy-rag-powered-chatbot-langchain-akamai-compute-instance/#index-documents-with-langchain) section of the [RAG Chatbot LangChain Compute Instance](/docs/guides/deploy-rag-powered-chatbot-langchain-akamai-compute-instance) guide to initialize your vector database and generate the vector embeddings of your documents.
0 commit comments