From 70cb7866cc6c51299d5f8b334a44ee4848058422 Mon Sep 17 00:00:00 2001 From: Jason Noah Choi Date: Tue, 4 Apr 2023 08:17:05 -0700 Subject: [PATCH] Update README.md fix broken URL for persistent database --- 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).