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. " ]