coolArnav
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
I was playing around with embedding models and I realized the moving between embedding models on a large corpus can cause a huge backfill, as all of the previous documents would have to be re embedded. embedflow tries…
- Show HN: Zero downtime embedding model upgrades (github.com)
People use embedding models all the time for rag/semantic retrieval. However, when a newer, more desireable model comes out, there is an expensive (both in time and computational) cost of re-embedding every document in…