Skip to content

Commit

Permalink
docs: update dead links in docker/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vil02 committed Oct 18, 2024
1 parent 8e21264 commit 01378f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Service
* `wren-engine`: the engine service. check out example here: [wren-engine
/example](https://github.com/Canner/wren-engine/tree/main/example)
* `wren-ai-service`: the AI service. check out example here: [wren-ai-service docker-compose example](https://github.com/Canner/WrenAI/blob/main/wren-ai-service/docker/docker-compose.yaml)
* `wren-ai-service`: the AI service. check out example here: [wren-ai-service docker-compose example](https://github.com/Canner/WrenAI/blob/main/docker/docker-compose.yaml)
* `qdrant`: the vector store ai service is using.
* `wren-ui`: the UI service.
* `bootstrap`: put required files to volume for engine service.
Expand All @@ -16,7 +16,7 @@ Path structure as following:
* `config.properties`

## Network
* Check out [Network drivers overview](https://docs.docker.com/network/drivers/) to learn more about `bridge` network driver.
* Check out [Network drivers overview](https://docs.docker.com/engine/network/drivers/) to learn more about `bridge` network driver.

## How to start with OpenAI
1. copy `.env.example` to `.env.local` and modify the OpenAI API key.
Expand Down

0 comments on commit 01378f4

Please sign in to comment.