aboutsummaryrefslogtreecommitdiff
path: root/packages/memory-graph/src/hooks/use-graph-data.ts
Commit message (Expand)AuthorAgeFilesLines
* fix: show all memory relationsvrupak/mainDhravya Shah2025-12-231-46/+78
* Merge upstream changes from supermemoryai/supermemoryVidya Rupak2025-12-231-1/+0
|\
| * fix: memory graph not visible with just docsDhravya Shah2025-12-171-1/+0
* | add memory limiting and performance optimizations. reduced k-nn limit to 10.Vidya Rupak2025-12-231-8/+103
* | refactor: replaced concentric ring layout with physics driven approach.Vidya Rupak2025-12-211-44/+16
* | optimized doc similarity calculation by using k-NN algo (each doc compares wi...Vidya Rupak2025-12-201-40/+61
* | performance fix: limited doc similarity check to 50 docs for now, memory leak...Vidya Rupak2025-12-201-5/+30
* | updated rendering to hybrid: continuous when simulation active, change-based ...Vidya Rupak2025-12-201-68/+55
* | bugfix: after memory is moved, when doc is dragged the moved memory stays sti...Vidya Rupak2025-12-201-3/+22
|/
* add spaces selector with search (#600)update-memory-graphnexxeln2025-12-021-109/+122
* package the graph (#563)shoubhit/eng-358-packaging-graph-componentnexxeln2025-11-191-0/+308