Commit Graph
129 Commits
Author SHA1 Message Date
Nuno Campos db85dbe62d 0.0.6 v0.0.6 2023-11-20 10:39:35 +00:00
Nuno Campos 2cf65ac6ba 0.0.5 v0.0.5 2023-11-20 09:52:16 +00:00
Nuno CamposandGitHub e6ab8aa6d9 Merge pull request #18 from langchain-ai/nc/reserved-channels
Add concept of reserved channels (ie. channels updated by Pregel), Add a reserved channel for is_last_step
2023-11-15 16:35:31 +00:00
Nuno Campos eef4c015d6 Allow passing values directly to Channel.write_toi 2023-11-15 16:21:09 +00:00
Nuno Campos f04b2cff5d Lint 2023-11-15 15:30:45 +00:00
Nuno Campos b90a62a00d Add concept of reserved channels (ie. channels updated by Pregel), Add a reserved channel for is_last_step 2023-11-15 15:16:18 +00:00
Nuno CamposandGitHub 6518b472ed Merge pull request #16 from langchain-ai/nc/checkpoints
Nc/checkpoints
2023-11-15 12:27:11 +00:00
Nuno Campos 682e7d175d Add tests for checkpointing 2023-11-14 12:54:23 +00:00
Nuno Campos cec6ba4963 Change binop to init value if possible 2023-11-14 12:38:17 +00:00
Nuno Campos f96ebb3357 Implement checkpoints 2023-11-14 12:14:18 +00:00
Nuno Campos de4a5ed418 Update langchain, implement config_specs 2023-11-14 11:36:30 +00:00
Nuno Campos b266b73ab9 Make channel managers aware of checkpoints 2023-11-14 11:27:31 +00:00
Nuno Campos 56a38ee859 Change Channel.checkpoint() to return any python value, add checkpoint tests 2023-11-14 11:17:39 +00:00
Nuno Campos 4035beba76 to do 2023-11-13 15:14:25 +00:00
Nuno Campos 05c89338a8 Expose imperative channel write api 2023-11-09 20:43:20 +00:00
Nuno Campos 78e1b4d9d0 Better fix 2023-11-09 20:18:44 +00:00
Nuno Campos 15f1af7403 Fix piping bug 2023-11-09 20:14:39 +00:00
Nuno Campos 94f1ec07a0 Add example 2023-11-09 11:20:12 +00:00
Nuno Campos cb39c74898 Comment 2023-11-09 10:56:13 +00:00
Nuno Campos a784d69487 Compat with py 3.10 2023-11-07 23:33:54 +00:00
Nuno Campos 0c4d560281 Update todo 2023-11-05 10:24:46 +00:00
Nuno CamposandGitHub 215d16ec40 Update README.md 2023-11-05 08:44:05 +00:00
Nuno CamposandGitHub e8e57bb307 Update README.md 2023-11-05 00:32:10 +00:00
Nuno Campos 2cf92cdad7 Add missing channel creation 2023-11-04 17:58:19 +00:00
Nuno CamposandGitHub 6704b6d205 Merge pull request #15 from langchain-ai/nc/4nov/channel-topic
Create a Topic channel, Make LastValue the default channel if not specified, Add default input and output keys
2023-11-04 17:44:32 +00:00
Nuno Campos 7f76fbb699 Create a Topic channel, Make LastValue the default channel if not specified, Add default input and output keys
- Topic channel combines the features of Inbox, Archive, UniqueInbox, UniqueArchive, which have been removed.
2023-11-04 17:40:12 +00:00
Nuno Campos 124722c0c8 Rename Channel classes 2023-11-04 14:29:48 +00:00
Nuno Campos e66a5ff576 Update deps 2023-11-04 14:13:09 +00:00
Nuno CamposandGitHub 591b8e23f2 Merge pull request #14 from langchain-ai/hwchase17-license 2023-11-01 06:17:41 +00:00
Harrison ChaseandGitHub 63ef53c75b Update LICENSE 2023-10-31 17:24:39 -07:00
Nuno Campos 77b0515cc0 0.0.4 2023-10-23 23:05:18 +01:00
Nuno Campos 85e200fb95 Lint v0.0.4 2023-10-23 16:14:44 +01:00
Nuno CamposandGitHub 70abd37127 Merge pull request #12 from langchain-ai/nc/channel-cls-methods 2023-10-23 16:02:00 +01:00
Nuno Campos dbe8c1362f Move subscribe/write cls methods to Channel 2023-10-23 15:42:51 +01:00
Nuno Campos f363310d80 Lint 2023-10-23 15:27:05 +01:00
Nuno Campos 577bf5205a Rename Context channel 2023-10-23 15:26:41 +01:00
Nuno Campos 14d84825da Add some intro docs to readme 2023-10-23 15:06:07 +01:00
Nuno Campos d96f756793 Update readme 2023-10-23 14:19:55 +01:00
Nuno CamposandGitHub 3b56d062c7 Merge pull request #11 from langchain-ai/nc/channel-docs
Add doc strings for all channels, small update to names/semantics
2023-10-23 14:18:44 +01:00
Nuno Campos 4beb5d6441 Update notebook 2023-10-23 14:17:16 +01:00
Nuno Campos d0df4103cd Add doc strings for all channels, small update to names/semantics 2023-10-23 14:12:44 +01:00
Nuno CamposandGitHub 4f206fcc49 Merge pull request #9 from langchain-ai/harrison/pregel-combine
Harrison/pregel combine
2023-10-23 12:02:41 +01:00
Nuno Campos 49ff5e2eab Implement reduce chain 2023-10-23 12:01:35 +01:00
Nuno Campos 1e08395810 WIP 2023-10-23 10:39:57 +01:00
Harrison ChaseandNuno Campos d014b13d6f combine docs notebook 2023-10-23 10:39:57 +01:00
Nuno Campos 62e4df815a Add todo 2023-10-23 10:39:37 +01:00
Nuno CamposandGitHub 8891f787d3 Merge pull request #10 from langchain-ai/nc/main-chain
Add an optional "main" chain which has implicit input and output channels
2023-10-23 10:33:47 +01:00
Nuno Campos 948ab93563 Lint 2023-10-23 10:30:28 +01:00
Nuno Campos 8284a6b6ea Rename send_to to write_to 2023-10-23 10:29:46 +01:00
Nuno Campos 274600436b Remove "main" chain, Improve debug logging, Remove max_steps from send_to, Add retries to recursive web loader 2023-10-23 10:26:10 +01:00