davidmezzetti commited on
Commit
05892bc
1 Parent(s): 148d807

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -483,7 +483,6 @@ class Application:
483
 
484
  if component == "embeddings":
485
  st.markdown(f"** {index + 1}.) Embeddings Index** \n*Index workflow output*")
486
- options["index"] = self.text("Embeddings storage path", component, config, "index")
487
  options["path"] = self.text("Embeddings model path", component, config, "path", "sentence-transformers/nli-mpnet-base-v2")
488
  options["upsert"] = self.boolean("Upsert", component, config, "upsert")
489
  options["content"] = self.boolean("Content", component, config, "content")
 
483
 
484
  if component == "embeddings":
485
  st.markdown(f"** {index + 1}.) Embeddings Index** \n*Index workflow output*")
 
486
  options["path"] = self.text("Embeddings model path", component, config, "path", "sentence-transformers/nli-mpnet-base-v2")
487
  options["upsert"] = self.boolean("Upsert", component, config, "upsert")
488
  options["content"] = self.boolean("Content", component, config, "content")