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).