Skip to content

Commit

Permalink
fix setup instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
cyyeh committed Jul 6, 2024
1 parent 1cec17f commit 275903f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 14 deletions.
3 changes: 0 additions & 3 deletions wren-ai-service/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ prepare-wren-engine:
mkdir -p tools/dev/etc/mdl
echo "{\"catalog\": \"test_catalog\", \"schema\": \"test_schema\", \"models\": []}" \\
> tools/dev/etc/mdl/sample.json

psql:
docker exec -it wren-engine-1 bash launch-cli.sh
## wren-engine related ##


Expand Down
10 changes: 2 additions & 8 deletions wren-ai-service/tools/dev/config.properties.example
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
node.environment=production
pg-wire-protocol.auth.file=
pg-wire-protocol.enabled=true
wren.directory=/usr/src/app/etc/mdl
wren.experimental-enable-dynamic-fields=false
wren.datasource.type=bigquery
bigquery.project-id=wrenai
bigquery.credentials-key=
bigquery.location=asia-east1
bigquery.bucket-name=
wren.experimental-enable-dynamic-fields=true
wren.datasource.type=duckdb
duckdb.storage.access-key=
duckdb.storage.secret-key=
1 change: 0 additions & 1 deletion wren-ai-service/tools/dev/docker-compose-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ services:
- ${WREN_ENGINE_PORT}:${WREN_ENGINE_PORT}
volumes:
- ./etc:/usr/src/app/etc
- ${LAUNCH_CLI_PATH}:/usr/src/app/launch-cli.sh
networks:
- wren

Expand Down
2 changes: 0 additions & 2 deletions wren-ai-service/tools/dev/launch-cli.sh

This file was deleted.

0 comments on commit 275903f

Please sign in to comment.