Hephi commited on
Commit
0d4cc2c
·
1 Parent(s): 42f4453
Files changed (1) hide show
  1. app.py +0 -1
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