Skip to content

Commit b374d48

Browse files
authored
fix typo (#636)
there is a small typo in one of the docs.
1 parent b929fd9 commit b374d48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/chains/combine_docs_examples/vector_db_qa_with_sources.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"id": "efc5be67",
66
"metadata": {},
77
"source": [
8-
"# VectorDB Question Ansering with Sources\n",
8+
"# VectorDB Question Answering with Sources\n",
99
"\n",
1010
"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. "
1111
]

0 commit comments

Comments
 (0)