Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions samples/langchain_on_vertexai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Use the following templates to deploy Retrieval Augmented Generation (RAG) appli

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

## Before you begin

Expand Down