diff options
| author | Shoubhit Dash <[email protected]> | 2025-11-25 20:18:26 +0530 |
|---|---|---|
| committer | Shoubhit Dash <[email protected]> | 2025-11-25 20:18:26 +0530 |
| commit | 1e6954434b4690c62e7094b70c7c491a8371b268 (patch) | |
| tree | 2eb87c8dc82a9b479b64ffdc200c72a0b066609a /packages | |
| parent | feat (docs): web crawler connector (#593) (diff) | |
| download | supermemory-graph-package-docs.tar.xz supermemory-graph-package-docs.zip | |
add docs for memory graphgraph-package-docs
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/memory-graph/README.md | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/packages/memory-graph/README.md b/packages/memory-graph/README.md index 049613bb..c646e22f 100644 --- a/packages/memory-graph/README.md +++ b/packages/memory-graph/README.md @@ -5,9 +5,15 @@ [](https://www.npmjs.com/package/@supermemory/memory-graph) [](https://opensource.org/licenses/MIT) +## Documentation + +📚 **[View full documentation](https://supermemory.ai/docs/memory-graph/overview)** + +Comprehensive guides, API reference, and examples available in the official docs. + ## Features -- **WebGL-powered rendering** - Smooth performance with hundreds of nodes +- **High-performance canvas rendering** - Smooth performance with hundreds of nodes using LOD optimization and viewport culling - **Interactive exploration** - Pan, zoom, drag nodes, and explore connections - **Semantic connections** - Visualizes relationships based on content similarity - **Responsive design** - Works seamlessly on mobile and desktop @@ -220,12 +226,12 @@ The `variant` prop controls the visual layout and initial viewport settings: - Chrome/Edge (latest) - Firefox (latest) - Safari (latest) -- Mobile browsers with WebGL support +- Mobile browsers with Canvas support ## Requirements - React 18+ -- Modern browser with WebGL support +- Modern browser with Canvas 2D support ## Development @@ -249,4 +255,5 @@ MIT ## Support +- Documentation: [docs.supermemory.ai/memory-graph](https://docs.supermemory.ai/memory-graph/overview) - Issues: [GitHub Issues](https://github.com/supermemoryai/supermemory/issues) |