do-me / SemanticFinder

SemanticFinder - frontend-only live semantic search with transformers.js
https://do-me.github.io/SemanticFinder/
MIT License
210 stars 14 forks source link

Proposal: "Advanced features/options" Controls & UI Change #10

Closed varunneal closed 1 year ago

varunneal commented 1 year ago

As mentioned in this comment, we can probably add a menu for "advanced features". One of these controls should be how we split:

We should be able to hide these controls as well as the "# chars" and "threshold" parameter in the advanced features menu.

Additionally, I think it would be best to move the submit button to be at the same line as "query":

Screen Shot 2023-07-06 at 5 44 37 PM

If this proposal seems like a good idea I'll make the relevant PR.

do-me commented 1 year ago

This sounds great! Having the Submit button next to the input seems much more natural indeed.

I support your proposal about splitting options - did you already find a convenient solution code-wise? I'd even add a "split by word" option.

Looking forward to your PR!