Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -276,7 +276,6 @@ if create_vectorstores:
|
|
276 |
vectorstore_name="Vit_All_HF_Embeddings"
|
277 |
)
|
278 |
print("vector_store_HF:",vector_store_HF._collection.count(),"chunks.")
|
279 |
-
|
280 |
print("")
|
281 |
|
282 |
|
|
|
276 |
vectorstore_name="Vit_All_HF_Embeddings"
|
277 |
)
|
278 |
print("vector_store_HF:",vector_store_HF._collection.count(),"chunks.")
|
|
|
279 |
print("")
|
280 |
|
281 |
|