davidmezzetti commited on
Commit
b32e2b4
1 Parent(s): 6e4f2a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -227,9 +227,6 @@ class Application:
227
  data["embeddings"] = component
228
  data["writable"] = True
229
 
230
- if index:
231
- data["path"] = index
232
-
233
  name = "index"
234
  tasks.append({"action": "upsert" if upsert else "index"})
235
 
 
227
  data["embeddings"] = component
228
  data["writable"] = True
229
 
 
 
 
230
  name = "index"
231
  tasks.append({"action": "upsert" if upsert else "index"})
232