Your "searching" code is missing this at the end

#2
by sungkim - opened
    for passage_id, passage_rank, passage_score in zip(*results):
        print(f"\t [{passage_rank}] \t\t {passage_score:.1f} \t\t {searcher.collection[passage_id]}")

Sign up or log in to comment