diff --git a/readme.md b/readme.md index 867fc0d..7e8a3df 100644 --- a/readme.md +++ b/readme.md @@ -265,7 +265,7 @@ git clone https://github.com/tjmlabs/ColiVara 2. Create a .env.dev file in the root directory with the following variables: ``` -EMBEDDINGS_URL="the serverless embeddings service url" # for local setup use http://localhost:8000/runsync/ +EMBEDDINGS_URL="the serverless embeddings service url" # for local setup use http://host.docker.internal:8000/runsync EMBEDDINGS_URL_TOKEN="the serverless embeddings service token" # for local setup use any string will do. AWS_S3_ACCESS_KEY_ID="an S3 or compatible storage access key" AWS_S3_SECRET_ACCESS_KEY="an S3 or compatible storage secret key"