We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5152f29 + 35af8f6 commit 02abdccCopy full SHA for 02abdcc
docker/requirements.txt
@@ -55,6 +55,7 @@ MarkupSafe==3.0.3
55
mcp==1.21.1
56
mdurl==0.1.2
57
more-itertools==10.8.0
58
+neo4j==5.28.1
59
numpy==2.3.4
60
ollama==0.4.9
61
openai==1.109.1
src/memos/api/server_api.py
@@ -13,8 +13,8 @@
13
logger = logging.getLogger(__name__)
14
15
app = FastAPI(
16
- title="MemOS Product REST APIs",
17
- description="A REST API for managing multiple users with MemOS Product.",
+ title="MemOS Server REST APIs",
+ description="A REST API for managing multiple users with MemOS Server.",
18
version="1.0.1",
19
)
20
0 commit comments