AXZ91 commited on
Commit
9f633b2
·
1 Parent(s): 6d430bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -41,10 +41,7 @@ vector_store = DeepLakeVectorStore1(dataset_path=dataset_path,reset=True
41
  )
42
 
43
  storage_context = StorageContext.from_defaults(vector_store=vector_store)
44
-
45
- )
46
-
47
-
48
  index = VectorStoreIndex.from_documents([], storage_context=storage_context)
49
 
50
 
 
41
  )
42
 
43
  storage_context = StorageContext.from_defaults(vector_store=vector_store)
44
+
 
 
 
45
  index = VectorStoreIndex.from_documents([], storage_context=storage_context)
46
 
47