Find answers from the community

Updated 2 months ago

Retrive

If I create an index from documents and split it further into nodes via SentenceSplitter(). How does that work when I try to get the MRR and Hit Rate using llama index? The ground truth context will never be equal to the retrieved context because it was broken down via SentenceSplitter?
L
1 comment
You can either
  • not apply splitting
  • use the parent ID
  • generate your ground truth from pre-chunked data
Add a reply
Sign up and join the conversation on Discord