Commit Graph

109 Commits (b15d150d220fb87817448f708f617ccfde07f72a)

Author SHA1 Message Date
Bagatur 6c5bb1b2e1
RM snippets (#11798) 11 months ago
Lance Martin ccd1400423
Update multi-modal notebooks (#11827) 11 months ago
Lance Martin 8bf16d5275
LLaMA2 SQL Chat cookbook (#11685) 11 months ago
Lance Martin 98c8516ef1
Semi-structured and Multi-modal RAG cookbooks (#11582) 11 months ago
Predrag Gruevski 9e32120cbb
Deprecate direct access to globals like `debug` and `verbose`. (#11311)
Instead of accessing `langchain.debug`, `langchain.verbose`, or
`langchain.llm_cache`, please use the new getter/setter functions in
`langchain.globals`:
- `langchain.globals.set_debug()` and `langchain.globals.get_debug()`
- `langchain.globals.set_verbose()` and
`langchain.globals.get_verbose()`
- `langchain.globals.set_llm_cache()` and
`langchain.globals.get_llm_cache()`

Using the old globals directly will now raise a warning.

---------

Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
11 months ago
Johnny Deuss bb2ed4615c
Fix typos (#11663) 11 months ago
Bagatur 17439daa6a
add plan execute cookbook (#11690) 11 months ago
Bagatur cf86447623
Start cookbook and move stuff from use cases (#11636) 11 months ago
Bagatur 6dd7362a54
start cookbook (#11638) 11 months ago