Files
langchain/docs
ccurme fdb7f951c8 monorepo: add script for updating notebook cassettes (#27399)
1. Move dependencies for running notebooks into monorepo poetry test
deps;
2. Add script to update cassettes for a single notebook;
3. Add cassettes for some how-to guides.

---

To update cassettes for a single notebook, run
`docs/scripts/update_cassettes.sh`. For example:
```
./docs/scripts/update_cassettes.sh docs/docs/how_to/binding.ipynb
```
Requires:
1. monorepo dev and test dependencies installed;
2. env vars required by notebook are set.

Note: How-to guides are not currently run in [scheduled
job](https://github.com/langchain-ai/langchain/actions/workflows/run_notebooks.yml).
Will add cassettes for more how-to guides in subsequent PRs before
adding them to scheduled job.
2024-10-16 13:46:49 -04:00
..
2024-05-01 17:34:05 -07:00
2023-10-10 12:55:19 -07:00
2024-10-01 09:18:54 -07:00
2023-12-17 12:55:49 -08:00
2024-09-18 14:28:56 -07:00

LangChain Documentation

For more information on contributing to our documentation, see the Documentation Contributing Guide