Skip to content

Commit

Permalink
fix intro for WREN_IBIS_CONNECTION_INFO
Browse files Browse the repository at this point in the history
  • Loading branch information
cyyeh committed Jul 15, 2024
1 parent c80c4d6 commit 36724ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wren-ai-service/.env.dev.example
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ WREN_UI_ENDPOINT=http://localhost:3000
WREN_IBIS_ENDPOINT=http://localhost:8000
WREN_IBIS_SOURCE=bigquery
WREN_IBIS_MANIFEST= # this is a base64 encoded string of the MDL
WREN_IBIS_CONNECTION_INFO={"project_id": "", "dataset_id": "", "credentials":""}
WREN_IBIS_CONNECTION_INFO= # this is a base64 encode string of the connection info

# evaluation related
DATASET_NAME=book_2
Expand Down

0 comments on commit 36724ff

Please sign in to comment.