No change
Browse files
app.py
CHANGED
@@ -308,7 +308,6 @@ bm25_retriever = BM25Retriever(index_dir="output/bm25_index")
|
|
308 |
bm25_retriever.retrieve("What type of diseases occur when the immune system attacks normal body cells?")
|
309 |
|
310 |
|
311 |
-
|
312 |
class Hit(TypedDict):
|
313 |
cid: str
|
314 |
score: float
|
|
|
308 |
bm25_retriever.retrieve("What type of diseases occur when the immune system attacks normal body cells?")
|
309 |
|
310 |
|
|
|
311 |
class Hit(TypedDict):
|
312 |
cid: str
|
313 |
score: float
|