Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RAG: deal with semi duplicate retrievals #18

Open
MrCsabaToth opened this issue Aug 9, 2024 · 0 comments
Open

RAG: deal with semi duplicate retrievals #18

MrCsabaToth opened this issue Aug 9, 2024 · 0 comments
Labels
enhancement New feature or request RAG Retrieval Augmented Generation related

Comments

@MrCsabaToth
Copy link
Member

Let's say I ask every day about the weather. This will result in the RAG retrieving all the other requests although they won't contribute to the current day's query, furthermore they may push out and suppress other useful retrievals.

  1. We could computer classic similarity (Jaro-Winkler or edit-distance) and drop too similar ones
  2. Exclude older hits by date
  3. Unfortunately for the main ANN retrieval query these can still push out more useful hits from the scoop
@MrCsabaToth MrCsabaToth added the enhancement New feature or request label Aug 9, 2024
@MrCsabaToth MrCsabaToth added the RAG Retrieval Augmented Generation related label Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request RAG Retrieval Augmented Generation related
Projects
None yet
Development

No branches or pull requests

1 participant