aboutsummaryrefslogtreecommitdiff
path: root/packages/memory-graph/src/hooks
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-212-47/+21
* | 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-202-12/+38
* | updated rendering to hybrid: continuous when simulation active, change-based ...Vidya Rupak2025-12-202-68/+232
* | bugfix: after memory is moved, when doc is dragged the moved memory stays sti...Vidya Rupak2025-12-202-5/+54
|/
* add spaces selector with search (#600)update-memory-graphnexxeln2025-12-022-342/+355
* runtime styles injection + let user proxy requests for data in graph package ...proxy-graph-requestsnexxeln2025-11-221-113/+0
* package the graph (#563)shoubhit/eng-358-packaging-graph-componentnexxeln2025-11-194-0/+1004