File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
samples/langchain_on_vertexai Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ Use the following templates to deploy Retrieval Augmented Generation (RAG) appli
99
1010Description | 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
You can’t perform that action at this time.
0 commit comments