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

Implement a basic "scoring model" for FAQ Search #7

Open
Soloflex95 opened this issue Jul 31, 2021 · 0 comments
Open

Implement a basic "scoring model" for FAQ Search #7

Soloflex95 opened this issue Jul 31, 2021 · 0 comments

Comments

@Soloflex95
Copy link
Contributor

Currently, FAQ Search works by counting how many words in the request match the number of words in the list of defined FAQs. It also includes a set of words that can be invisibly added to the FAQ. Words in the response are not taken into account.

This change should implement a scoring model that looks at words in the Question, Response, and Supplemental Search Terms for more accurate results.

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

1 participant