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
Copy file name to clipboardExpand all lines: README.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
-
# Java Mem0
1
+
# Mem4j
2
2
3
3
<palign="center">
4
-
<imgsrc="docs/images/banner-sm.png"width="800px"alt="Java Mem0 - The Memory Layer for Personalized AI">
4
+
<imgsrc="docs/images/banner-sm.png"width="800px"alt="Mem4j - The Memory Layer for Personalized AI">
5
5
</p>
6
6
7
7
<palign="center">
@@ -10,7 +10,7 @@
10
10
11
11
## Introduction
12
12
13
-
Java Mem0 is a Java implementation of the Mem0 memory system, providing intelligent memory layer capabilities for AI assistants and agents. It enables personalized AI interactions by remembering user preferences, adapting to individual needs, and continuously learning over time.
13
+
Mem4j is a Java implementation of the Mem0 memory system, providing intelligent memory layer capabilities for AI assistants and agents. It enables personalized AI interactions by remembering user preferences, adapting to individual needs, and continuously learning over time.
14
14
15
15
### Key Features
16
16
@@ -34,8 +34,8 @@ Java Mem0 is a Java implementation of the Mem0 memory system, providing intellig
@@ -340,7 +340,7 @@ mvn jacoco:prepare-agent test jacoco:report
340
340
341
341
## DashScope Integration
342
342
343
-
Java Mem0 now supports **DashScope** (通义千问) as a primary LLM and embedding provider, offering excellent Chinese language support and optimized performance for the Asia-Pacific region.
343
+
Mem4j now supports **DashScope** (通义千问) as a primary LLM and embedding provider, offering excellent Chinese language support and optimized performance for the Asia-Pacific region.
344
344
345
345
### Quick Setup
346
346
@@ -357,7 +357,7 @@ Java Mem0 now supports **DashScope** (通义千问) as a primary LLM and embeddi
Copy file name to clipboardExpand all lines: docs/API.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
# Java Mem0 API Documentation
1
+
# Mem4j API Documentation
2
2
3
3
## Overview
4
4
5
-
Java Mem0 provides a REST API for managing AI memory operations. The API is built on Spring Boot and provides endpoints for adding, searching, updating, and deleting memories.
5
+
Mem4j provides a REST API for managing AI memory operations. The API is built on Spring Boot and provides endpoints for adding, searching, updating, and deleting memories.
6
6
7
7
## Base URL
8
8
@@ -360,7 +360,7 @@ The application exposes health check endpoints:
360
360
The API behavior can be configured through application properties:
0 commit comments