mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-26 05:48:40 +00:00
Update chain of note README.md (#13473)
This commit is contained in:
@@ -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")
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user