garyfeng / embedding_vector_search

prototyping global search for embedding vectors
Apache License 2.0
0 stars 0 forks source link

FEA: use data and set up from ann-benchmarks #2

Open garyfeng opened 1 year ago

garyfeng commented 1 year ago

see http://ann-benchmarks.com/#milvus, also code at https://github.com/erikbern/ann-benchmarks, which focuses on million-scale vector searches that can fit in memory. Note https://big-ann-benchmarks.com/ is for billion-scale searches, which is out of scope.