Mbonea commited on
Commit
d0350c6
·
1 Parent(s): 4664e01

trust_remote_code=True

Browse files
Files changed (1) hide show
  1. App/Embedding/utils/Initialize.py +1 -1
App/Embedding/utils/Initialize.py CHANGED
@@ -16,7 +16,7 @@ def initDocument():
16
 
17
  index_name = "transcript-bits"
18
  model_name = "thenlper/gte-base"
19
- embeddings = HuggingFaceEmbeddings(model_name=model_name,trust_remote_code=True)
20
  spec = PodSpec()
21
 
22
  try:
 
16
 
17
  index_name = "transcript-bits"
18
  model_name = "thenlper/gte-base"
19
+ embeddings = HuggingFaceEmbeddings(model_name=model_name)
20
  spec = PodSpec()
21
 
22
  try: