PyroSama commited on
Commit
a6bc888
1 Parent(s): 4b2b14d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ os.environ['MISTRAL_API_KEY'] = 'XuyOObDE7trMbpAeI7OXYr3dnmoWy3L0'
13
 
14
  class VectorData():
15
  def __init__(self):
16
- embedding_model_name = 'nomic-ai/nomic-embed-text-v1.5'
17
 
18
  model_kwargs = {'device':'cuda' if torch.cuda.is_available() else 'cpu',"trust_remote_code": True}
19
 
 
13
 
14
  class VectorData():
15
  def __init__(self):
16
+ embedding_model_name = 'l3cube-pune/punjabi-sentence-similarity-sbert'
17
 
18
  model_kwargs = {'device':'cuda' if torch.cuda.is_available() else 'cpu',"trust_remote_code": True}
19