vector-db-benchmark icon indicating copy to clipboard operation
vector-db-benchmark copied to clipboard

Standardize all `*-default` configs and add `*-debug` with parallel = 1 for easy debugging.

Open KShivendu opened this issue 10 months ago • 0 comments

This issue covers two tasks:

  • Many users try *-default as their starting point but default config is somewhat different across all the engines. So we should make it same across all engines. Say m=16, ef=128.
  • It's easier to debug vector-db-benchmark using debuggers when using parallel=1. So we should have a new config in all engines with parallel=1 in upload as well as search

KShivendu avatar Apr 20 '24 10:04 KShivendu