Spaces:
Sleeping
Sleeping
dinhquangson
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -194,8 +194,7 @@ async def upload_file_4_hyper_search(collection_name: str, text_field: str, file
|
|
194 |
metadata=batch_metadata,
|
195 |
ids=batch_ids,
|
196 |
)
|
197 |
-
print(f"The documents and metadata are parsed and upserted in batches
|
198 |
-
break
|
199 |
|
200 |
print(f"The documents and metadata are parsed and upserted in batches of {batch_size} with unique UUIDs!")
|
201 |
|
|
|
194 |
metadata=batch_metadata,
|
195 |
ids=batch_ids,
|
196 |
)
|
197 |
+
print(f"The documents and metadata are parsed and upserted in batches with unique UUIDs: {batch_ids}!")
|
|
|
198 |
|
199 |
print(f"The documents and metadata are parsed and upserted in batches of {batch_size} with unique UUIDs!")
|
200 |
|