mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-21 18:39:57 +00:00
@@ -5,7 +5,7 @@
|
|||||||
"id": "efc5be67",
|
"id": "efc5be67",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": [
|
||||||
"# VectorDB Question Ansering with Sources\n",
|
"# VectorDB Question Answering with Sources\n",
|
||||||
"\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. "
|
"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. "
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user