Tim Connors
e081c62aac
Fixed k=0 bug on ConversationBufferWindowMemory ( #2796 )
...
Updated the "load_memory_variables" function of the
ConversationBufferWindowMemory to support a window size of 0 (k=0).
Previous behavior would return the full memory instead of an empty
array.
2023-04-12 17:05:54 -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
276940fd9b
Harrison/official method ( #1728 )
...
Co-authored-by: Aratako <127325395+Aratako@users.noreply.github.com >
2023-03-16 23:20:08 -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