Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions apps/docs/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,19 @@
"ai-sdk/infinite-chat",
"ai-sdk/npm"
]
},
{
"group": "Memory Graph",
"icon": "network",
"pages": [
"memory-graph/overview",
"memory-graph/installation",
"memory-graph/quick-start",
"memory-graph/api-reference",
"memory-graph/examples",
"memory-graph/troubleshooting",
"memory-graph/npm"
]
}
]
}
Expand Down
4 changes: 4 additions & 0 deletions apps/docs/memory-api/sdks/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ title: "Overview"
Use supermemory with the python and javascript OpenAI SDKs
</Card>

<Card title="Memory Graph" icon="network" href="/memory-graph/overview">
Interactive canvas-based component to visualize your knowledge graph
</Card>

<Card title="Request more plugins" icon="life-buoy" href="mailto:[email protected]">
We will add support for your favorite SDKs asap.
</Card>
Expand Down
Loading