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).