-
Notifications
You must be signed in to change notification settings - Fork 224
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature(ai service): refine ask/ask details pipelines (#64)
* allow visualization using one file * remove default argparse option value * resolve conflict * resolve conflict * resolve conflict * update setup instructions * resolve conflict * resolve conflicts * resolve conflict * resolve conflict * resolve conflict * add anthropic model pricing * allow change model for anthropic * resolve conflict * resolve conflict * resovle conflict * resovle conflict * resolve conflict * resolve conflict * add container:ubuntu * undo * resolve conflict * resolve conflict * resolve conflict * resolve conflict * resolve conflict * update * resolve conflict * resolve conflicts * resolve conflicts * resolve conflicts * resolve conflicts * resolve conflicts * resolve conflicts * resolve conflicts * resolve conflicts * remove unused files * resolve conflict * resolve conflict * generate ddl from mdl for indexing * resolve conflict * resolve conflicts * eval ask with semantic description (#45) * update make eval-ask * add semantic description to mdl before eval * refine * add model semantic generation * simplify make command * print timestamp * minor update --------- Co-authored-by: qa <[email protected]> Co-authored-by: ChihYu Yeh <[email protected]> Co-authored-by: Aster Sun <[email protected]> * remove ; * simplify prompt * revert topk * update prompt * make default top_k for retriever 10 * generate multiple results for ask pipeline * resolve conflict * add followup_generation_pipeline * add logging for ask api results * fix generate_mdl issue * fix ask_details error message * add extra standard package for uvicorn * refine ask * fix postprocessor for ask details * fix preview data * fix test * update prompts * refine prompts for ask and ask details * fix prompt * refine prompt * remove slash at the end of api endpoints * refine prompt * add custom semantic run option * resolve conflict * fix bugs for tests and eval and restructure eval-ask * fix trainling slash and add logging * remove unused code * restructure eval ask pipeline outputs * add comments to the eval command * change generation component argument name * add try/except to handle other errors that might happen * change WREN_AI_SERVICE_VERSION to nightly * fix eval ask_details errors * add error message to indexing --------- Co-authored-by: imAsterSun <[email protected]> Co-authored-by: qa <[email protected]> Co-authored-by: Aster Sun <[email protected]> Co-authored-by: Pao Sheng <[email protected]>
- Loading branch information
1 parent
b677dd1
commit 9507838
Showing
37 changed files
with
1,603 additions
and
1,527 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
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
Empty file.
Oops, something went wrong.