Commit graph

37 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
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
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
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
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
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
1b9b3012e3 add docs for graph package (#603) 2025-12-04 18:56:40 +00:00
nexxeln
dfb0c05ab3 add spaces selector with search (#600)
relevant files to review:
\- memory-graph.tsx
\- spaces-dropdown.tsx
\- spaces-dropdown.css.ts
2025-12-02 18:37:24 +00:00
nexxeln
895f37ac89 runtime styles injection + let user proxy requests for data in graph package + new playground (#588) 2025-11-22 07:04:05 +00:00
nexxeln
5e24eb66c3 package the graph (#563)
includes:

- a package that contains a MemoryGraph component which handles fetching data and rendering the graph
- a playground to test the package

problems:

- the bundle size is huge
- the styles are kinda broken? we are using [https://www.npmjs.com/package/vite-plugin-libgi-inject-css](https://www.npmjs.com/package/vite-plugin-lib-inject-css) to inject the styles

![image.png](https://app.graphite.com/user-attachments/assets/cb1822c5-850a-45a2-9bfa-72b73436659f.png)
2025-11-19 18:57:56 +00:00