anudayo commited on
Commit
60f38a2
·
verified ·
1 Parent(s): 2f81fed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -133,7 +133,7 @@ def load_all_vectorstores():
133
  try:
134
  print("🤖 임베딩 모델 로딩 중...")
135
  embeddings = HuggingFaceEmbeddings(
136
- model_name="sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2"
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: