pull/12/head
Harrison Chase 1 year ago
parent e0ac18843d
commit 233e4e75db

@ -14,7 +14,7 @@ Once you have that path, you can load it in the following manner:
```python
from langchain.chains import load_chain
chain = load_chain("lc://agents/self-ask-with-search/agent.json", **kwargs)
chain = load_chain("lc://chains/hello-world/chain.json")
```
Extra arguments (kwargs) may be needed depending on the type of chain.

Loading…
Cancel
Save