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