Update app.py
Browse files
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 |
|