qdrant / vector-db-benchmark

Framework for benchmarking vector search engines
https://qdrant.tech/benchmarks/
Apache License 2.0
250 stars 68 forks source link

Automate testing of PRs across different engines #123

Closed KShivendu closed 3 months ago

KShivendu commented 3 months ago

Whenever we get external contributions, we have to test the repo ourselves to ensure that the code doesn't break. This can sometimes take a long time because it's done manually and we have limited bandwidth.

Would be great if can automate it with Github actions (+our benchmarking servers if required)

tellet-q commented 3 months ago

Addressed in https://github.com/qdrant/vector-db-benchmark/pull/134