Find answers from the community

Updated 3 months ago

Hey all, I am using llama index to query

Hey all, I am using llama index to query scientific papers and will at times get irrelevant documents back, for example, I get back just the citations portion of a paper. Is there a suggested method for ensuring these types of irrelevant/noisy results are ignored?
T
1 comment
How similar are they semantically? You can implement a similarity threshold but might not be very effective if the citations are similar: https://docs.llamaindex.ai/en/stable/module_guides/querying/node_postprocessors/node_postprocessors.html#similaritypostprocessor
Add a reply
Sign up and join the conversation on Discord