Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(wren-ai-service): chart eval #1192

Closed
wants to merge 14 commits into from
Closed
5 changes: 4 additions & 1 deletion wren-ai-service/Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,10 @@ run-sql mdl_path="" data_source="" sample_dataset="":
poetry run python demo/run_sql.py --mdl-path "{{mdl_path}}" --data-source "{{data_source}}" --sample-dataset "{{sample_dataset}}"

report-gen:
poetry run python eval/llm_trace_analysis/report_gen.py
poetry run python -m eval.llm_trace_analysis.report_gen

chart-eval:
poetry run streamlit run eval/llm_trace_analysis/chart_eval_app.py

mdl-to-str mdl_path="":
poetry run python tools/mdl_to_str.py -p {{mdl_path}}
Loading
Loading