Hi folks!<p>I created a frontend-only live semantic search engine based on transformers.js and sentence-transformers/all-MiniLM-L6-v2. Simply pour in your text and a query term. Hit enter and watch the search engine in action!<p>It's highly customizable and stores the embeddings in a variable so that consecutive runs are very fast. You can tweak the segment length to reduce computation time or get get more precise results.<p>I would be very happy to discuss some more usage ideas or receive PRs for improvements.<p>Introduction blog post: <a href="https://geo.rocks/post/semanticfinder-semantic-search-frontend-only/" rel="nofollow">https://geo.rocks/post/semanticfinder-semantic-search-fronte...</a>
Demo: <a href="https://geo.rocks/semanticfinder/" rel="nofollow">https://geo.rocks/semanticfinder/</a>
GitHub: <a href="https://github.com/do-me/SemanticFinder/">https://github.com/do-me/SemanticFinder/</a>