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

Adding button for human feedback to prioritise/sort search results #36

Open
vasnt opened this issue May 10, 2024 · 3 comments
Open

Adding button for human feedback to prioritise/sort search results #36

vasnt opened this issue May 10, 2024 · 3 comments

Comments

@vasnt
Copy link

vasnt commented May 10, 2024

for every search, tool may suggest one or more results from database. If there are more than 1 results , is there any way for human/user/tool to prioritise results? (some kind of score).

So that next time, if same search is carried out, results are sorted by its score.

@vasnt vasnt changed the title Adding button for human feedback/prioritisation in search result quality Adding button for human feedback to prioritise/sort search results May 10, 2024
@Dhravya
Copy link
Owner

Dhravya commented May 11, 2024

That's interesting, how could the scoring system work?

@vasnt
Copy link
Author

vasnt commented May 11, 2024

it is interesting problem leading to page ranking algorithm or similar fundamentals. So automated(AI based) scoring(kind of confidence score) as well as adding more weightage/score BY human evaluated/ranked data- So final equation will be combination of both.

@Dhravya
Copy link
Owner

Dhravya commented May 11, 2024

Right now, when we do vector search, the search infact does give a similarity score. But right now, I was not effectively using that score to do anything - I just started experimenting with telling the LLM the respective scores and then letting it decide which one to give more priority (according to the prompt) and the responses are clearly much much better.

It will ship with all the other updates in the redesign branch soon!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants