Replies: 1 comment 1 reply
-
Hey there, what kind of retraining do you plan to do? It is possible but not trivial. I am assuming you want to improve the retriever. If that is the case, a better option would be to use GPL to improve your retriever. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are using Haystack semantic search to search the documents. We also provided the option to thump up and thump down based on the recommendation of the system. We are keeping the count of thump up and thump down and next time when they search we are also sorting with these counts and trying to bring the result to the top [ Here a lower accuracy result may come at the top if it gets more thump ups]. My question is, There is any way to include these counts as a parameter when i do retraining so that this will automatically update the accuracy score?
Beta Was this translation helpful? Give feedback.
All reactions