Skip to content

Commit 49b5dcd

Browse files
committed
docs: add playground
1 parent 243d1ce commit 49b5dcd

File tree

1 file changed

+25
-7
lines changed

1 file changed

+25
-7
lines changed

readme.md

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,16 @@
1818
<a href="https://pkg.go.dev/github.com/memodb-io/memobase/src/client/memobase-go">
1919
<img src="https://img.shields.io/badge/go-reference-blue?logo=go&logoColor=fff&style=flat&labelColor=2C2C2C&color=28CF8D" />
2020
</a>
21-
<a href="https://github.com/orgs/memodb-io/packages?repo_name=memobase">
22-
<img src="https://img.shields.io/github/v/tag/memodb-io/memobase">
21+
<a href="./src/mcp">
22+
<img src="https://img.shields.io/badge/MCP-Memobase-green">
2323
</a>
24-
<a href="https://github.com/memodb-io/memobase/actions/workflows/publish.yaml">
24+
</p>
25+
<p>
26+
<a href="https://github.com/memodb-io/memobase/actions/workflows/publish.yaml">
2527
<img src="https://github.com/memodb-io/memobase/actions/workflows/publish.yaml/badge.svg">
28+
</a>
29+
<a href="https://github.com/orgs/memodb-io/packages?repo_name=memobase">
30+
<img src="https://img.shields.io/github/v/tag/memodb-io/memobase">
2631
</a>
2732
</p>
2833
<p>
@@ -45,7 +50,6 @@
4550

4651

4752

48-
4953
Memobase is a **user profile-based memory system** designed to bring long-term user memory to your Generative AI (GenAI) applications. Whether you're building virtual companions, educational tools, or personalized assistants, Memobase empowers your AI to **remember**, **understand**, and **evolve** with your users.
5054

5155

@@ -131,7 +135,18 @@ Memobase is building with FastAPI, Postgres and Redis, supporting request cachin
131135

132136
## Get Started
133137

134-
> Try our [playground](https://app.memobase.io/playground) to see the memories in action
138+
> [!NOTE]
139+
>
140+
> Try [Memobase-Playground](https://github.com/memodb-io/memobase-playground), an open-source, full-stack template AI Chatbot with long-term memory. [live-demo](https://app.memobase.io/playground)
141+
142+
<div align="center">
143+
<a href="https://app.memobase.io/playground">
144+
<img style="border-radius: 12px; width: 512px;" src="https://github.com/user-attachments/assets/f9431519-4693-43df-aaaa-560d8f531de7">
145+
</a>
146+
<p>Memobase Playground</p>
147+
</div>
148+
149+
135150

136151
1. [Start your Memobase server locally](./src/server/readme.md). If you don't want to be bothered, Memobase Cloud provides [a free tier](https://www.memobase.io/en/login) enough for your testing
137152
2. You should have the below two things to continue:
@@ -146,9 +161,11 @@ Memobase is building with FastAPI, Postgres and Redis, supporting request cachin
146161

147162
> [!TIP]
148163
>
149-
> You can just run this equivalent [quickstart script](./assets/quickstart.py)
164+
> - You can just run this equivalent [quickstart script](./assets/quickstart.py)
165+
>
166+
> - Or you can keep things super easy by using [OpenAI SDK with Memobase.](https://docs.memobase.io/practices/openai), [Ollama with Memobase](./assets/tutorials/ollama+memobase).
150167
>
151-
> Or you can keep things super easy by using [OpenAI SDK with Memobase.](https://docs.memobase.io/practices/openai), [Ollama with Memobase](./assets/tutorials/ollama+memobase)
168+
> - Looking for [MCP](https://github.com/modelcontextprotocol)? Memobase-MCP is also [available](./src/mcp)
152169
153170
### 1. Make sure you're connected
154171

@@ -262,6 +279,7 @@ Checkout the detail params [here](https://docs.memobase.io/api-reference/prompt/
262279
- You may want to explore the [customization](https://docs.memobase.io/features/profile/profile) of Memobase to make sure the system works as your expectation.
263280
- If you want to test Memobase on your own data, we offer a [script](./docs/experiments/chat_sessions) that allows you to set multiple chat sessions and see how the memory grows.
264281
- See our [integrations](https://docs.memobase.io/templates/livekit) to find anything may help you.
282+
- Check [Memobase-Playground](https://github.com/memodb-io/memobase-playground), an open-source, full-stack template AI Chatbot with long-term memory. [live-demo](https://app.memobase.io/playground)
265283

266284

267285

0 commit comments

Comments
 (0)