-
Notifications
You must be signed in to change notification settings - Fork 522
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(wren-ai-service): evaluation dataset curation app (#398)
* fix * fix conflict * add data curation app boilerplate * update * update * update * WIP: update * reoslve conflict * add context for question sql pairs * resolve conflict * fix widget callback issue * add candidate dataset * fix bug and add generate_by_user * update * resolve conflicts * update * update * WIP: add modify dataset * finish modify eval dataset * refine wording * refine failure output * fix sql validation * update usage guide * add categories to curation app * allow edit context * fix conflicts * sleep for waiting wren-ai-service to restart * fix wording * update * fix * fix unchoose file error * update * fix * fix dry run endpoint * fix version * use wren-engine sql analysis for contexts generation * add LOG_LEVEL: DEBUG to ibis * update * allow users to choose which openai llm to use * allow users to enter custom instructions for llm * add data preview for data curation app * add preview data for user generated sqls and add timeout for openai client * refactor * remove unused * fix imports * refactor functions * refactor * fix bug * skip installing unneeded packages * update
- Loading branch information
Showing
28 changed files
with
1,230 additions
and
294 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
bigquery.project-id=wrenai | ||
bigquery.project-id= | ||
bigquery.dataset-id= | ||
bigquery.credentials-key= | ||
bigquery.location=asia-east1 | ||
postgres.host= | ||
postgres.port= | ||
postgres.database= | ||
postgres.user= | ||
postgres.password= | ||
postgres.jdbc.url=jdbc:postgresql://localhost:5432/<database_name> | ||
postgres.password= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.env |
Oops, something went wrong.