Find answers from the community

Home
Members
ogiorgil
o
ogiorgil
Offline, last seen 3 months ago
Joined September 25, 2024
Hello. I am trying to evaluate a retriever, and I see that using the methods in this documentation: https://docs.llamaindex.ai/en/stable/examples/evaluation/retrieval/retriever_eval.html , we generate question context pairs. Say that I already have a question context pair, how can I use LlamaIndex's RetrieverEvaluator to fit with my generated question context pair?
2 comments
o
L
When creating an index in a jupyter notebook, the output is filled with Batches. Is there a way to disable these? The same "batch" spam is also present in RetrieverEvaluator.aevaluate_dataset() as well
7 comments
o
L
W