coolArnav

↗ HN profile [ 9.6 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. 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…

  2. 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…