From 8c515fe8e20e44f22643e6ecba6bed34db63262f Mon Sep 17 00:00:00 2001 From: jorie1234 <47863232+jorie1234@users.noreply.github.com> Date: Mon, 8 May 2023 12:23:53 +0200 Subject: [PATCH] Fix Typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ca3cbc..bf66048 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,4 @@ A repository to highlight examples of using the Chroma (vector database) with La ## Document Question-Answering For an example of using Chroma+LangChain to do question answering over documents, see [this notebook](qa.ipynb). -To use a persistent database with Chroma and Langchain, see [this notebook](qa_persistent.ipynb). +To use a persistent database with Chroma and Langchain, see [this notebook](persistent-qa.ipynb).