Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -129,7 +129,7 @@ def load_all_vectorstores():
|
|
129 |
try:
|
130 |
print("🤖 임베딩 모델 로딩 중...")
|
131 |
embeddings = HuggingFaceEmbeddings(
|
132 |
-
model_name="
|
133 |
)
|
134 |
print("✅ 임베딩 모델 로딩 완료")
|
135 |
except Exception as e:
|
|
|
129 |
try:
|
130 |
print("🤖 임베딩 모델 로딩 중...")
|
131 |
embeddings = HuggingFaceEmbeddings(
|
132 |
+
model_name="jhgan/ko-sbert-nli"
|
133 |
)
|
134 |
print("✅ 임베딩 모델 로딩 완료")
|
135 |
except Exception as e:
|