do-me / SemanticFinder

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

Add extension directory to this folder #33

Closed varunneal closed 1 year ago

varunneal commented 1 year ago

Updated and improved extension added to this repository. Now using the latest version of transformers.js instead of an unmerged PR.

Todo:

do-me commented 1 year ago

This is so awesome! Works like a charm, there are no more build errors :)

I have a few unsorted thoughts I'd like to share:

Just tested the extension with EN / IT in Xenova/distiluse-base-multilingual-cased-v2 and it works great ("bosco" is Italian for forest)!

image

varunneal commented 1 year ago

Thanks for checking it out!

Preferably hold off on sharing the news until we get a few more updates. When we feel ready to release this on the chrome store, after some bugfixing and UI changes, I think Xenova would probably happily re-share at that point.

I think it would be really smart to cache embeddings and even page content. I'll look into that and get it up and running.

At some point we can build an "extension preferences" menu where all those advanced settings (how we split, some model options, etc) are available.

Unfortunately I don't have android so I'm not likely to attempt developing the mobile version.

do-me commented 1 year ago

Preferably hold off on sharing the news until we get a few more updates.

Agree, it's probably better to mature the plugin a little bit more.

Unfortunately I don't have android so I'm not likely to attempt developing the mobile version.

The link I shared above is actually installing the "normal" browser extension developed for desktop use on mobile - so no need to develop anything else!

do-me commented 1 year ago

Let's continue the discussion in #15 , that might be a better place.