typo fix on chat vector db docs (#1007)

simple typo fix: because --> between
pull/1010/head
Dhruv Anand 2 years ago committed by GitHub
parent 6d44a2285c
commit 03e5794978
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,13 +1,14 @@
{ {
"cells": [ "cells": [
{ {
"attachments": {},
"cell_type": "markdown", "cell_type": "markdown",
"id": "134a0785", "id": "134a0785",
"metadata": {}, "metadata": {},
"source": [ "source": [
"# Chat Vector DB\n", "# Chat Vector DB\n",
"\n", "\n",
"This notebook goes over how to set up a chain to chat with a vector database. The only difference because this chain and the [VectorDBQAChain](./vector_db_qa.ipynb) is that this allows for passing in of a chat history which can be used to allow for follow up questions." "This notebook goes over how to set up a chain to chat with a vector database. The only difference between this chain and the [VectorDBQAChain](./vector_db_qa.ipynb) is that this allows for passing in of a chat history which can be used to allow for follow up questions."
] ]
}, },
{ {

Loading…
Cancel
Save