Commit Graph

143 Commits (master)

Author SHA1 Message Date
Bagatur 55aeff6777
oai assistant multiple actions (#13068) 7 months ago
Bagatur 5ac2fc5bb2
update stack diagram (#13021) 7 months ago
Bagatur 57e19989f6
Bagatur/oai assistant (#13010) 7 months ago
Lance Martin 2287a311cf
Multi modal RAG + QA Cookbooks (#12946)
Co-authored-by: Erick Friis <erick@langchain.dev>
Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com>
Co-authored-by: Vinzenz Klass <76391770+VinzenzKlass@users.noreply.github.com>
Co-authored-by: Praveen Venkateswaran <praveenv@uci.edu>
Co-authored-by: Praveen Venkateswaran <praveen.venkateswaran@ibm.com>
Co-authored-by: Kacper Łukawski <kacperlukawski@users.noreply.github.com>
Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com>
Co-authored-by: Bagatur <baskaryan@gmail.com>
Co-authored-by: Ofer Mendelevitch <ofermend@gmail.com>
Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
7 months ago
Bagatur 3bb8030a6e
fix max_tokens (#12964) 7 months ago
Harrison Chase c27400efeb
Support multimodal messages (#11320)
Co-authored-by: Bagatur <baskaryan@gmail.com>
7 months ago
Bagatur 388f248391
add oai v1 cookbook (#12961) 7 months ago
standby24x7 f04e4df7f9
coockbook: Fix typo in wikibase_agent.ipynb (#12839)
This patch fixes a spelling typo in message
within wikibase_agent.ipynb.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
7 months ago
刘 方瑞 26c4ec1eaf
myscale notebook url change (#12810)
<!-- Thank you for contributing to LangChain!

Replace this entire comment with:
  - **Description:** a description of the change, 
  - **Issue:** the issue # it fixes (if applicable),
  - **Dependencies:** any dependencies required for this change,
- **Tag maintainer:** for a quicker response, tag the relevant
maintainer (see below),
- **Twitter handle:** we announce bigger features on Twitter. If your PR
gets announced, and you'd like a mention, we'll gladly shout you out!

Please make sure your PR is passing linting and testing before
submitting. Run `make format`, `make lint` and `make test` to check this
locally.

See contribution guidelines for more information on how to write/run
tests, lint, etc:

https://github.com/langchain-ai/langchain/blob/master/.github/CONTRIBUTING.md

If you're adding a new integration, please include:
1. a test for the integration, preferably unit tests that do not rely on
network access,
2. an example notebook showing its use. It lives in `docs/extras`
directory.

If no one reviews your PR within a few days, please @-mention one of
@baskaryan, @eyurtsev, @hwchase17.
 -->
7 months ago
Lance Martin 33810126bd
Update chat prompt structure in LLaMA SQL cookbook (#12364)
Co-authored-by: Erick Friis <erick@langchain.dev>
7 months ago
Manuel Soria a228f340f1
Semantic search within postgreSQL using pgvector (#12365)
Cookbook showing how to incoporate RAG search within a postgreSQL
database using pgvector.

---------

Co-authored-by: Lance Martin <lance@langchain.dev>
Co-authored-by: Bagatur <baskaryan@gmail.com>
Co-authored-by: Erick Friis <erick@langchain.dev>
7 months ago
Bagatur 2424fff3f1
notebook fmt (#12498) 7 months ago
Harrison Chase d85d4d7822
add cookbook for selectins llms based on context length (#12486) 7 months ago
Bagatur e130680d74
Bagatur/self query doc update (#12461) 7 months ago
Rohan Sharma 3da1a65fa0
Update README.md (#12286) 7 months ago
Dayuan Jiang 9c2c9c5274
fix typo in langchain/cookbook/stepback-qa.ipynb (#12204) 7 months ago
Harrison Chase 6fcba975d0
add rag fusion notebook (#12121) 7 months ago
Harrison Chase dd0374560a
fix up notebook (#12119) 7 months ago
Harrison Chase acb82cf25e
add step back notebook (#11953) 7 months ago
Harrison Chase 9d9198de0b
rewrite (#12111) 7 months ago
Lance Martin b01a443ee5
Update figures in multi-modal Cookbooks (#12060) 7 months ago
Palau 720ecacb1c
Add notebook for kay.ai press release data (#11575)
- **Description:** Adding a notebook for Press Release data from Kay.ai,
as discussed offline
  - **Tag maintainer:** @baskaryan @hwchase17 
- **Twitter handle:** https://twitter.com/kaydotai
https://twitter.com/vishalrohra_

---------

Co-authored-by: Bagatur <baskaryan@gmail.com>
7 months ago
Lance Martin 12f8e87a0e
LLaMA2 SQL cookbook clean (#12007) 7 months ago
Lance Martin 26d0858a60
Update LLaMA2 SQL notebook (#11995) 7 months ago
Bagatur 642d2e4b67
caps not title for cookbooks descriptions (#11993) 7 months ago
Bagatur fd7ab539c8
add cookbook readme (#11992) 7 months ago
Lance Martin eca8a5e5b8
Flesh out semi-structured cookbook (#11904) 8 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!
8 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!
8 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!
8 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!
8 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>
8 months ago
Lance Martin 18a4fdded6
Add deps and minor cleaning to cookbooks (#11886) 8 months ago
Lance Martin 201b7ce9af
Update SQL cookbook (#11870) 8 months ago
Bagatur 6c5bb1b2e1
RM snippets (#11798) 8 months ago
Lance Martin ccd1400423
Update multi-modal notebooks (#11827) 8 months ago
Lance Martin 8bf16d5275
LLaMA2 SQL Chat cookbook (#11685) 8 months ago
Lance Martin 98c8516ef1
Semi-structured and Multi-modal RAG cookbooks (#11582) 8 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>
8 months ago
Johnny Deuss bb2ed4615c
Fix typos (#11663) 8 months ago
Bagatur 17439daa6a
add plan execute cookbook (#11690) 8 months ago
Bagatur cf86447623
Start cookbook and move stuff from use cases (#11636) 8 months ago
Bagatur 6dd7362a54
start cookbook (#11638) 8 months ago