Ankush Gola
9cdac632a7
sql agent tutorial
2024-06-12 10:27:42 -07:00
William FH and GitHub
35ee7ade6f
[Docs] Add some missing installs ( #649 )
2024-06-11 22:22:31 -07:00
William FH and GitHub
2e56a8a953
[Doc] Fix image link ( #646 )
2024-06-11 18:18:24 -07:00
William FH and GitHub
4eab1739da
[Docs] Add ruff linting to .ipynb files ( #645 )
2024-06-11 18:02:49 -07:00
Mal Curtis and GitHub
854bf2c295
Fix grammar in map-reduce.ipynb ( #642 )
2024-06-11 16:27:05 -07:00
Vadym Barda and GitHub
0da231231e
Merge pull request #636 from langchain-ai/vb/improve-readme
...
improve README
2024-06-11 16:04:36 -04:00
vbarda
8d41c44e73
remove an extra pregel reference
2024-06-11 15:37:19 -04:00
vbarda
5d84d90706
one more cr
2024-06-11 15:15:00 -04:00
vbarda
42d952ea70
expand compilation
2024-06-11 14:53:45 -04:00
vbarda
b9c783ec8a
more code review
2024-06-11 14:42:18 -04:00
Lance Martin
ca3ed1e322
Update local to ensure running locally
2024-06-11 11:18:40 -07:00
Lance Martin
6e9bdcd7c7
Update Nomic embeddings
2024-06-11 10:45:03 -07:00
William FH and GitHub
6f2316e2d4
Bug Report TEmplate ( #638 )
2024-06-11 10:03:21 -07:00
vbarda
70f9434886
remove contributing section
2024-06-11 09:44:30 -04:00
vbarda
8ebdbbde9c
code review
2024-06-11 09:43:30 -04:00
vbarda
c1fafd51f7
small nits
2024-06-10 14:05:10 -04:00
vbarda
0f3eadc784
update why langgraph section
2024-06-10 14:01:47 -04:00
vbarda
97ed6d19a8
remove duplicate feature
2024-06-10 13:36:55 -04:00
vbarda
6869d4594a
more complex example
2024-06-10 13:34:42 -04:00
vbarda
46d5812b98
small nits
2024-06-10 11:37:57 -04:00
vbarda
8c922c4275
remove unncessary line
2024-06-10 11:33:54 -04:00
vbarda
00ecd0e8a5
improve README
2024-06-10 11:31:45 -04:00
Nuno Campos
6cc375dc6a
0.0.66
2024-06-09 18:45:15 -07:00
Nuno Campos and GitHub
2a2f91eb56
Merge pull request #246 from langchain-ai/wfh/tnt-llm
...
TNT-LLM
2024-06-09 18:39:23 -07:00
Nuno Campos and GitHub
b0c448d3be
Merge pull request #528 from langchain-ai/rlm/code-gen-mistral
...
Langgraph Code Generation Example
2024-06-09 18:38:37 -07:00
Nuno Campos
1c61ec507f
Fix typo
2024-06-09 18:31:39 -07:00
Nuno Campos and GitHub
58d3645783
Merge pull request #625 from sushengloong/remove-obsolete-groups
...
Remove obsolete dependency groups from Dockerfile
2024-06-09 18:29:33 -07:00
Nuno Campos and GitHub
b8f9b5c3a0
Merge pull request #631 from langchain-ai/nc/9jun/reducer-unwrap-special-types
...
In Binop channels unwrap types before trying to instantiate
2024-06-09 18:28:53 -07:00
Nuno Campos
2095edef7a
One more
2024-06-09 18:27:14 -07:00
Nuno Campos
fbd3b63837
Fix import
2024-06-09 18:26:44 -07:00
Nuno Campos
3b4fcf6ee6
In Binop channels unwrap types before trying to instantiate
...
- this makes List/Sequence annotations behave same as list
2024-06-09 16:33:23 -07:00
William FH and GitHub
5799d6ca1c
Accept dead-ends ( #626 )
...
Previously, we validated that nodes explicitly route to END.
This feels a bit unnecessary, since graphs are expected to keep processing until no work is left to be done
Plus fix a small bug in validation.
2024-06-08 00:00:13 -07:00
Sheng-Loong Su
0a013237df
Remove obsolete dependency groups from Dockerfile
2024-06-08 09:15:33 +08:00
Nuno Campos and GitHub
eb8e77c8d5
Merge pull request #624 from langchain-ai/vb/conditional-edges-typing
...
allow path_map keys to be non-strings in add_conditional_edges
2024-06-07 16:09:38 -07:00
vbarda
91653cf2ab
fix ci
2024-06-07 17:45:20 -04:00
vbarda
76e207b643
add unittest
2024-06-07 16:36:48 -04:00
vbarda
92e95c21ab
use hashable
2024-06-07 15:19:06 -04:00
vbarda
f688a8ad31
update path
2024-06-07 14:56:43 -04:00
vbarda
68774a2b0f
allow path_map keys to be non-strings in add_conditional_edges
2024-06-07 14:27:58 -04:00
ba4aa2a875
Bump tornado from 6.4 to 6.4.1 ( #616 )
...
Bumps [tornado](https://github.com/tornadoweb/tornado ) from 6.4 to 6.4.1.
- [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst )
- [Commits](https://github.com/tornadoweb/tornado/compare/v6.4.0...v6.4.1 )
---
updated-dependencies:
- dependency-name: tornado
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-07 11:13:21 -07:00
William FH and GitHub
88f367135e
[Docs] Customer-Support Part 1: Configuration Fix ( #623 )
2024-06-07 11:09:20 -07:00
Nuno Campos
500a1abfeb
0.0.65
2024-06-07 10:06:58 -07:00
Harrison Chase and GitHub
7a164dab09
add how to guide for convo history ( #622 )
...
* add how to guide for convo history
* cr
* cr
2024-06-07 09:41:47 -07:00
Nuno Campos and GitHub
38a5ca1e20
Merge pull request #617 from langchain-ai/nc/6jun/potential-fix-for-update-state-on-triggered-barrier
2024-06-07 09:20:24 -07:00
Nuno Campos
ec0aa273fd
Fix for update_state mistakenly resetting barrier channels
...
- This introduces a new optional method BaseChannel.consume, which gets called when a channel triggers a node
- This is an alternative place to clean up channel state, in addition to the existing pattern of clearing state in the update() call for the next step
- Channels should implement consume() when they want to clean up state exactly if and only if the channel triggered a node
- Channels should clean up state in update() when they instead need to guarantee their value is available for a single step, irrespective of whether it was actually read
2024-06-06 17:53:14 -07:00
9729d3412a
[Docs] Fix Spacing of name ( #614 )
...
Co-authored-by: Christoph Görn <goern@redhat.com >
2024-06-06 13:03:42 -07:00
Eugene Yurtsev and GitHub
4a825f61a5
x ( #613 )
2024-06-06 12:21:56 -04:00
Eugene Yurtsev and GitHub
85c0103ebb
docs: another attempt to fix nav bar ( #612 )
2024-06-06 12:08:39 -04:00
Eugene Yurtsev and GitHub
d73642145d
docs: fix navigation for passing run time values to tools
2024-06-06 11:52:13 -04:00
Eugene Yurtsev and GitHub
ca178cdcf0
docs: Add example that shows how to pass run time values to tools ( #610 )
...
Adds a notebook that shows how to bind run time values to tools (e.g., user ID) and make them inaccessible to the LLM!
2024-06-06 11:42:13 -04:00