GitHub - Mihaiii/semantic-autocomplete: A blazing-fast semantic search React component. Match by meaning, not just by letters. Search as you type without waiting (no debounce needed). Rank by cosine similarity.
semantic-autocomplete
semantic-autocomplete is a React component that extends v5 MUI's autocomplete and performs similarity search using a small, quantized machine learning (ML) model which runs on client side. The full functionality is provided within this React component!
Demo
Sort paragraphs of a webpage by meaning:
https://mihaiii.github.io/semantic-autocomplete/
How to install
Install:
npm install --save semantic-autocomplete
Then import:
import SemanticAutocomplete from "semantic-autocompl...
Read more at github.com