Show HN: Model2vec – Lightning-fast Static Embeddings for RAG/Semantic Search

27 pointsposted 5 days ago
by Pringled

4 Comments

bturtel

3 days ago

This seems awesome for enabling RAG queries for on-device LLMs.

jerpint

5 days ago

I wonder at what point it will be ~as much overhead to pass through a subset of the data with a small yet capable and fast LLM vs. using a crude dot product when doing retrieval

Pringled

5 days ago

I think a combination works quite well: first getting a small set of candidates from all the data using a lightweight model, and the using a heavy-duty model to rerank the results and get the final candidates.

protoshell248

5 days ago

10K embeddings generated in under 700 milliseconds!!!