Commit Graph
550 Commits
Author SHA1 Message Date
William Fu-Hinthorn fc48546ebd examples 2024-03-06 13:07:33 -08:00
William Fu-Hinthorn ab032fec2f tmp 2024-03-06 12:33:06 -08:00
William FHandGitHub df66e37741 Merge pull request #185 from langchain-ai/wfh/license
Update pyproject license
2024-03-05 14:10:49 -08:00
William Fu-Hinthorn 83145ec2b0 MIT 2024-03-05 13:56:14 -08:00
Nuno CamposandGitHub 7cb61525bc Merge pull request #181 from langchain-ai/harrison/update-docs
update readme
2024-03-04 19:51:06 -08:00
Harrison Chase 1962800901 update readme 2024-03-04 19:47:54 -08:00
William FHandGitHub e68181dc01 Merge pull request #178 from langchain-ai/wfh/recurse
UCT on full nodes
2024-03-03 17:53:59 -08:00
William FHandGitHub 837a038ed2 Merge branch 'main' into wfh/recurse 2024-03-03 17:53:51 -08:00
William Fu-Hinthorn 699d89b3d9 noself 2024-03-03 17:52:12 -08:00
William Fu-Hinthorn 33d36c37b4 Recurse 2024-03-03 17:41:10 -08:00
William FHandGitHub 001fd058f3 Merge pull request #169 from kikoncuo/patch-1
Fixed rewoo.ipynb
2024-03-03 17:34:09 -08:00
Kenneth Gerald HamiltonandGitHub 013c80f0ee fix minor syntox issues (#157) 2024-03-03 15:56:34 -08:00
53d66a8a04 [bug] : Fix the score printing… (#174)
* bug[examples/rag/langgraph_agentic_rag.ipynb]: Fix the score printing when grader scores "no" and changing "msg" in rewrite node to list

* Update examples/rag/langgraph_agentic_rag.ipynb

---------

Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
2024-03-03 15:56:21 -08:00
Harrison ChaseandGitHub 0f605c6da4 Merge pull request #177 from langchain-ai/harrison/chain-of-table
add chain of table link
2024-03-03 15:50:23 -08:00
Harrison Chase aa2448b7ec add chain of table link 2024-03-03 15:41:04 -08:00
Nuno CamposandGitHub 8ad0c71cbe Merge pull request #165 from langchain-ai/nc/29feb/graph-xray
Implement xray mode for graph draw
2024-03-01 07:51:13 -08:00
Enrique Alcázar GarzásandGitHub cca9481692 Fixed rewoo.ipynb 2024-03-01 12:38:07 +01:00
William FHandGitHub 181433be7e Cleanup Link Check 2024-03-01 01:16:47 -08:00
William Fu-Hinthorn f546886447 x 2024-03-01 01:14:56 -08:00
William Fu-Hinthorn 3603f3e98c pip 2024-03-01 01:11:24 -08:00
William Fu-Hinthorn d5a22135ab link 2024-03-01 01:09:45 -08:00
William Fu-Hinthorn 80869554da uses 2024-03-01 01:05:50 -08:00
William FHandGitHub 60fe3954dd Merge pull request #167 from langchain-ai/wfh/storm_readme
Add STORM to readme
2024-03-01 00:47:57 -08:00
William Fu-Hinthorn d65375517a Add readme link 2024-03-01 00:47:17 -08:00
William FHandGitHub a77a1e764e STORM 2024-03-01 00:40:08 -08:00
William Fu-Hinthorn 048deb64b5 fixup 2024-03-01 00:38:05 -08:00
William Fu-Hinthorn afbe9360bb Add img 2024-03-01 00:34:51 -08:00
Nuno Campos a33acb6d8a Implement xray mode for graph draw 2024-02-29 19:07:58 -08:00
Nuno CamposandGitHub 19b8dbcc26 Merge pull request #163 from langchain-ai/nc/29feb/draw-cond-edge-end
Draw end edge for cond edge without mapping
2024-02-29 19:06:29 -08:00
Nuno Campos 359340dbc8 One more 2024-02-29 19:03:42 -08:00
Nuno Campos 971e15873e Fix core version mismatch in snapshot tests 2024-02-29 19:01:44 -08:00
William Fu-Hinthorn 2bd5e3606e render 2024-02-29 18:53:48 -08:00
Nuno Campos d75792f6e8 Fix 2024-02-29 18:48:21 -08:00
Nuno Campos 2a624274fd Draw end edge for cond edge without mapping 2024-02-29 18:26:28 -08:00
William Fu-Hinthorn 7644d09f21 Fixup language 2024-02-29 17:41:07 -08:00
William Fu-Hinthorn b721aad3e4 Update notebook 2024-02-29 17:06:58 -08:00
William Fu-Hinthorn 24954c24e0 Storm Draft 2024-02-29 16:28:40 -08:00
Harrison ChaseandGitHub 13f08e9bff Merge pull request #87 from langchain-ai/harrsion/chatbots
Harrsion/chatbots
2024-02-26 11:34:50 -08:00
Harrison Chase 2d23fe6d9b cr 2024-02-26 11:32:55 -08:00
Nuno CamposandGitHub dcc39ca338 Merge pull request #154 from langchain-ai/nc/26feb/cached-create-model
Use faster/cached create_model in get_input_schema/get_output_schema
2024-02-26 10:14:03 -08:00
Nuno Campos c70376d0b7 Use faster/cached create_model in get_input_schema/get_output_schema 2024-02-26 10:10:52 -08:00
Nuno CamposandGitHub 45ec26dbe4 Merge pull request #153 from langchain-ai/nc/26feb/add-high-level-tools-nb
Add notebook showcasing create_tool_calling_executor
2024-02-26 09:01:28 -08:00
Nuno Campos dd19836be5 Add notebook showcasing create_tool_calling_executor 2024-02-26 08:25:04 -08:00
Nuno CamposandGitHub f716bbd1d1 Merge pull request #128 from langchain-ai/nc/20feb/state-api
Add get_state() and update_state() methods to get and update checkpoint in between runs, Add debug arg to Graph/StateGraph
2024-02-25 08:48:45 -08:00
Nuno Campos 515a512f7e Expose additional kwargs 2024-02-24 19:56:00 -08:00
Nuno Campos 28aee50a9f Lint 2024-02-24 19:52:43 -08:00
Nuno Campos 60097c5f1d Remove class 2024-02-24 19:47:06 -08:00
Nuno Campos 27cf03a444 Lint 2024-02-24 19:46:29 -08:00
Nuno Campos 5c2afc9418 Fix behaviour of interrupt_before
- checkpoints are now copied before being mutated
- compiled graph and compiled state graph no longer need to override get_state/update_state
- pregel class now natively supports interrupt before/after
2024-02-24 19:43:30 -08:00
Nuno Campos 82c704e57e Lint 2024-02-24 17:00:45 -08:00