Skip to content

Commit

Permalink
fixup! Chore/docker compose update (#69) (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredalai authored Apr 8, 2024
1 parent e5e0eb9 commit eb8c2cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions wren-ai-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
- go to the `demo` folder and run `poetry install` to install the dependencies
- start the docker service
- in the `demo` folder, run `make prepare` in one terminal, and `make run` in another terminal to start the demo and go to `http://localhost:8501` to see the demo
- `make prepare` will run three other services: qdrant, wren-engine, and wren-ai-service
- qdrant: ports should be 6333, 6334
- wren-engine: ports should be 8080, 7342
- wren-ai-service: port should be 5000
- `make prepare` will run three other services: qdrant, wren-engine, and wren-ai-service
- qdrant: ports should be 6333, 6334
- wren-engine: ports should be 8080, 7342
- wren-ai-service: port should be 5555
2 changes: 1 addition & 1 deletion wren-ui/src/apollo/server/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const defaultConfig = {
wrenEngineEndpoint: 'http://localhost:8080',

// wren AI
wrenAIEndpoint: 'http://localhost:5000',
wrenAIEndpoint: 'http://localhost:5555',

// encryption
encryptionPassword: 'sementic',
Expand Down

0 comments on commit eb8c2cb

Please sign in to comment.