Commit graph

1329 commits

Author SHA1 Message Date
Dhravya Shah
c2a5cce02c fix: show all memory relations 2025-12-23 15:42:57 -08:00
Vidya Rupak
2f4bcca445 added a zero check before calculating maxDps, removed height and width from canvas jsx element (dimension conflict) 2025-12-23 15:18:04 -07:00
Vidya Rupak
0c6803754a fix canvas dimension exceed by clamping the canvas size to safe limits 2025-12-23 14:45:22 -07:00
Vidya Rupak
2843e0cf4e updated the package.json to fix the circular dependencies issue. also updated the Changelog.md file to include dependency installation 2025-12-23 13:59:48 -07:00
Vidya Rupak
6db8deb09b Merge upstream changes from supermemoryai/supermemory 2025-12-23 13:37:07 -07:00
Vidya Rupak
3b504e1c9f fix merge conflicts 2025-12-23 02:33:30 -07:00
Vidya Rupak
2a1b1b96c9 add memory limiting and performance optimizations. reduced k-nn limit to 10. 2025-12-23 02:28:45 -07:00
Vidya Rupak
fdfc9f564d
Merge pull request #2 from vrupak/experiment/graph-ui-improvements
Experiment/graph UI improvements
2025-12-23 01:04:18 -07:00
Vidya Rupak
4a356345ae updated changelog.md to include recent changes 2025-12-23 00:07:48 -07:00
Vidya Rupak
66d8a5baf2 add memory limiting and performance optimizations. reduced k-nn limit to 10. 2025-12-22 21:34:24 -07:00
Vidya Rupak
47a1bc764e
Merge pull request #1 from vrupak/experiment/graph-ui-improvements
Experiment/graph UI improvements
2025-12-22 18:07:44 -07:00
Vidya Rupak
263d6e57cf updated changelog.md to be more concise 2025-12-22 18:05:50 -07:00
Vidya Rupak
b86785d5c8 bugfix: physics persisted sometimes after slideshow ends. now explicitly stopping physics after slideshow ends 2025-12-22 17:24:49 -07:00
Vidya Rupak
ccef366625 slideshow now stops when user clicks outside the popover 2025-12-22 15:26:36 -07:00
Vidya Rupak
b645d18342 added logic to clear old timeout before creating new one (prevents accumulation when nodes are selected rapidly, ex. slideshow) 2025-12-22 15:18:56 -07:00
Vidya Rupak
97599c42ef added slideshow mode to automatically cycle through nodes with smooth animations and physics 2025-12-22 15:15:06 -07:00
Vidya Rupak
acc9181d77 made dimming animation to last 1.5seconds. also updated popover positioning logic to appear besides the node with a clear 20px gap 2025-12-22 14:38:25 -07:00
Vidya Rupak
ac8fad9038 added dimming to bg when popover is open. 2025-12-22 14:02:10 -07:00
Dhravya Shah
821d3049cd fix: deduplicate memories after returned to save tokens 2025-12-22 11:09:50 -08:00
Vidya Rupak
696f5bbffa updated changelog and refactored popover logic to eliminate unnecessary calculations during smooth pan/zoom animations 2025-12-21 21:40:35 -07:00
Vidya Rupak
ad51532eba added popover cards for doc and memory to open next to the selected node. 2025-12-21 19:22:58 -07:00
Vidya Rupak
72df14c7f7 added doc type icon to graph nodes for supported file formats. also updated doc hover effect to surround the node instead of overlapping it. 2025-12-21 18:25:42 -07:00
Vidya Rupak
ef59792f7b updated the hexagon icons in legend to be uniform along with their border 2025-12-21 15:11:00 -07:00
Vidya Rupak
278dda3132 updated memory-graph legend colors 2025-12-21 14:03:58 -07:00
Vidya Rupak
2f60729a3e updated changelog.md to include recent changes 2025-12-21 13:36:58 -07:00
Vidya Rupak
c07cdf5359 refactor: replaced concentric ring layout with physics driven approach. 2025-12-21 13:33:50 -07:00
Vidya Rupak
7967f507c7 updated color scheme for better visual clarity 2025-12-21 13:14:26 -07:00
MaheshtheDev
fae0afa7da chore: fix tsdown defaults in withsupermemory package (#623) 2025-12-21 19:49:49 +00:00
Vidya Rupak
404c3823cc fix: made changes in the wrong directory, reverted and updated in the right one for bugfix (edge culling) 2025-12-21 12:25:35 -07:00
Vidya Rupak
3823b3cf0f optimized doc similarity calculation by using k-NN algo (each doc compares with k=15 neighbors) 2025-12-20 23:39:50 -07:00
Vidya Rupak
db7fa8798d updated changelog to include minor performance fix. 2025-12-20 18:44:46 -07:00
Vidya Rupak
e1116726c0 performance fix: limited doc similarity check to 50 docs for now, memory leak fix (cleanup deleted nodes), and updating node/edge at the same time instead of one after another. 2025-12-20 17:37:46 -07:00
Vidya Rupak
db0f74110a updated rendering to hybrid: continuous when simulation active, change-based when idle 2025-12-20 17:01:12 -07:00
Vidya Rupak
b7a20093bf added a changelog.md doc 2025-12-20 12:39:14 -07:00
Vidya Rupak
d1d936ef29 bugfix: after memory is moved, when doc is dragged the moved memory stays still instead of following the doc. 2025-12-20 11:00:49 -07:00
MaheshtheDev
b8e98c7dba add(docs): migration guide from zep to supermemory (#612)
Some checks failed
Publish AI SDK / publish (push) Has been cancelled
add docs for Migration Guide from zep to supermemory
2025-12-20 00:47:52 +00:00
Dhravya
81e192e616 Support for conversations in SDKs (#618) 2025-12-20 00:46:13 +00:00
Mahesh Sanikommu
1dd602c52b
feat(docs): v4 hybrid search parameter and examples (#621) 2025-12-18 17:52:20 -08:00
Dhravya Shah
ff35a6bffc fix: change support email to the one on slack 2025-12-18 17:50:37 -08:00
Dhravya Shah
27f69e451f fix: memory graph not visible with just docs 2025-12-17 20:24:57 -08:00
nexxeln
c42248ff35 add the addMemory option docs (#616) 2025-12-14 01:19:52 +00:00
MaheshtheDev
f7fcb40a8c fix: another react vulnerability (#615) 2025-12-11 21:51:27 +00:00
Aman pandit
08267ffa21
fix: resolve UI accessibility, hydration, and semantic HTML issues (#520)
Co-authored-by: Mahesh Sanikommu <mahesh.svmr@gmail.com>
2025-12-07 21:31:30 -08:00
MaheshtheDev
1028c33e58 add(docs): connections configure, fetch resources (#611) 2025-12-07 19:02:52 +00:00
MaheshtheDev
89d056e6ba Update X social links from supermemoryai to supermemory (#607)
we recently got new x/twitter handle and update the references for the links
2025-12-07 03:44:11 +00:00
MaheshtheDev
b2ecad12b8 chore: update cursor one click mcp installation (#608)
updated the cursor one click installation with new deeplink
2025-12-07 03:42:25 +00:00
Dhravya Shah
7915319a48 Merge branch 'main' of https://github.com/supermemoryai/supermemory 2025-12-06 17:48:16 -08:00
Dhravya Shah
ec538e2608 chore: bump package versions 2025-12-06 17:48:11 -08:00
Mahesh Sanikommu
41d24a4a1c
fix ui issues and package issue (#610) 2025-12-06 17:23:42 -08:00
Arnab Mondal
f9d304ec3e
feat(tools): allow passing apiKey via options for browser support (#599)
Co-authored-by: Mahesh Sanikommmu <mahesh.svmr@gmail.com>
2025-12-05 00:34:44 +05:30