-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need a faster way to visualize the data #104
Comments
@KShivendu, i was trying to run this benchmark for qdrant-rps-m16-ef128-glove-100-angular, and have the below JSON files in results folder. When i try to use this ipynb notebook, cell 17 gives the following error. Any help would be appreciated.
cell17:
ERROR:
|
@aprabhak2 We just merged #125 It should be fixed now. Please try now and let us know if you face any issues. |
First attempt at adding a plot. This can be added as a new cell to the end of the Notebook: https://github.com/qdrant/vector-db-benchmark/blob/master/scripts/process-benchmarks.ipynb
|
@filipecosta90 would you be interested to pick this up :) If yes, would be nice if we can do it with plotly to build interactive graphs. |
sure. let me pick this one. should be able to devote some time to it at end of week |
We have https://github.com/qdrant/vector-db-benchmark/blob/master/scripts/process-benchmarks.ipynb but it only prepares the data.
So web based interactive graphs would be nice. One can use plotly or dash framework.
Please use benchmarks.js as a reference. The logic for filterBestPoints is important to avoid clutter in graph.
It should look like qdrant.tech/benchmarks
The text was updated successfully, but these errors were encountered: