nowledge-mem icon indicating copy to clipboard operation
nowledge-mem copied to clipboard

How to remove isolated nodes within the graph

Open ZinkLu opened this issue 2 months ago • 2 comments

I imported some Threads, and knowledge-mem successfully extracted memories and graphs.

However, after I deleted all these Threads and memories, there are still some isolated nodes remaining in the graph. I would like to know how to solve this problem?

Image

Can we have a function to manually edit nodes? Or a function to clear the graph at one click? However, manually clearing the graph might be very dangerous.

ZinkLu avatar Oct 30 '25 09:10 ZinkLu

OK, I temporarily solved this problem by deleting the local database with the following command

rm ~/Library/Application\ Support/NowledgeGraph/nowledge_graph.db

ZinkLu avatar Oct 31 '25 14:10 ZinkLu

Will

  • [ ] Fix the dangling nodes during deletion
  • [ ] Add orphan nodes cleanup feature!

wey-gu avatar Nov 01 '25 11:11 wey-gu