Commit Graph
1036 Commits
Author SHA1 Message Date
William Fu-Hinthorn dfeff082bb nit: Better TypeError 2024-05-29 06:21:31 -07:00
William FHandGitHub 7fdc849fa8 [Docs] Add analytics (#546) 2024-05-29 05:07:33 -07:00
4c4839ca65 docs: specify that configurables are added to LangSmith as metadata (#534)
* docs: specify that configurables are added to LangSmith as metadata

* docs: add link to concepts in README

---------

Co-authored-by: William FH <13333726+hinthornw@users.noreply.github.com>
2024-05-29 02:33:10 -07:00
William FHandGitHub 5c8fe206d3 [Conceptual docs] Fixup block (#545) 2024-05-29 02:16:02 -07:00
William FHandGitHub 7cc172e4d4 🪄 (#541) 2024-05-28 08:31:01 -07:00
Lance MartinandGitHub 5e5acb2e3f Merge pull request #536 from langchain-ai/rlm/check-self-rag
Minor change to upgrade libs
2024-05-26 15:26:32 -07:00
Lance Martin 5435ff6f7f Minor change to upgrade libs 2024-05-26 15:14:04 -07:00
Nuno Campos 9dd7f9d7f2 0.0.55 2024-05-22 13:19:16 -07:00
Nuno CamposandGitHub 070b7965ca Merge pull request #526 from langchain-ai/nc/22may/multi-stream-mode
Add support for requesting multiple stream modes in same stream/astream call
2024-05-22 13:17:54 -07:00
Nuno Campos 51186ba66f Sort 2024-05-22 12:30:07 -07:00
Nuno Campos 24d130d407 Add support for requesting multiple stream modes in same stream/astream call 2024-05-22 12:25:28 -07:00
Deepankar MahapatroandGitHub 3493e66490 fix: getpass module call (#523) 2024-05-22 11:24:36 -07:00
William FHandGitHub 76981dfb39 Explicitly use config (#524) 2024-05-22 11:23:45 -07:00
Nuno CamposandGitHub c32b2c0bb7 Merge pull request #519 from langchain-ai/nc/21may/extend-root-state
Add support and tests for using messagegraph checkpoints on a stategraph with 1 __root__ key other keys
2024-05-22 09:15:54 -07:00
Nuno Campos 8b946af20f Add support and tests for using messagegraph checkpoints on a stategraph with 1 __root__ key other keys 2024-05-21 14:01:23 -07:00
Nuno Campos a65aa73d79 0.0.54 2024-05-21 12:54:48 -07:00
Andrew NguonlyandGitHub 08b505e017 Merge configurable fields with previous checkpoint config before each run (#510)
* Merge configurable fields with previous checkpoint config.

* Update update_state() and aupdate_state() to merge configurable fields with previous checkpoint config.

* Update tests to verify that all checkpoint metadata contain the expected configurable field keys. This assertion is needed because a run can have an arbitrary number of steps based on the construction of the graph.
2024-05-21 11:03:25 -07:00
William FHandGitHub d3cce1e245 [Docs] tool_selection (#515) 2024-05-21 09:05:28 -07:00
Diego QuezadaandGitHub 6df54d70e4 fix multiple typos (#512) 2024-05-20 23:42:57 -07:00
Nuno Campos e3a5870b0a 0.0.53 2024-05-20 17:59:41 -07:00
Nuno CamposandGitHub d79017b653 Merge pull request #508 from langchain-ai/nc/20may/add-checkpoint-state-methods
Expose checkpoint timestamp in get/update/list state methods
2024-05-20 16:29:02 -07:00
Nuno Campos c13741f9da Lint 2024-05-20 16:26:10 -07:00
Nuno Campos de71709fdc Expose checkpoint timestamp in get/update/list state methods 2024-05-20 16:23:46 -07:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
8c89609187 --- (#507)
updated-dependencies:
- dependency-name: requests
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-20 14:45:17 -07:00
Nuno Campos 03bac7eeef 0.0.52 2024-05-20 14:40:46 -07:00
Nuno CamposandGitHub f20863ddbf Merge pull request #506 from langchain-ai/nc/20may/fix-stream-v2
Add compat with stream_events v2
2024-05-20 13:44:22 -07:00
Nuno Campos 54454c9d58 Bump 2024-05-20 13:42:02 -07:00
Nuno Campos fa4f50c952 Add compat with stream_events v2 2024-05-20 13:39:28 -07:00
William FHandGitHub 9754602a56 Fix typo (#505) 2024-05-20 12:51:57 -07:00
Nuno Campos d4b3364bba Raise error if cond edge returns None 2024-05-20 12:00:17 -07:00
William FHandGitHub a6363da62c [Docs] Rm Integration Tutorial (#503) 2024-05-20 10:35:07 -07:00
William FHandGitHub 89d9c291fe [Docs] Rm then from docs (#502) 2024-05-20 10:31:36 -07:00
William FHandGitHub c00dcaf891 Members (#500) 2024-05-20 10:11:58 -07:00
Nuno CamposandGitHub e33e4a64f9 Merge pull request #499 from langchain-ai/wfh/warn 2024-05-20 09:46:43 -07:00
William Fu-Hinthorn 70c5a22e4b Warn invalid state 2024-05-20 09:33:19 -07:00
Nuno Campos 02db4adeb7 0.0.51 2024-05-20 08:48:13 -07:00
Nuno CamposandGitHub 01340928f9 Merge pull request #489 from andrewnguonly/few-shot-filter
Add support for passing `Callable` metadata filter to `FewShotExamples` managed value
2024-05-20 08:47:08 -07:00
William FHandGitHub 4c2703ea3a [Docs] update node name (#498) 2024-05-20 08:44:30 -07:00
Andrew Nguonly f5454715df Merge main branch. 2024-05-17 19:32:14 -07:00
Andrew Nguonly 09bae3022d Add checkpoint config to checkpoint metadata? 2024-05-17 19:25:02 -07:00
Andrew Nguonly 18addb52aa Add support for passing Callable metadata filter to FewShotExamples managed value. 2024-05-17 18:41:57 -07:00
Nuno Campos d63b15dc47 0.0.50 2024-05-17 15:37:58 -07:00
Nuno CamposandGitHub 997bc8dc3a Merge pull request #488 from langchain-ai/nc/17may/lc-20
Nc/17may/lc 20
2024-05-17 14:48:17 -07:00
Nuno Campos 0416da05b6 Fix 2024-05-17 14:45:29 -07:00
Nuno Campos b7e2af6bd1 Update pyproject 2024-05-17 14:43:55 -07:00
Nuno Campos 695503a4d3 Update to langchain-core 0.2.0
- Use stream_events(version=v2) in tests
2024-05-17 14:38:51 -07:00
Nuno Campos 56c55e9521 Update core version range 2024-05-17 13:43:59 -07:00
Nuno CamposandGitHub fb8868b710 Merge pull request #487 from andrewnguonly/sqlite-wal 2024-05-17 11:41:42 -07:00
Andrew Nguonly daa921c120 Fix lint error. 2024-05-17 11:11:04 -07:00
Andrew Nguonly 0e77ad88ef Fix typo: LastValue --> EphemeralValue. 2024-05-17 10:44:40 -07:00