Skip to content

Commit aed3b03

Browse files
jinsoojinsoo
authored andcommitted
pipeline-v1
1 parent 8a26ec1 commit aed3b03

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+5538
-2937
lines changed

.env.example

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
11
OPENAI_API_KEY=""
2-
HF_API=""
2+
HF_API=""
3+
4+
# Qdrant 설정
5+
# ":memory:" - 메모리 모드 (테스트용, 재시작 시 데이터 삭제)
6+
# "./qdrant_db" - on-disk 모드 (로컬 디스크에 저장, 기본값)
7+
# "http://localhost:6333" - 원격 Qdrant 서버
8+
QDRANT_URL="./qdrant_db"
9+
10+
# Strength: strength_in_aspect와 동일한 '전체' 기준 (선택)
11+
# 예: data/kr3.tsv (TSV의 Review 컬럼) 또는 data/test_data_sample.json
12+
# ALL_AVERAGE_ASPECT_DATA_PATH=data/test_data_sample.json

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ metrics.db-shm
99
metrics.db-wal
1010
logs/
1111
package-lock.json
12-
package.json
12+
package.json
13+
__pycache__/

0 commit comments

Comments
 (0)