Skip to content

Commit 02abdcc

Browse files
authored
Merge branch 'main' into main_zhq_readme
2 parents 5152f29 + 35af8f6 commit 02abdcc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docker/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ MarkupSafe==3.0.3
5555
mcp==1.21.1
5656
mdurl==0.1.2
5757
more-itertools==10.8.0
58+
neo4j==5.28.1
5859
numpy==2.3.4
5960
ollama==0.4.9
6061
openai==1.109.1

src/memos/api/server_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
logger = logging.getLogger(__name__)
1414

1515
app = FastAPI(
16-
title="MemOS Product REST APIs",
17-
description="A REST API for managing multiple users with MemOS Product.",
16+
title="MemOS Server REST APIs",
17+
description="A REST API for managing multiple users with MemOS Server.",
1818
version="1.0.1",
1919
)
2020

0 commit comments

Comments
 (0)