bhardwaj08sarthak commited on
Commit
ce31204
·
verified ·
1 Parent(s): 498ddd5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -139,7 +139,7 @@ except Exception:
139
  emb = HuggingFaceEmbedding(
140
  model_name="google/embeddinggemma-300m",
141
  model_kwargs={"device": _emb_device}, #"attn_implementation": "eager"},
142
- encode_kwargs={"normalize_embeddings": True},
143
  )
144
 
145
  # Finally load the index
 
139
  emb = HuggingFaceEmbedding(
140
  model_name="google/embeddinggemma-300m",
141
  model_kwargs={"device": _emb_device}, #"attn_implementation": "eager"},
142
+ # encode_kwargs={"normalize_embeddings": True},
143
  )
144
 
145
  # Finally load the index