Files
langchain/docs
Eugene Yurtsev 934bc5b030 docs: update integration notebooks handling of env variables (#26330)
Using gritql

```
grit apply --language python '
`os.environ[$key] = getpass.getpass("$msg")` as $M where {
    $M <: ! within if_statement(),
    $M => `if $key not in os.environ: $M`
}' .
```
2024-09-11 13:10:27 -04:00
..
2024-09-02 11:14:35 -07:00
2024-09-01 16:51:12 +00:00
2024-09-01 16:51:12 +00:00
2024-09-03 01:05:08 +00:00

LangChain Documentation

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