diff --git a/docs/pages/index.mdx b/docs/pages/index.mdx index 039cbfb7..bf109560 100644 --- a/docs/pages/index.mdx +++ b/docs/pages/index.mdx @@ -146,9 +146,9 @@ or manual setup: Please follow the [instruction](https://redis.io/docs/stack/get-started/install/docker/) to start a redis-stack server or use an existing server. If you want to use the existing data in Sotopia, you can download the `dump.rdb` file from [here](https://cmu.box.com/shared/static/xiivc5z8rnmi1zr6vmk1ohxslylvynur). Feel free to check more datasets related to Sotopia [here](https://huggingface.co/collections/cmu-lti/sotopia-65f312c1bd04a8c4a9225e5b). - After downloading the `dump.rdb` file, make a `redis-data` folder in an desired {your_path} directory. And then you can start the server with the following command: + After downloading the `dump.rdb` file, make a `redis-data` folder in an desired `` directory. And then you can start the server with the following command: ```bash - docker run -d --name redis-stack -p 6379:6379 -p 8001:8001 -v {your_path}/redis-data:/data/ redis/redis-stack:latest + docker run -d --name redis-stack -p 6379:6379 -p 8001:8001 -v /redis-data:/data/ redis/redis-stack:latest ``` The `REDIS_OM_URL` need to be set before loading and saving agents: