From 6acc4ecf97c081c51a19ed4f796f369e15fade2a Mon Sep 17 00:00:00 2001 From: Adam Tomkins Date: Wed, 22 May 2024 17:07:18 +0100 Subject: [PATCH] update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7479d9b..120d86e 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,8 @@ This component has three input pins: __Combine Documents Chain__, __Memory__, an We will focus on the __Combine Documents Chain__ pin and the __Retriever__ pin, starting with building the __Retriever__ section of the flow, which begins with a __VectorStore Retriever__. +It also has the parameter __Return Source Parameter__, we must set this to __False__ for this tutorial, failing to do so will return a 500 error on deployments. + ### Adding the Vector Store Retriever ![Add the vector store](images/rag/2_clip.png)