From c83107b00500e0448f1dc7533203db2231c46175 Mon Sep 17 00:00:00 2001 From: Hao <120852460@qq.com> Date: Tue, 13 Jan 2026 16:55:14 +0800 Subject: [PATCH] docs: fix server start cmd --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f19b97cc1..bf89fe1e4 100644 --- a/README.md +++ b/README.md @@ -192,6 +192,7 @@ print(f"result: {res}") - Launch via the uvicorn command line interface (CLI) ###### Tips: Please ensure that Neo4j and Qdrant are running before executing the following command. ```bash + cd src uvicorn memos.api.server_api:app --host 0.0.0.0 --port 8001 --workers 1 ``` ##### For detailed integration steps, see the [`CLI Reference`](https://docs.openmem.net/open_source/getting_started/rest_api_server/#method-3client-install-with-CLI).