Skip to content

Instantly share code, notes, and snippets.

@mdouze
Created September 2, 2019 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mdouze/6cc12fa967e5d9911580ef633e559476 to your computer and use it in GitHub Desktop.
Save mdouze/6cc12fa967e5d9911580ef633e559476 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ReagTea
Copy link

ReagTea commented Feb 4, 2022

Hi,
how exactly should we handle the transformation of query vectors ?
I can transform the database vectors and train the index offline, but when I receive queries, should I multiply the queries by the inverse L of the database vectors or should I transform the queries separately with their own inverse Cholesky decomposition of their covariance matrix ?
Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment