From 60dfe58325e61ee4c5ade8622b31022822720d4d Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Fri, 13 Jan 2023 01:23:24 +0900 Subject: [PATCH] Fix typo in vector_db_qa.ipynb (#597) paramter -> parameter --- docs/modules/chains/combine_docs_examples/vector_db_qa.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/chains/combine_docs_examples/vector_db_qa.ipynb b/docs/modules/chains/combine_docs_examples/vector_db_qa.ipynb index 82fd0040bb3..afd6752854a 100644 --- a/docs/modules/chains/combine_docs_examples/vector_db_qa.ipynb +++ b/docs/modules/chains/combine_docs_examples/vector_db_qa.ipynb @@ -162,7 +162,7 @@ "metadata": {}, "source": [ "## Return Source Documents\n", - "Additionally, we can return the source documents used to answer the question by specifying an optional paramter when constructing the chain." + "Additionally, we can return the source documents used to answer the question by specifying an optional parameter when constructing the chain." ] }, {