Commit Graph

71 Commits (f1d3f29bc48b73168106d670b61c6fe70e11f7e4)

Author SHA1 Message Date
Lance Martin 12f8e87a0e
LLaMA2 SQL cookbook clean (#12007) 9 months ago
Lance Martin 26d0858a60
Update LLaMA2 SQL notebook (#11995) 9 months ago
Bagatur 642d2e4b67
caps not title for cookbooks descriptions (#11993) 9 months ago
Bagatur fd7ab539c8
add cookbook readme (#11992) 9 months ago
Lance Martin eca8a5e5b8
Flesh out semi-structured cookbook (#11904) 9 months ago
Surav Shrestha 321506fcd1
fix typos in cookbook/sales_agent_with_context.ipynb (#11790)
I have fixed some typos in file
`cookbook/sales_agent_with_context.ipynb`. I kindly request the repo
maintainers to review and merge it. Thanks!
9 months ago
Surav Shrestha be04695554
fix typos in cookbook/Semi_structured_multi_modal_RAG_LLaMA2.ipynb (#11791)
I have fixed some typos in file
`cookbook/Semi_structured_multi_modal_RAG_LLaMA2.ipynb`. I kindly
request the repo maintainers to review and merge it. Thanks!
9 months ago
Surav Shrestha e69218504b
fix typos in cookbook/self_query_hotel_search.ipynb (#11792)
I have fixed some typos in file
`cookbook/self_query_hotel_search.ipynb`. I kindly request the repo
maintainers to review and merge it. Thanks!
9 months ago
Surav Shrestha 7f0145315a
fix typos in cookbook/Semi_structured_and_multi_modal_RAG.ipynb (#11794)
I have fixed some typos in file
`cookbook/Semi_structured_and_multi_modal_RAG.ipynb`. I kindly request
the repo maintainers to review and merge it. Thanks!
9 months ago
standby24x7 40d188948e
Fix spelling typos in learned_prompt_optimization.ipynb (#11862)
This patch fixes some spelling typo in
learned_prompt_optimization.ipynb.
It only changed messages, no logic changed.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
9 months ago
Lance Martin 18a4fdded6
Add deps and minor cleaning to cookbooks (#11886) 9 months ago
Lance Martin 201b7ce9af
Update SQL cookbook (#11870) 9 months ago
Bagatur 6c5bb1b2e1
RM snippets (#11798) 9 months ago
Lance Martin ccd1400423
Update multi-modal notebooks (#11827) 9 months ago
Lance Martin 8bf16d5275
LLaMA2 SQL Chat cookbook (#11685) 9 months ago
Lance Martin 98c8516ef1
Semi-structured and Multi-modal RAG cookbooks (#11582) 9 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>
9 months ago
Johnny Deuss bb2ed4615c
Fix typos (#11663) 9 months ago
Bagatur 17439daa6a
add plan execute cookbook (#11690) 9 months ago
Bagatur cf86447623
Start cookbook and move stuff from use cases (#11636) 9 months ago
Bagatur 6dd7362a54
start cookbook (#11638) 9 months ago