You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
50
54
51
55
@@ -131,7 +135,18 @@ Memobase is building with FastAPI, Postgres and Redis, supporting request cachin
131
135
132
136
## Get Started
133
137
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)
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
137
152
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
146
161
147
162
> [!TIP]
148
163
>
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).
150
167
>
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)
152
169
153
170
### 1. Make sure you're connected
154
171
@@ -262,6 +279,7 @@ Checkout the detail params [here](https://docs.memobase.io/api-reference/prompt/
262
279
- 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.
263
280
- 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.
264
281
- 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)
0 commit comments