Nir Gazit
f307ca094b
fix(memory): allow internal chains to use memory ( #6769 )
...
Fixed #6768 .
This is a workaround only. I think a better longer-term solution is for
chains to declare how many input variables they *actually* need (as
opposed to ones that are in the prompt, where some may be satisfied by
the memory). Then, a wrapping chain can check the input match against
the actual input variables.
@hwchase17
2023-07-13 02:47:44 -04:00
Ankush Gola
d3ec00b566
Callbacks Refactor [base] ( #3256 )
...
Co-authored-by: Nuno Campos <nuno@boringbits.io >
Co-authored-by: Davis Chase <130488702+dev2049@users.noreply.github.com >
Co-authored-by: Zander Chase <130414180+vowelparrot@users.noreply.github.com >
Co-authored-by: Harrison Chase <hw.chase.17@gmail.com >
2023-04-30 11:14:09 -07:00
leo-gan
fd69cc7e42
Removed duplicate BaseModel dependencies ( #2471 )
...
Removed duplicate BaseModel dependencies in class inheritances.
Also, sorted imports by `isort`.
2023-04-06 12:45:16 -07:00
Harrison Chase
e2c26909f2
Harrison/memory check ( #2119 )
...
Co-authored-by: JIAQIA <jqq1716@gmail.com >
2023-03-28 15:40:36 -07:00
Harrison Chase
7bec461782
Harrison/memory refactor ( #1478 )
...
moves memory to own module, factors out common stuff
2023-03-07 07:59:37 -08:00
Harrison Chase
63a5614d23
Harrison/simple memory ( #1435 )
...
Co-authored-by: Tim Asp <707699+timothyasp@users.noreply.github.com >
2023-03-04 08:15:52 -08:00
Xupeng (Tony) Tong
bb4bf9d6d0
chore: minor clean up / formatting ( #233 )
...
to get familiarize with the project
2022-12-01 10:50:36 -08:00
Harrison Chase
4a4dfbfbed
Harrison/sequential chains ( #168 )
...
add support for basic sequential chains
2022-11-21 13:08:53 -08:00