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