Commit Graph
1473 Commits
Author SHA1 Message Date
Nuno Campos eafb70b9ab Move aiosqlite to test deps 2024-02-07 19:51:25 -08:00
Nuno Campos 387eb0cedd Lint 2024-02-07 19:50:28 -08:00
Nuno Campos 736649df66 Run failed tests first 2024-02-07 19:49:52 -08:00
Nuno Campos b0f0d6f3f7 Fix errors being swallowed 2024-02-07 19:49:35 -08:00
Nuno Campos f2ad930cd4 Add AsyncSqliteSaver 2024-02-07 19:31:24 -08:00
Lance MartinandGitHub 13c94af88a Merge pull request #90 from langchain-ai/rlm/crag_mistral
Add Mistral CRAG, update formatting / documentation
2024-02-07 16:49:16 -08:00
Lance Martin 09343a4013 Minor updates 2024-02-07 16:47:32 -08:00
Lance Martin addc79d29d Clean up docstrings 2024-02-07 16:07:33 -08:00
Lance Martin 385ec91b0e Mistral CRAG 2024-02-07 14:45:17 -08:00
Luca DorigoandGitHub e4a1bf2376 Fix typing for _dict_getter 2024-02-07 13:15:31 +01:00
Lance MartinandGitHub 03c30f4aa9 Merge pull request #85 from langchain-ai/rlm/agentic_rag
Add RAG examples
2024-02-06 16:55:42 -08:00
Harrison Chase b0b792f114 cr 2024-02-06 11:30:31 -08:00
Harrison Chase b64f34e85f add chatbot example 2024-02-06 09:57:00 -08:00
Eugene YurtsevandGitHub 19144ff291 README.md: Add absolute link to langgraph repo
This helps make sure that there's a clickable link from the langgraph page from langchain main python docs
2024-02-06 09:50:00 -05:00
William FHandGitHub 2db53da5f9 Merge pull request #86 from langchain-ai/wfh/update_annotation_script
Wfh/update annotation script
2024-02-06 06:43:28 -08:00
William Fu-Hinthorn 14bdfa3086 rerun 2024-02-06 06:40:35 -08:00
William Fu-Hinthorn 38eb16f131 Update notebook 2024-02-06 06:35:27 -08:00
William Fu-Hinthorn 200403f8ed Update annotation script 2024-02-06 06:18:31 -08:00
William FHandGitHub 84ac02d1f0 Merge pull request #77 from langchain-ai/wfh/web-voyager
Web Voyager
2024-02-05 16:39:43 -08:00
Harrison ChaseandGitHub 98f6b59a56 Merge pull request #84 from langchain-ai/harrison/persistence-in-readme
add persistence to readme
2024-02-05 09:44:15 -08:00
Lance Martin 05e8c7e369 Add RAG examples 2024-02-05 08:59:34 -08:00
Harrison Chase 66845a8d74 add persistence to readme 2024-02-05 08:57:29 -08:00
Nuno CamposandGitHub 5f6499678d Merge pull request #83 from langchain-ai/erick/readme-improvements
readme improvements
2024-02-05 08:57:14 -08:00
Erick Friis 847a00e1a5 readme improvements 2024-02-04 21:09:49 -08:00
Harrison ChaseandGitHub 62b49931d7 Merge pull request #82 from langchain-ai/harrison/add-persistence-nb
add more examples
2024-02-04 14:32:17 -08:00
Harrison Chase 4216b6b661 cr 2024-02-04 14:31:54 -08:00
Nuno Campos 58d421dc7d 0.0.23 2024-02-04 14:15:33 -08:00
Nuno CamposandGitHub 4f55d1cb62 Merge pull request #81 from langchain-ai/nc/resume-or-restart
Only execute tasks leftover from previous checkpoint when resuming with no new input
2024-02-04 14:15:02 -08:00
Nuno Campos afa9592f6a Only execute tasks leftover from previous checkpoint when resuming with no new input 2024-02-04 14:12:10 -08:00
Nuno Campos c7bfe63468 0.0.22 2024-02-04 13:25:55 -08:00
Nuno CamposandGitHub 297e485282 Merge pull request #80 from langchain-ai/harrison/add-persistence-nb
persistence
2024-02-04 12:37:39 -08:00
Harrison Chase 944263285b persistence 2024-02-04 12:35:45 -08:00
William Fu-Hinthorn f8497405fd Update 2024-02-02 18:56:22 -08:00
William Fu-Hinthorn 3b64ed576b Update notebook 2024-02-02 16:07:20 -08:00
Nuno CamposandGitHub 0a2604379d Merge pull request #79 from langchain-ai/nc/1feb/sqlite
Add SqliteSaver
2024-02-01 18:13:08 -08:00
Nuno Campos 083178d2a6 Add SqliteSaver 2024-02-01 18:12:52 -08:00
William Fu-Hinthorn 00a976ebb6 lint 2024-02-01 08:25:09 -08:00
William Fu-Hinthorn e87fb145fa Merge branch 'main' into wfh/web-voyager 2024-02-01 07:40:57 -08:00
William Fu-Hinthorn 5cbad73b90 Add Web Voyager 2024-02-01 07:40:53 -08:00
Nuno CamposandGitHub bbc8fb9d7c Merge pull request #76 from langchain-ai/erick/readme-link
chore: readme link
2024-01-31 17:01:30 -08:00
Erick Friis f24b7a4080 one more 2024-01-31 16:52:47 -08:00
Erick Friis c5dc3cd633 readme link 2024-01-31 16:50:54 -08:00
Nuno Campos 1f8a51595e 0.0.21 2024-01-31 10:10:22 -08:00
Nuno CamposandGitHub 948c7fe75b Merge pull request #75 from langchain-ai/nc/31jan/rm-double-channelwrite
Remove double channelwrite
2024-01-31 10:08:40 -08:00
Nuno Campos f9c893c739 Remove double channelwrite
- this removes one unnamed run from langsmith trace for each node, and ensures that output is streamed from each node to folks listening to that w stream_events
2024-01-31 10:04:41 -08:00
Harrison ChaseandGitHub 28b1587ffd Merge pull request #62 from langchain-ai/bagatur/optional_conditional_edge_mapping
patch: make conditional_edge_mapping optional
2024-01-30 17:21:38 -08:00
Harrison ChaseandGitHub b8e2fa4861 Merge pull request #72 from al1p/example_fix
Fix missing imports in the multi-agent-collaboration example
2024-01-30 17:20:24 -08:00
Nuno CamposandGitHub 9b2b7d325e Merge pull request #73 from langchain-ai/nc/update-deps
Update deps
2024-01-30 15:48:15 -08:00
Nuno Campos 0ca19a2ed4 Update deps 2024-01-30 15:44:41 -08:00
Harrison ChaseandGitHub 5bb7cadcb6 Merge pull request #65 from rudiheydra/fix-input-function
Update human-in-the-loop notebook with input function fix
2024-01-30 15:17:23 -08:00