Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Describe in a few sentences how the MEP will be tested. We are mostly interested in system tests (since unit tests are specific to implementation details). How will we know that the implementation works as expected? How will we know nothing broke?

There is no public data set for range search. I have created one range search data set based on sift1M.

You can find them in NAS:

test/milvus/ann_hdf5/sift-128-euclidean-range.hdf5

test/milvus/ann_hdf5/binary/sift-4096-hamming-range.hdf5


已为 range search 生成了基准测试数据集 sift-128-eucliean-range.hdf5 和 sift-4096-hamming-range.hdf5

...