Skip to content

Commit f10ae6c

Browse files
authored
docs: Update README.md to fix 404 links to templates (#182)
1 parent e96ffb6 commit f10ae6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

samples/langchain_on_vertexai/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Use the following templates to deploy Retrieval Augmented Generation (RAG) appli
99

1010
Description | Sample
1111
----------- | ------
12-
Deploy a pre-built `LangchainAgent` with custom RAG tool | [prebuilt_langchain_agent.py](prebuilt_langchain_agent.py)
13-
Build and deploy a question-answering RAG application | [retriever_chain.py](retriever_chain.p)
14-
Build and deploy an Agent with RAG tool and Memory | [retriever_agent_with_history.py](retriever_agent_with_history.py)
12+
Deploy a pre-built `LangchainAgent` with custom RAG tool | [prebuilt_langchain_agent_template.py](prebuilt_langchain_agent_template.py)
13+
Build and deploy a question-answering RAG application | [retriever_chain_template.py](retriever_chain_template.p)
14+
Build and deploy an Agent with RAG tool and Memory | [retriever_agent_with_history_template.py](retriever_agent_with_history_template.py)
1515

1616
## Before you begin
1717

0 commit comments

Comments
 (0)