dinhquangson commited on
Commit
504f0a9
·
verified ·
1 Parent(s): 586b965

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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 with unique UUIDs: {batch_ids}!")
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