From b374d481c84e5093c0685dc47d7db1e4039f90d7 Mon Sep 17 00:00:00 2001 From: Francis Date: Tue, 17 Jan 2023 23:17:50 -0700 Subject: [PATCH] fix typo (#636) there is a small typo in one of the docs. --- .../combine_docs_examples/vector_db_qa_with_sources.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/chains/combine_docs_examples/vector_db_qa_with_sources.ipynb b/docs/modules/chains/combine_docs_examples/vector_db_qa_with_sources.ipynb index c03fa18319c..76541ee9561 100644 --- a/docs/modules/chains/combine_docs_examples/vector_db_qa_with_sources.ipynb +++ b/docs/modules/chains/combine_docs_examples/vector_db_qa_with_sources.ipynb @@ -5,7 +5,7 @@ "id": "efc5be67", "metadata": {}, "source": [ - "# VectorDB Question Ansering with Sources\n", + "# VectorDB Question Answering with Sources\n", "\n", "This notebook goes over how to do question-answering with sources over a vector database. It does this by using the `VectorDBQAWithSourcesChain`, which does the lookup of the documents from a vector database. " ]