Novel idea in vector search: Wormhole vectors
dmitry-kan.medium.com·11h
Flag this post

2 min readJust now

Vector Podcast episode: educational bit

Two weeks ago I had a pleasure to co-host a lightning session together with Trey Grainger on a novel idea in vector search called “Wormhole vectors”.

The approach contrasts itself to a hybrid search approach.

In hybrid search you would convert the same input query into different representations (keywords -> embeddings), run independent queries, and then combine the results.

Wormhole vectors opens a new way to transcend vector spaces of different nature:

  1. Query in the current vector space
  2. Find a relevant document set
  3. Derive a “wormhole” vector to a corresponding region of another vector space
  4. Traverse to the other vector space with that query
  5. Repeat as desire…

Similar Posts

Loading similar posts...