Update chain of note README.md (#13473)

This commit is contained in:
Bagatur 2023-11-16 10:47:27 -08:00 committed by GitHub
parent cf66a4737d
commit 6030ab9779
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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. 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 ## Environment Setup
@ -68,4 +68,4 @@ We can access the template from code with:
from langserve.client import RemoteRunnable from langserve.client import RemoteRunnable
runnable = RemoteRunnable("http://localhost:8000/chain-of-note-wiki") runnable = RemoteRunnable("http://localhost:8000/chain-of-note-wiki")
``` ```