Initial Commit

This commit is contained in:
kyy
2025-03-18 04:34:57 +00:00
commit a4981faeef
60 changed files with 2160 additions and 0 deletions

7
dashboard.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
python3 -m autorag.cli dashboard \
--trial_dir /usr/src/app/projects/benchmark_sample/1 \
--port 7690
echo "📊 AutoRAG 대시보드 실행 중..."