Skip to content

Commit

Permalink
Feature/ai service/improve pipelines (#159)
Browse files Browse the repository at this point in the history
* fix command

* pretty print original mdl json

* reformat sample dataset

* add macro example

* update demo dataset according to latest release

* add quotes to sql, update dep and eval sample data

* fix quoted sql

* improve ask details sqk breakdown

* remove description

* remove data example in ecommerce sample data

* use released version demo dataset
  • Loading branch information
cyyeh authored Apr 25, 2024
1 parent bc6e0a0 commit 3cf5d88
Show file tree
Hide file tree
Showing 13 changed files with 2,200 additions and 1,933 deletions.
2 changes: 1 addition & 1 deletion wren-ai-service/demo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ stop:
cd ..; make stop-qdrant

ui:
cd ../../wren-ui; export DB_TYPE=sqlite export SQLITE_FILE=db.sqlite3 yarn install && yarn rollback --all && yarn migrate && yarn dev
cd ../../wren-ui; export DB_TYPE=sqlite export SQLITE_FILE=db.sqlite3 && yarn install && yarn rollback --all && yarn migrate && yarn dev

ai:
cd ..; make start
Expand Down
Loading

0 comments on commit 3cf5d88

Please sign in to comment.