Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix conversational memory #20

Merged
merged 4 commits into from
Nov 22, 2023
Merged

Fix conversational memory #20

merged 4 commits into from
Nov 22, 2023

Conversation

lfoppiano
Copy link
Owner

The conversational memory was not working at all.

The Langchain implementation requires certain changes that weren't possbile at the moment.

I've re-implemented it so that the memory is used as supplier for the context.
In future we could make more selective selection of the memory:

See example, before the third question I clear the memory:
image

@lfoppiano lfoppiano merged commit e7425e5 into main Nov 22, 2023
@lfoppiano lfoppiano deleted the fix-conversational-memory branch November 22, 2023 06:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant