From 6030ab97794628fb57ff7d417a3c4bd4dcf6c8c3 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Thu, 16 Nov 2023 10:47:27 -0800 Subject: [PATCH] Update chain of note README.md (#13473) --- templates/chain-of-note-wiki/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +```