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

How do I delete a namespace in long-term memory? #3917

Open
4 tasks done
Saisiva123 opened this issue Mar 19, 2025 · 3 comments
Open
4 tasks done

How do I delete a namespace in long-term memory? #3917

Saisiva123 opened this issue Mar 19, 2025 · 3 comments

Comments

@Saisiva123
Copy link

Checked other resources

  • This is a bug, not a usage question. For questions, please use GitHub Discussions.
  • I added a clear and detailed title that summarizes the issue.
  • I read what a minimal reproducible example is (https://stackoverflow.com/help/minimal-reproducible-example).
  • I included a self-contained, minimal example that demonstrates the issue INCLUDING all the relevant imports. The code run AS IS to reproduce the issue.

Example Code

No code Required.

Error Message and Stack Trace (if applicable)

Description

I've implemented store to save the long term memory and I'm running langgraph server locally.

In my langgraph studio, under the memory I could see all the namespaces I've created and if I want to delete a namespace there is no option for me to.

I think that data is getting store in memory right? I dont know how to remove them, I see there is an option to remove the keys and values, but I want to delete the namespace. Because all the unnecessary namespaces that I've used for different projects are still left there and I want to delete them and the files inside them.

System Info

using latest versions

@hinthornw
Copy link
Contributor

To delete a namespace, you delete all the items in that namespace right now

@hinthornw hinthornw changed the title No Option to delete namesapces in the memory How do I delete a namespace in long-term memory? Mar 19, 2025
@Saisiva123
Copy link
Author

Saisiva123 commented Mar 20, 2025

  1. Image

@hinthornw I deleted all the items in that namespace but still the namespace persist

  1. Image

@hinthornw Also while deleting few key that integer values its not getting deleted.

@hinthornw
Copy link
Contributor

What are you showing there? I

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

No branches or pull requests

2 participants