Skip to content

Commit e7dcb12

Browse files
Test fixes
1 parent a6556a1 commit e7dcb12

File tree

2 files changed

+12
-12
lines changed
  • docs/guides/artificial-intelligence
    • deploy-rag-powered-chatbot-langchain-akamai-compute-instance
    • deploy-rag-powered-chatbot-langchain-lke

2 files changed

+12
-12
lines changed

docs/guides/artificial-intelligence/deploy-rag-powered-chatbot-langchain-akamai-compute-instance/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ external_resources:
1212
- '[LangChain RAG tutorial](https://python.langchain.com/docs/tutorials/rag/)'
1313
- '[LangChain chatbot tutorial](https://python.langchain.com/docs/tutorials/chatbot/)'
1414
- '[LangGraph documentation](https://langchain-ai.github.io/langgraph/)'
15-
- '[Akamai Managed Databases](https://www.linode.com/docs/products/databases/)'
16-
- '[Akamai Object Storage](https://www.linode.com/docs/products/storage/object-storage/)'
15+
- '[Akamai Managed Databases](https://techdocs.akamai.com/cloud-computing/docs/aiven-database-clusters)'
16+
- '[Akamai Object Storage](https://techdocs.akamai.com/cloud-computing/docs/object-storage)'
1717
- '[pgvector documentation](https://github.com/pgvector/pgvector)'
1818
- '[OpenAI API documentation](https://platform.openai.com/docs)'
1919
- '[OpenAI Pricing calculator](https://openai.com/api/pricing/)'

docs/guides/artificial-intelligence/deploy-rag-powered-chatbot-langchain-lke/index.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -101,33 +101,33 @@ This design means you can destroy any pod without losing data. A replacement pod
101101

102102
## Set Up the Code Repository, Object Storage, Databases, and OpenAI API Key
103103

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:
105105

106106
{{< note >}}
107107
Wherever an instruction says to run a command on an Akamai compute instance, run that command locally on your workstation instead.
108108
{{< /note >}}
109109

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)
111111

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)
113113

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)
115115

116-
1. [Install Python Dependencies](/docs/guides/deploy-chatbot-rag-pipeline-langchain-linode/#install-python-dependencies)
116+
1. [Install Python Dependencies](/docs/guides/deploy-rag-powered-chatbot-langchain-akamai-compute-instance/#install-python-dependencies)
117117

118-
1. [Create an OpenAI API Key](/docs/guides/deploy-chatbot-rag-pipeline-langchain-linode/#create-an-openai-api-key)
118+
1. [Create an OpenAI API Key](/docs/guides/deploy-rag-powered-chatbot-langchain-akamai-compute-instance/#create-an-openai-api-key)
119119

120-
1. [Provision Managed PostgreSQL Databases](/docs/guides/deploy-chatbot-rag-pipeline-langchain-linode/#provision-managed-postgresql-databases)
120+
1. [Provision Managed PostgreSQL Databases](/docs/guides/deploy-rag-powered-chatbot-langchain-akamai-compute-instance/#provision-managed-postgresql-databases)
121121

122122
- When selecting a region for your databases, use the same region as your LKE cluster.
123123

124124
- When configuring network access for the database, add your workstation's IP address to the allowed list of IPs.
125125

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)
127127

128128
- When selecting a region for your object storage bucket, use the same region as your LKE cluster.
129129

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)
131131

132132
### Verify Database Access from LKE
133133

@@ -169,7 +169,7 @@ Your cluster can now reach your databases.
169169

170170
### Index Documents with LangChain
171171

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.
173173

174174
## Containerize your Chatbot Application
175175

0 commit comments

Comments
 (0)