-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PIXELS-580] implement using LSH index to perform approximate nearest neighbour search on vector column #88
base: master
Are you sure you want to change the base?
Commits on Jan 16, 2024
-
implement a simple trino udf to calcualte the sum of all the elements…
… an input vector
Configuration menu - View commit details
-
Copy full SHA for f88dedb - Browse repository at this point
Copy the full SHA f88dedbView commit details -
use array instead of features because apparently trino features don't…
… support more than ten features
Configuration menu - View commit details
-
Copy full SHA for 5a6d75c - Browse repository at this point
Copy the full SHA 5a6d75cView commit details -
Configuration menu - View commit details
-
Copy full SHA for df04bbf - Browse repository at this point
Copy the full SHA df04bbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2300020 - Browse repository at this point
Copy the full SHA 2300020View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1767b44 - Browse repository at this point
Copy the full SHA 1767b44View commit details -
Configuration menu - View commit details
-
Copy full SHA for d52a31e - Browse repository at this point
Copy the full SHA d52a31eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2201829 - Browse repository at this point
Copy the full SHA 2201829View commit details -
Configuration menu - View commit details
-
Copy full SHA for 420408a - Browse repository at this point
Copy the full SHA 420408aView commit details -
implement a exact NNS that acts as an aggregation function and should…
… work on a multinode environment
Configuration menu - View commit details
-
Copy full SHA for abbbee7 - Browse repository at this point
Copy the full SHA abbbee7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ca554d - Browse repository at this point
Copy the full SHA 4ca554dView commit details
Commits on Jan 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5bc07ba - Browse repository at this point
Copy the full SHA 5bc07baView commit details
Commits on Feb 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 01a3903 - Browse repository at this point
Copy the full SHA 01a3903View commit details
Commits on Feb 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 19fedc8 - Browse repository at this point
Copy the full SHA 19fedc8View commit details
Commits on Feb 9, 2024
-
implement LSH search, including updating mapping from col to buckets …
…and persist the mapping when JVM shuts down
Configuration menu - View commit details
-
Copy full SHA for 3e89598 - Browse repository at this point
Copy the full SHA 3e89598View commit details
Commits on Feb 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0fc8cd1 - Browse repository at this point
Copy the full SHA 0fc8cd1View commit details
Commits on Feb 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9150fab - Browse repository at this point
Copy the full SHA 9150fabView commit details
Commits on Mar 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dd9016d - Browse repository at this point
Copy the full SHA dd9016dView commit details
Commits on Mar 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b843296 - Browse repository at this point
Copy the full SHA b843296View commit details -
Configuration menu - View commit details
-
Copy full SHA for fad3f5d - Browse repository at this point
Copy the full SHA fad3f5dView commit details
Commits on Mar 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9eaf254 - Browse repository at this point
Copy the full SHA 9eaf254View commit details
Commits on Mar 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 09afb3f - Browse repository at this point
Copy the full SHA 09afb3fView commit details
Commits on Mar 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f231da9 - Browse repository at this point
Copy the full SHA f231da9View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbbb793 - Browse repository at this point
Copy the full SHA bbbb793View commit details