GitHub - dioptre/web-embeddings

1 min read Original article ↗

Semantic search using llm context embeddings in web worker / js / browser

Background

If you want to do semantic search in the browser, you can use the GTE-Small model from Hugging Face / ONNX Runtime Web. You can also use other models, but this is a good starting point.

Model

Build & Run

nvm use
yarn install
yarn start

Test

  • Check the console