diff --git a/templates/chain-of-note-wiki/README.md b/templates/chain-of-note-wiki/README.md index 253b89cefbf..f372d3209f5 100644 --- a/templates/chain-of-note-wiki/README.md +++ b/templates/chain-of-note-wiki/README.md @@ -2,7 +2,7 @@ Implements Chain-of-Note as described in https://arxiv.org/pdf/2311.09210.pdf by Yu, et al. Uses Wikipedia for retrieval. -Check out the prompt being use here https://smith.langchain.com/hub/bagatur/chain-of-note-wiki. +Check out the prompt being used here https://smith.langchain.com/hub/bagatur/chain-of-note-wiki. ## Environment Setup @@ -68,4 +68,4 @@ We can access the template from code with: from langserve.client import RemoteRunnable runnable = RemoteRunnable("http://localhost:8000/chain-of-note-wiki") -``` \ No newline at end of file +```