Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
incorrect reference to compose file; Changed to "docker_compose_embedding.yaml"
  • Loading branch information
sachop0974 authored May 22, 2024
1 parent 7d823cf commit 8df0a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comps/embeddings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ docker run -d --name="embedding-tei-server" -p 6000:6000 --ipc=host -e http_prox

```bash
cd docker
docker compose -f docker_compose.yaml up -d
docker compose -f docker_compose_embedding.yaml up -d
```

# 🚀Consume Embedding Service
Expand Down

0 comments on commit 8df0a9e

Please sign in to comment.