Commit Graph

6360 Commits

Author SHA1 Message Date
Bagatur
76fb19f205 telegrame 2023-12-07 17:10:47 -08:00
Bagatur
d1a0140659 lint 2023-12-07 17:08:33 -08:00
Bagatur
9e745c8e91 examples 2023-12-07 16:59:41 -08:00
Bagatur
0de6e09659 examples 2023-12-07 16:59:08 -08:00
Bagatur
3e0c5a331c mypy cache 2023-12-07 16:54:08 -08:00
Bagatur
34709ec34f examples 2023-12-07 16:42:15 -08:00
Bagatur
279155f02d switch cache 2023-12-07 16:33:44 -08:00
Bagatur
a2c447938c nit 2023-12-07 16:32:07 -08:00
Bagatur
f541e0235c poetry 2023-12-07 16:28:27 -08:00
Bagatur
89f74bf808 rm mypy test cache 2023-12-07 16:24:18 -08:00
Bagatur
dee5fdfe2b extra 2023-12-07 16:19:47 -08:00
Bagatur
a7cbdccb8a namespaces 2023-12-07 16:02:59 -08:00
Bagatur
91dd47b12a ignore 2023-12-07 15:54:22 -08:00
Bagatur
af2ad3bb4f conftest 2023-12-07 15:43:49 -08:00
Bagatur
60fc995c3b test 2023-12-07 15:42:21 -08:00
Bagatur
c3232a8aa3 make 2023-12-07 15:31:55 -08:00
Bagatur
243465da3e poetry 2023-12-07 15:31:03 -08:00
Bagatur
32499164ab fmt 2023-12-07 15:25:33 -08:00
Bagatur
9a5a52dd99 nit 2023-12-07 15:23:47 -08:00
Bagatur
deab168da5 poetry 2023-12-07 15:21:36 -08:00
Bagatur
d7793a0a66 merge 2023-12-07 15:19:06 -08:00
Bagatur
52052cc7b9 experimental[patch]: Release 0.0.45 (#14418) 2023-12-07 15:01:39 -08:00
Bagatur
e4d6e55c5e langchain[patch]: Release 0.0.348 (#14417) v0.0.348 2023-12-07 14:52:43 -08:00
Bagatur
eb209e7ee3 core[patch]: Release 0.0.12 (#14415) 2023-12-07 14:37:00 -08:00
Bagatur
b2280fd874 core[patch], langchain[patch]: fix required deps (#14373) 2023-12-07 14:24:58 -08:00
Leonid Ganeline
7186faefb2 API Reference building script update (#13587)
The namespaces like `langchain.agents.format_scratchpad` clogging the
API Reference sidebar.
This change removes those 3-level namespaces from sidebar (this issue
was discussed with @efriis )

---------

Co-authored-by: Erick Friis <erick@langchain.dev>
2023-12-07 11:43:42 -08:00
Kacper Łukawski
76f30f5297 langchain[patch]: Rollback multiple keys in Qdrant (#14390)
This reverts commit 38813d7090. This is a
temporary fix, as I don't see a clear way on how to use multiple keys
with `Qdrant.from_texts`.

Context: #14378
2023-12-07 11:13:19 -08:00
Erick Friis
f0304a8d9e Merge branch 'bagatur/community' of github.com:langchain-ai/langchain into bagatur/community 2023-12-07 11:02:06 -08:00
Erick Friis
bbc795b752 override llm config 2023-12-07 11:01:59 -08:00
Bagatur
6a0a7a7f66 poetry 2023-12-07 10:50:12 -08:00
Bagatur
de690b081e stubs 2023-12-07 10:38:34 -08:00
Bagatur
cea3d61bf4 more 2023-12-07 10:35:00 -08:00
Bagatur
5631e7e397 more 2023-12-07 10:33:01 -08:00
Erick Friis
54040b00a4 langchain[patch]: fix ChatVertexAI streaming (#14369) 2023-12-07 09:46:11 -08:00
Bagatur
a66df25a89 more 2023-12-06 20:19:32 -08:00
Bagatur
8226b81fb3 more 2023-12-06 20:19:13 -08:00
Bagatur
280aec4e1d more 2023-12-06 19:37:00 -08:00
Bagatur
12039a0057 more 2023-12-06 19:36:49 -08:00
Bagatur
85eae95764 anyio 2023-12-06 18:53:09 -08:00
Bagatur
6b1af2d19c more 2023-12-06 17:49:52 -08:00
Bagatur
fd2fe4aacf poetry 2023-12-06 17:48:10 -08:00
Bagatur
d6403c6696 poetry 2023-12-06 17:40:38 -08:00
Bagatur
11fc0a5004 poetry 2023-12-06 17:38:20 -08:00
Bagatur
ce884f801f more 2023-12-06 17:35:45 -08:00
Bagatur
db6bf8b022 langchain[patch]: Release 0.0.347 (#14368) v0.0.347 2023-12-06 16:13:29 -08:00
Bagatur
75ade6116d fmt 2023-12-06 16:13:04 -08:00
Bagatur
a7271cf5bd core[patch]: Release 0.0.11 (#14367) 2023-12-06 15:53:49 -08:00
Bagatur
8ccc18fd73 more 2023-12-06 15:37:04 -08:00
Nuno Campos
77c38df36c [core/minor] Runnables: Implement a context api (#14046)
<!-- 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.
 -->

---------

Co-authored-by: Brace Sproul <braceasproul@gmail.com>
2023-12-06 15:02:29 -08:00
Erick Friis
8f95a8206b core[patch]: message history error typo (#14361) 2023-12-06 14:20:10 -08:00