hanifi commited on
Commit
1fd1920
·
verified ·
1 Parent(s): adec1b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -254,7 +254,6 @@ bm25_index = BM25Index.build_from_documents(
254
  show_progress_bar=True,
255
  )
256
  bm25_index.save("output/bm25_index")
257
- !ls
258
 
259
  """### BM25 Retriever"""
260
 
 
254
  show_progress_bar=True,
255
  )
256
  bm25_index.save("output/bm25_index")
 
257
 
258
  """### BM25 Retriever"""
259