erikbern / ann-benchmarks

Benchmarks of approximate nearest neighbor libraries in Python
http://ann-benchmarks.com
MIT License
4.73k stars 715 forks source link

db running before running the benchmark #495

Closed dipshirajput closed 3 months ago

dipshirajput commented 3 months ago

HI @erikbern , do we need to run the databases seperately before following the steps in the doc for running the benchmark? i mean the steps mentioned in this repo are only responsible for running the benchmark or it runs the databases also ?

maumueller commented 3 months ago

The contributors of the specific implementation made sure that it installs and runs the database. Note that some implementations like milvus have a standalone version for this benchmark that avoids the client/server architecture.