joortif commited on
Commit
61bee11
·
verified ·
1 Parent(s): edcc7e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ def test_rag_reranking(query, ranker):
52
 
53
  # ✅ Corregido: pasar solo lista de strings
54
  context_strings = [str(c) for c in context]
55
- print(help(Reranker.models.ColBERTRanker.rank))
56
  reranked = ranker.rank(query=query, docs=context_strings)
57
 
58
  print(f"🏅 Resultado del reranker: {reranked}")
 
52
 
53
  # ✅ Corregido: pasar solo lista de strings
54
  context_strings = [str(c) for c in context]
55
+ #print(help(Reranker.models.ColBERTRanker.rank))
56
  reranked = ranker.rank(query=query, docs=context_strings)
57
 
58
  print(f"🏅 Resultado del reranker: {reranked}")