there is a small typo in one of the docs.
This commit is contained in:
Francis
2023-01-17 23:17:50 -07:00
committed by GitHub
parent b929fd9f59
commit b374d481c8

View File

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