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

Feature: Langchain Memory #194

Open
NicoSzela opened this issue Jul 11, 2023 · 0 comments
Open

Feature: Langchain Memory #194

NicoSzela opened this issue Jul 11, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@NicoSzela
Copy link

Hey there,

Great job on this library, it's been really useful for my needs. However, I've hit a use case that would need langchain memory, which is not implemented (yet?).

My application needs to translate user input into search parameters for database filtering. But, because the translation can sometimes be inaccurate, I'd like to give users the ability to manually edit these search parameters as they wish. This could be done either within the app's UI and/or directly using natural language in a chat box. Basically, users should be able to tweak the output (the list of search parameters) until they're satisfied with it, which requires langchain memory.

I think this could be a really cool feature that would broaden the possible applications of the library.

What do you think?

Thanks!

@NicoSzela NicoSzela changed the title Feature: Memory Management Feature: Langchain Memory Jul 12, 2023
@eyurtsev eyurtsev added the enhancement New feature or request label Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants