-
Notifications
You must be signed in to change notification settings - Fork 124
Description
The problem to a lot of users is they cannot always get to the core solution of their problem by searching randomly on the internet. Getting recommendations to a solution is great and all but it does not lead the user to what he/she actually is looking for. Just like Google works, I can provide a Search Engine for Stack Overflow which can easily relate to the query of the user and provide the most relevant solutions available in it.
Using the year long dataset we can find out the most similar questions including their frequency, time, interaction and helpfulness. Following the trends, we can find out the questions asked and embed them using GPT embeds which includes tokenizing, etc. Converting them to tensors ,we find the similarity ratio and provide the solution to the user.
There is currently no alternative to this that I can think of.
I would like to take this task under GSSOC'24.
What problem is this feature trying to solve?
Users not getting relevant paths or solutions to their questions asked.
How do we know when the feature is complete?
The most relevant solution is available to the user in sequence of importance (if the solution or a similar one exists)
Metadata
Metadata
Assignees
Type
Projects
Status