vectordb-bench 1.0.3__py3-none-any.whl → 1.0.5__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (54) hide show
  1. vectordb_bench/backend/cases.py +45 -1
  2. vectordb_bench/backend/clients/__init__.py +32 -0
  3. vectordb_bench/backend/clients/aliyun_opensearch/aliyun_opensearch.py +34 -42
  4. vectordb_bench/backend/clients/aliyun_opensearch/config.py +0 -7
  5. vectordb_bench/backend/clients/milvus/cli.py +216 -0
  6. vectordb_bench/backend/clients/oss_opensearch/cli.py +155 -0
  7. vectordb_bench/backend/clients/oss_opensearch/config.py +157 -0
  8. vectordb_bench/backend/clients/oss_opensearch/oss_opensearch.py +582 -0
  9. vectordb_bench/backend/clients/oss_opensearch/run.py +166 -0
  10. vectordb_bench/backend/clients/s3_vectors/config.py +41 -0
  11. vectordb_bench/backend/clients/s3_vectors/s3_vectors.py +171 -0
  12. vectordb_bench/backend/clients/tidb/cli.py +0 -4
  13. vectordb_bench/backend/clients/tidb/config.py +22 -2
  14. vectordb_bench/backend/dataset.py +70 -0
  15. vectordb_bench/backend/filter.py +17 -0
  16. vectordb_bench/backend/runner/mp_runner.py +4 -0
  17. vectordb_bench/backend/runner/read_write_runner.py +10 -9
  18. vectordb_bench/backend/runner/serial_runner.py +23 -7
  19. vectordb_bench/backend/task_runner.py +5 -4
  20. vectordb_bench/cli/vectordbbench.py +2 -0
  21. vectordb_bench/fig/custom_case_run_test.png +0 -0
  22. vectordb_bench/fig/custom_dataset.png +0 -0
  23. vectordb_bench/fig/homepage/bar-chart.png +0 -0
  24. vectordb_bench/fig/homepage/concurrent.png +0 -0
  25. vectordb_bench/fig/homepage/custom.png +0 -0
  26. vectordb_bench/fig/homepage/label_filter.png +0 -0
  27. vectordb_bench/fig/homepage/qp$.png +0 -0
  28. vectordb_bench/fig/homepage/run_test.png +0 -0
  29. vectordb_bench/fig/homepage/streaming.png +0 -0
  30. vectordb_bench/fig/homepage/table.png +0 -0
  31. vectordb_bench/fig/run_test_select_case.png +0 -0
  32. vectordb_bench/fig/run_test_select_db.png +0 -0
  33. vectordb_bench/fig/run_test_submit.png +0 -0
  34. vectordb_bench/frontend/components/check_results/filters.py +1 -4
  35. vectordb_bench/frontend/components/check_results/nav.py +2 -1
  36. vectordb_bench/frontend/components/concurrent/charts.py +5 -0
  37. vectordb_bench/frontend/components/int_filter/charts.py +60 -0
  38. vectordb_bench/frontend/components/streaming/data.py +7 -0
  39. vectordb_bench/frontend/components/welcome/welcomePrams.py +42 -4
  40. vectordb_bench/frontend/config/dbCaseConfigs.py +60 -13
  41. vectordb_bench/frontend/config/styles.py +3 -0
  42. vectordb_bench/frontend/pages/concurrent.py +1 -1
  43. vectordb_bench/frontend/pages/custom.py +1 -1
  44. vectordb_bench/frontend/pages/int_filter.py +56 -0
  45. vectordb_bench/frontend/pages/streaming.py +16 -3
  46. vectordb_bench/metric.py +7 -0
  47. vectordb_bench/models.py +36 -4
  48. vectordb_bench/results/S3Vectors/result_20250722_standard_s3vectors.json +2509 -0
  49. {vectordb_bench-1.0.3.dist-info → vectordb_bench-1.0.5.dist-info}/METADATA +1 -3
  50. {vectordb_bench-1.0.3.dist-info → vectordb_bench-1.0.5.dist-info}/RECORD +54 -32
  51. {vectordb_bench-1.0.3.dist-info → vectordb_bench-1.0.5.dist-info}/WHEEL +0 -0
  52. {vectordb_bench-1.0.3.dist-info → vectordb_bench-1.0.5.dist-info}/entry_points.txt +0 -0
  53. {vectordb_bench-1.0.3.dist-info → vectordb_bench-1.0.5.dist-info}/licenses/LICENSE +0 -0
  54. {vectordb_bench-1.0.3.dist-info → vectordb_bench-1.0.5.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: vectordb-bench
3
- Version: 1.0.3
3
+ Version: 1.0.5
4
4
  Summary: VectorDBBench is not just an offering of benchmark results for mainstream vector databases and cloud services, it's your go-to tool for the ultimate performance and cost-effectiveness comparison. Designed with ease-of-use in mind, VectorDBBench is devised to help users, even non-professionals, reproduce results or test new systems, making the hunt for the optimal choice amongst a plethora of cloud services and open-source vector databases a breeze.
5
5
  Author-email: XuanYang-cn <xuan.yang@zilliz.com>
6
6
  Project-URL: repository, https://github.com/zilliztech/VectorDBBench
@@ -47,7 +47,6 @@ Requires-Dist: opensearch-dsl; extra == "all"
47
47
  Requires-Dist: opensearch-py; extra == "all"
48
48
  Requires-Dist: memorydb; extra == "all"
49
49
  Requires-Dist: alibabacloud_ha3engine_vector; extra == "all"
50
- Requires-Dist: alibabacloud_searchengine20211025; extra == "all"
51
50
  Requires-Dist: mariadb; extra == "all"
52
51
  Requires-Dist: PyMySQL; extra == "all"
53
52
  Requires-Dist: clickhouse-connect; extra == "all"
@@ -78,7 +77,6 @@ Provides-Extra: opensearch
78
77
  Requires-Dist: opensearch-py; extra == "opensearch"
79
78
  Provides-Extra: aliyun-opensearch
80
79
  Requires-Dist: alibabacloud_ha3engine_vector; extra == "aliyun-opensearch"
81
- Requires-Dist: alibabacloud_searchengine20211025; extra == "aliyun-opensearch"
82
80
  Provides-Extra: mongodb
83
81
  Requires-Dist: pymongo; extra == "mongodb"
84
82
  Provides-Extra: mariadb
@@ -3,23 +3,23 @@ vectordb_bench/__main__.py,sha256=2zZQJ9tg7gVCWWq9HaoJ8_hTR-3AXZgFHfJK4l88DFA,85
3
3
  vectordb_bench/base.py,sha256=AgavIF0P9ku_RmCRk1KKziba-wI4ZpA2aJvjJzNhRSs,129
4
4
  vectordb_bench/interface.py,sha256=4rw7poQ_s4MfsSHgBtGE136hDooe3bZmWD7rG8jvbDw,9997
5
5
  vectordb_bench/log_util.py,sha256=wDNaU_JBBOfKi_Z4vq7LDa0kOlLjoNNzDX3VZQn_Dxo,3239
6
- vectordb_bench/metric.py,sha256=p7vf7H8MBP7YQmIwy2wPYJPwMBalCy7rblshoD1R3kY,2693
7
- vectordb_bench/models.py,sha256=ul3zoNj1btO_FClTw0wEGBUMGA2JreWIO-1hQ77Ek4o,13246
6
+ vectordb_bench/metric.py,sha256=c73EOPHGXwTInl85MNLPJb9oWrFRYAtp-e5qfFoxw34,3020
7
+ vectordb_bench/models.py,sha256=xn-kWaxrFGwFuqDAo0MCRF_uGv4WoJ92qW3J0evK91A,15024
8
8
  vectordb_bench/backend/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
9
  vectordb_bench/backend/assembler.py,sha256=MdAOXVhCrRGT76Q21xBusCmDc4mXS7yMrhSYAlKPQVA,2785
10
- vectordb_bench/backend/cases.py,sha256=TdILp-UBrogsx0xYTkq6P4NLo-zx1SsdbE_hud1k9-A,23368
10
+ vectordb_bench/backend/cases.py,sha256=cU5mX7f5iar_dSUJGk9-rfwtaMq1vX4JMsEkAFLLup8,25181
11
11
  vectordb_bench/backend/data_source.py,sha256=bfa_Zg4O9fRP2ENmVZ_2-NISKozoFN-TocyxOlw1JtE,5524
12
- vectordb_bench/backend/dataset.py,sha256=22FIoT2YjvIJI9zCd4RFssjMrbnQX28nEIq-es7rdJ0,14061
13
- vectordb_bench/backend/filter.py,sha256=fDaq8SUab6KfwfGlkIQNGjE0k1gRjyXovQaTKzsUo4U,1922
12
+ vectordb_bench/backend/dataset.py,sha256=VVHPMxYuDfX4JndDdL6jYITac8lStVKxcjKZLlQKBfY,15105
13
+ vectordb_bench/backend/filter.py,sha256=VeuIzLZ-yi20k6KXwDh8x-PKQfw78xZ46VIj9e3r5mU,2312
14
14
  vectordb_bench/backend/result_collector.py,sha256=mpROVdZ-HChKBVyMV5TZ5v7YGRb69bvfT7Gezn5F5sY,819
15
- vectordb_bench/backend/task_runner.py,sha256=9idq-tS-wOL3XuN0Cdz_6LMw9MpuVAH_Hc8r9OtPTbI,13039
15
+ vectordb_bench/backend/task_runner.py,sha256=O8uija2ferfqLXiJIZV-yFeP7wa9RsKgsY3P9GFR1Uc,13164
16
16
  vectordb_bench/backend/utils.py,sha256=R6THuJdZhiQYSSJTqv0Uegl2B20taV_QjwvFrun2yxE,1949
17
- vectordb_bench/backend/clients/__init__.py,sha256=VTbkRw9HpLowKDRp_FxRwobZmIe6uRJatm4rH9zVfPI,11429
17
+ vectordb_bench/backend/clients/__init__.py,sha256=NSImBmmfn9rSeXGQFJMeD3at-r2SLP-7q2PKCiZ95Q0,12323
18
18
  vectordb_bench/backend/clients/api.py,sha256=BnVzFdvlj3cQYUx6DCbQZ08Tae2cJA5ZKuep9H-5X80,7368
19
19
  vectordb_bench/backend/clients/aliyun_elasticsearch/aliyun_elasticsearch.py,sha256=7yPYaWoHeHNxDMtpReGXsdEPFD1e4vQblFor7TmLq5o,770
20
20
  vectordb_bench/backend/clients/aliyun_elasticsearch/config.py,sha256=d9RCgfCgauKvy6z9ig_wBormgwiGtkh8POyoHloHnJA,505
21
- vectordb_bench/backend/clients/aliyun_opensearch/aliyun_opensearch.py,sha256=rwa4rtbbP2Kaczh7Bf0bc_lE_sGG5w9PhtfdFu7rQNs,13237
22
- vectordb_bench/backend/clients/aliyun_opensearch/config.py,sha256=KSiuRu-p7oL2PEukfD6SvYCKg1jTVvro9lMcUnQSN6I,1214
21
+ vectordb_bench/backend/clients/aliyun_opensearch/aliyun_opensearch.py,sha256=YoQr9Gw8yulE9bM3QOSYyK-qIQyoXzl9nvCdDCwN1H4,12505
22
+ vectordb_bench/backend/clients/aliyun_opensearch/config.py,sha256=tJonjx703YRqySaF8jl7hPlk7SmicVp9DwNqLO56hYI,989
23
23
  vectordb_bench/backend/clients/alloydb/alloydb.py,sha256=E24hxCUgpBCRiScdcS_iBk8n0wngUgVg8qujOWiUhw0,13009
24
24
  vectordb_bench/backend/clients/alloydb/cli.py,sha256=G6Q0WApoDXDG_pqmK2lEKFIvKB8qAsZFPM8TfsURydE,5086
25
25
  vectordb_bench/backend/clients/alloydb/config.py,sha256=PJs2wIJqwcG6UJ3T8R7Pi3xTMBfxTZiNkcWyhtHv5dc,5313
@@ -43,7 +43,7 @@ vectordb_bench/backend/clients/mariadb/mariadb.py,sha256=O2PY7pP3dYdp-aTOQLDVckd
43
43
  vectordb_bench/backend/clients/memorydb/cli.py,sha256=mUpBN0VoE6M55AAEwyd20uEtPkOpckJzmcP2XXpue30,2659
44
44
  vectordb_bench/backend/clients/memorydb/config.py,sha256=D2Q-HkDwnmz98ek1e_iNu4o9CIRB14pOQWSZgRvd6oY,1500
45
45
  vectordb_bench/backend/clients/memorydb/memorydb.py,sha256=5PPOSdFLQes6Gq5H3Yfi_q2m32eErMfNVO86qIjlnoc,10219
46
- vectordb_bench/backend/clients/milvus/cli.py,sha256=Mtrp8mQF6z0PCnBV8hndkO2Rfj5n9qTGbUL1BoVoems,11043
46
+ vectordb_bench/backend/clients/milvus/cli.py,sha256=yRB8Zw9HKzh-trabCI3fu0QV499C1hAGhQlapxH_Qyo,17721
47
47
  vectordb_bench/backend/clients/milvus/config.py,sha256=072nqR0EdlGWAM5e_TqyNCBrQXLcGNWpPMcUBz9mCus,12852
48
48
  vectordb_bench/backend/clients/milvus/milvus.py,sha256=06G53iQZDo6Sfp0VRenAzGvxTQ5c41Dati-Cx6KZPIw,9278
49
49
  vectordb_bench/backend/clients/mongodb/config.py,sha256=7DZCh0bjPiqJW2luPypfpNeGfvKxVC4mdHLqgcjF1hA,1745
@@ -51,6 +51,10 @@ vectordb_bench/backend/clients/mongodb/mongodb.py,sha256=ts2gpAzUTarpkfMFnM5ANi6
51
51
  vectordb_bench/backend/clients/oceanbase/cli.py,sha256=4wD9_lFH5p0mZaErfcxS71xP33jZH3RjU7B0GA_ZHhs,3199
52
52
  vectordb_bench/backend/clients/oceanbase/config.py,sha256=SbpztM07T6K3arKC8TIEtgazuIzfUEGGMm3FKiqgQbA,3660
53
53
  vectordb_bench/backend/clients/oceanbase/oceanbase.py,sha256=1h8fQQTMUHkNMscjzlTcbpXv7lCrwfNhAGm9UCGw4GY,7368
54
+ vectordb_bench/backend/clients/oss_opensearch/cli.py,sha256=HngDYMnRQZ-HKP7Vj1XU_rz80KRb-vnoAIBPhz0u4HE,4967
55
+ vectordb_bench/backend/clients/oss_opensearch/config.py,sha256=9AdjaflMF-0G8_8WSvgqcPXwvwm47x11-mEMdHzaTkw,5328
56
+ vectordb_bench/backend/clients/oss_opensearch/oss_opensearch.py,sha256=zW2Lt6kFIThJixoTZJJaJAOmEJwYvaaVXjQBjqNGZDM,25136
57
+ vectordb_bench/backend/clients/oss_opensearch/run.py,sha256=Ry5aAlielWjq0hx7LnbdShfOwzZhz3Gq9WYu5U43x9s,5001
54
58
  vectordb_bench/backend/clients/pgdiskann/cli.py,sha256=o5ddAp1Be2TOnm8Wh9IyIWUxdnw5N6v92Ms1s6CEwBo,3135
55
59
  vectordb_bench/backend/clients/pgdiskann/config.py,sha256=DBsVgLn4edl-irSlP_GV7KW-8jFemns_ujR_CuVnQtE,4412
56
60
  vectordb_bench/backend/clients/pgdiskann/pgdiskann.py,sha256=Z8K74Y6uMi6q8gnnD68doBxc5pWBSpRnNLDhlifseH4,12299
@@ -74,11 +78,13 @@ vectordb_bench/backend/clients/qdrant_local/qdrant_local.py,sha256=V2AAIrMuMoX_N
74
78
  vectordb_bench/backend/clients/redis/cli.py,sha256=tFLXzNyvh_GYUZihqMvj65C5vBKPVVAYIXtbzGaVCcU,2167
75
79
  vectordb_bench/backend/clients/redis/config.py,sha256=xVSVC6xjjAKsiwJuJoLguCGhiiUT9w13Db_Up5ZqljY,1241
76
80
  vectordb_bench/backend/clients/redis/redis.py,sha256=39-JfyMQp584jLN5ltCKqyB-sNwC18VICd6Z1XpJNMg,6769
81
+ vectordb_bench/backend/clients/s3_vectors/config.py,sha256=ub2X-hfin8wbaTETnVSlEA9KARIjeCJybnczZ4feE9s,1245
82
+ vectordb_bench/backend/clients/s3_vectors/s3_vectors.py,sha256=2VP7uIkTpgfNJ8E3BDhkMF0u0_xw_DShLli4aUGO4_Y,5875
77
83
  vectordb_bench/backend/clients/test/cli.py,sha256=NqvX7Rl6iEzAcvdy4VXOier-bOp0N3yVQ84rQOKjZEo,543
78
84
  vectordb_bench/backend/clients/test/config.py,sha256=_Eufl8g9EYBUlUw-6vNf4b4FK2KM2u9a41cz7n08QI8,390
79
85
  vectordb_bench/backend/clients/test/test.py,sha256=p8ZJ9PPQOPMc3fgtZpMMw3LROOk3VGWY-1j81NkCi8Q,1363
80
- vectordb_bench/backend/clients/tidb/cli.py,sha256=AWaw8eJlvluMGzYiBjeNc0BXPeiAw-rrO2pS_xkHFyA,2308
81
- vectordb_bench/backend/clients/tidb/config.py,sha256=gxQ2zLD2avQqetSJCXPl9Lgckf_YcKPp8B2E-hVuKsM,1255
86
+ vectordb_bench/backend/clients/tidb/cli.py,sha256=l5WWviKUqTNhv4-6wuE057BsEdytOsqGHU3uKWFnDXo,2200
87
+ vectordb_bench/backend/clients/tidb/config.py,sha256=4f6FbtqIOZLY382E63uSAQMVgRNq0J5b2AHVRjVhSVs,1740
82
88
  vectordb_bench/backend/clients/tidb/tidb.py,sha256=GN36tB5DAqXSjb7NhnOqkPfAo5D5GPBIlY0qBbDKM04,8120
83
89
  vectordb_bench/backend/clients/vespa/cli.py,sha256=beNzffELpFBKprcs33KJ8nhBt1CFNVa3b_adxZezDVU,1345
84
90
  vectordb_bench/backend/clients/vespa/config.py,sha256=tDfGY-IiLGuByHImQY0YQ5ZgxonoJVCqzgQ1Vt5jP6c,1500
@@ -91,35 +97,49 @@ vectordb_bench/backend/clients/zilliz_cloud/cli.py,sha256=3_eD3ZG-FeTw1cenhbBFni
91
97
  vectordb_bench/backend/clients/zilliz_cloud/config.py,sha256=-Qb50m-Hcz86OcMURU21n61Rz-RpFqKfUsmjna85OR8,909
92
98
  vectordb_bench/backend/clients/zilliz_cloud/zilliz_cloud.py,sha256=l6udLfkCHusTvyRK8bvdWKo-AZ91WZOfi7ZciEECpHs,676
93
99
  vectordb_bench/backend/runner/__init__.py,sha256=lkk-naYS2ai3kQLwNaqSsnudL9SVl0OYy1uCstgUAtM,289
94
- vectordb_bench/backend/runner/mp_runner.py,sha256=uoPb2LqQ1YVIB_cuNYDwwYtFZV-Uqp3NPPuCFI44EWw,10988
100
+ vectordb_bench/backend/runner/mp_runner.py,sha256=qPjMkusf2Uicm8ROzhjsJ7dYI6SCbINDRBkM5_x5zi8,11191
95
101
  vectordb_bench/backend/runner/rate_runner.py,sha256=pmRjjKQYVeHNIOxSopZ_Kv68l4Y-PzcyduNIRFFxXxk,5120
96
- vectordb_bench/backend/runner/read_write_runner.py,sha256=y5CXE1CdYTl_qrlfTpQsHTwZU-hiaSSwZuRxiK62iLk,11216
97
- vectordb_bench/backend/runner/serial_runner.py,sha256=E4oBlwaG72O4XtrO9oj7h9_g-JjfduQFMI3EjJG5d0k,12119
102
+ vectordb_bench/backend/runner/read_write_runner.py,sha256=dqlaEkTb4mAZ45DRAlt-bIQMQ3aTZ6JDG778jb2eb8c,11410
103
+ vectordb_bench/backend/runner/serial_runner.py,sha256=TEps9zgToGqhG5gadLlo87nFvtiOUBbdqX8Hm-XLsbM,12792
98
104
  vectordb_bench/backend/runner/util.py,sha256=tjTFUxth6hNnVrlU82TqkHhfeZo4ymj7WlyK4zFyPTg,522
99
105
  vectordb_bench/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
100
106
  vectordb_bench/cli/batch_cli.py,sha256=lnVrIP1rweoqfFkrdTLzxnLzy713xP2AnW6xmhd4bu0,3658
101
107
  vectordb_bench/cli/cli.py,sha256=T4EAqd5dcPSCyxcEPyT6nnpEMGODwSlYEIItsOQak5s,17773
102
- vectordb_bench/cli/vectordbbench.py,sha256=MkI1_Lk1Y6o6BPUrGrp6KR-kODTzmv02Xjkkpl7CpgA,1883
108
+ vectordb_bench/cli/vectordbbench.py,sha256=L0X4v23n_o6BUzKv3wVrY2ySl2Fr58hrCmc2kcK_j1E,1977
103
109
  vectordb_bench/config-files/batch_sample_config.yml,sha256=3n0SfLgVWeboAZZcO8j_UP4A9CExHGPE8tOmtVPPFiA,370
104
110
  vectordb_bench/config-files/sample_config.yml,sha256=yw9ZgHczNi9PedNuTVxZKiOTI6AVoQS1h8INNgoDjPk,340
105
111
  vectordb_bench/custom/custom_case.json,sha256=uKo7NJgXDPPLtf_V6y1uc5w1aIcjLp-GCJEYOCty1As,475
112
+ vectordb_bench/fig/custom_case_run_test.png,sha256=2M-77Re_c4P9Oe5tGdlTW8UaSag-Tb4--mE7dV7Tlp4,111864
113
+ vectordb_bench/fig/custom_dataset.png,sha256=3QWq9aaqhCoe-S7So4y1bMag1AYteQj1qJm1YsrID0M,76838
114
+ vectordb_bench/fig/run_test_select_case.png,sha256=1mSnpHGfiDi4qmwHLOHUUO6qvKslekLfHve-JAuh1AQ,255926
115
+ vectordb_bench/fig/run_test_select_db.png,sha256=ZTPg33pZYW_pvq-mC0fcstNa2b2pnvRn0TfcJtZxLqU,254473
116
+ vectordb_bench/fig/run_test_submit.png,sha256=Ouj4V-klGOc2phvbZcqpmhEyXh5lOm9zVcTvCJ6o178,50047
117
+ vectordb_bench/fig/homepage/bar-chart.png,sha256=Xnpfv3y2-880pwnL5bEXxRzYiyJrgDUo-pezjRJ51U8,81190
118
+ vectordb_bench/fig/homepage/concurrent.png,sha256=JJpUMYZKSX9zwVaIIxyULOSKU6AFGVLD9j4q_fl5Rns,207344
119
+ vectordb_bench/fig/homepage/custom.png,sha256=w0ilVQID7K4LsZIR_uZaps9piQhdoqmo0TYFSRKw3h0,75547
120
+ vectordb_bench/fig/homepage/label_filter.png,sha256=GZjR4qL4rJOdCeZNLppWS5TvSep7Zcx-XkoT9AdXnB0,122594
121
+ vectordb_bench/fig/homepage/qp$.png,sha256=uiFv23T_V6nDCUotGZuPJSidPjN-Qvr_1yq2Q7Iri9Y,73754
122
+ vectordb_bench/fig/homepage/run_test.png,sha256=Qz_JmXDTHDknm9lIeiNmfMCxx4NV4LqvE6z01FnQSdM,558438
123
+ vectordb_bench/fig/homepage/streaming.png,sha256=R9B2tJsrFD_FNsZ_aRy8eN3VDlEI7sOfF4tmauveVag,43722
124
+ vectordb_bench/fig/homepage/table.png,sha256=2kvGInEU1wv5Tzkn4dro9Q-TmjnUfQMuxn80w-JeaXk,171580
106
125
  vectordb_bench/frontend/utils.py,sha256=8eb4I9F0cQdnPQiFX0gMEk1e2fdgultgTKzzY5zS0Q0,489
107
126
  vectordb_bench/frontend/vdbbench.py,sha256=3AcdU8ik5ncvbLwv3JrJQzR7UorRW1qYxDtGEmsB6Ig,770
108
127
  vectordb_bench/frontend/components/check_results/charts.py,sha256=TBX89xFrWwWZRjIarVzX_Wctye6JNrMtwI8ih4s_bM8,5108
109
128
  vectordb_bench/frontend/components/check_results/data.py,sha256=M7AesJwuPn8AALSQ39xAsvdp0aTAbdp3OgXywraRvFU,3663
110
129
  vectordb_bench/frontend/components/check_results/expanderStyle.py,sha256=XLnJlDai8A8TQhr2iYQpZXIB31YUrrjrmFvLFHT5uOg,1299
111
- vectordb_bench/frontend/components/check_results/filters.py,sha256=-6DEujUGnKQaHeYYQI8BboMYspZ2pEOkkWk9ii8eIeY,5669
130
+ vectordb_bench/frontend/components/check_results/filters.py,sha256=g120093s-hoNfUa-KPtcbT_OcmolNyvhr-dUYdcfATc,5629
112
131
  vectordb_bench/frontend/components/check_results/footer.py,sha256=Nh1RzorDg-8R5ewp_UGFnUqWaAEZ7xZ1RpqHDew1mGY,395
113
132
  vectordb_bench/frontend/components/check_results/headerIcon.py,sha256=g_jY2f9aeowoLfyrQix6HmZ-gT0WsaJIOfoAwhiRSqI,636
114
- vectordb_bench/frontend/components/check_results/nav.py,sha256=uYtxznvBGA-h4G3fJyo7c_1G89KQyBUEZ81R1WtEWH8,1471
133
+ vectordb_bench/frontend/components/check_results/nav.py,sha256=qEm7O8tNXBk0aWGr__r-N7t2-gLCYO9eW2yL_iJlGfo,1519
115
134
  vectordb_bench/frontend/components/check_results/priceTable.py,sha256=K3NmlNKAb-5ncv488YpVy4i05GfZw5tezh9npO9R2wA,1295
116
135
  vectordb_bench/frontend/components/check_results/stPageConfig.py,sha256=czkqr9NC3UQAxiz8KSCZC8cPmgSnFUhI2lOLHXfuMxo,432
117
- vectordb_bench/frontend/components/concurrent/charts.py,sha256=00WI8wxIdHAhnpmFJLd03n5U3LbowmeY4swVbGNzyYg,2874
136
+ vectordb_bench/frontend/components/concurrent/charts.py,sha256=Au270jyYJ3tM-S3Br4TwQri1LtPgpUQvKF2OuczwBFs,3128
118
137
  vectordb_bench/frontend/components/custom/displayCustomCase.py,sha256=FM8nCbpq-hLoYVL1Slw5f6gSeE6EgFFN8-ZTy6AIc3Y,3219
119
138
  vectordb_bench/frontend/components/custom/displaypPrams.py,sha256=oQa-YnN1BqP-qyj9jJpUGnuGA2HtcaKQhIxe7tbsYs4,2456
120
139
  vectordb_bench/frontend/components/custom/getCustomConfig.py,sha256=YEfga7PTv5AjeRWECDA0UY_RLHI4v8IEhkKVT7p2bpk,1396
121
140
  vectordb_bench/frontend/components/custom/initStyle.py,sha256=ortsoUNqH-vVq9ECiw80PnBEcIaUwxR1AQ65DSkBhGs,434
122
141
  vectordb_bench/frontend/components/get_results/saveAsImage.py,sha256=POaFiwKoCGqrY-zhanWC7-tubE64bV_JjqI4lgIuMts,1459
142
+ vectordb_bench/frontend/components/int_filter/charts.py,sha256=l7ktw-ppuD9FCzpq712yKfIIbwc6CLFm1icxlRyIMNE,1836
123
143
  vectordb_bench/frontend/components/label_filter/charts.py,sha256=l7ktw-ppuD9FCzpq712yKfIIbwc6CLFm1icxlRyIMNE,1836
124
144
  vectordb_bench/frontend/components/run_test/autoRefresh.py,sha256=mjIa43VQQmNjYPkEbOtKNlJ1UfGPcqRKvc2Jh4kx8U0,289
125
145
  vectordb_bench/frontend/components/run_test/caseSelector.py,sha256=VZOZLRK94oDetIl9fuiHwxocDgrmAOZtT6hnTgtIJ-4,4422
@@ -131,21 +151,22 @@ vectordb_bench/frontend/components/run_test/initStyle.py,sha256=osPUgfFfH7rRlVNH
131
151
  vectordb_bench/frontend/components/run_test/inputWidget.py,sha256=oWbBlICgvObWwsz_mXRONCaM9KNEw11tJvq6ULX-OLM,1913
132
152
  vectordb_bench/frontend/components/run_test/submitTask.py,sha256=fBKUT1U9kN8I1rwYiOEdp0VXAZc9Tr8XNFxMdm5A8fE,4126
133
153
  vectordb_bench/frontend/components/streaming/charts.py,sha256=PokoN1pnakhO-lK_NU95gJ6M9LnFktbigmgZrrgD1oQ,8059
134
- vectordb_bench/frontend/components/streaming/data.py,sha256=ekp58eaxweHCfoPIySGJ35Np4sa1-EJ0s_mymct8EYs,1864
154
+ vectordb_bench/frontend/components/streaming/data.py,sha256=FFnRSiXBFZUk72cWF28551AJtPwRbxn9rwb-XWcoj_Y,2151
135
155
  vectordb_bench/frontend/components/tables/data.py,sha256=Qc9joj8gBlIDebT4B5E5EFY3bwI0E8kTUxCKpJDOeGw,1219
136
156
  vectordb_bench/frontend/components/welcome/explainPrams.py,sha256=fIcB3TVNrlpw-pFBUivs1qZ8vxtiRXjxSRFcyQeh78E,6291
137
157
  vectordb_bench/frontend/components/welcome/pagestyle.py,sha256=PMqE0yhDdWKciMIiuF0zSPxHGLEJYj95cYDCN_Knoko,2381
138
- vectordb_bench/frontend/components/welcome/welcomePrams.py,sha256=ohHbebdfBRefxXdEdFHAKR1EgWjyTXR0tlfopqZhiyo,4810
139
- vectordb_bench/frontend/config/dbCaseConfigs.py,sha256=JStjZLSCKsXRopUkje-tJZD8iVDzTT0_PByBZCnpRe8,64919
158
+ vectordb_bench/frontend/components/welcome/welcomePrams.py,sha256=b4c3LB-BYvTM6gYiEddY8UL35aeZu_ixpwbYlu4NE5w,6435
159
+ vectordb_bench/frontend/config/dbCaseConfigs.py,sha256=4YFrNyB74FWRdkBPvpQEax6bTPi38H1i3i1ZJTgNAjA,66992
140
160
  vectordb_bench/frontend/config/dbPrices.py,sha256=10aBKjVcEg8y7TPSda28opmBM1KmXNrvbU9WM_BsZcE,176
141
- vectordb_bench/frontend/config/styles.py,sha256=jOi8zwJ5u4nyAZXFno6b_vUM9jEwB8OgLUn0rF-S-tc,52891
142
- vectordb_bench/frontend/pages/concurrent.py,sha256=X1XbLYmKtS9jJCt7xbDyxoqO7N6PwaegtkTrXQG-Gno,2133
143
- vectordb_bench/frontend/pages/custom.py,sha256=qDG3hr2EN5LYMSR1LkMalHsvBFmpcS6MU_e2DPh4zYM,2547
161
+ vectordb_bench/frontend/config/styles.py,sha256=I8Jr25vf8Y0oJQaEgXlHKzVzfwESzUEP1IRFrwk4hqw,53115
162
+ vectordb_bench/frontend/pages/concurrent.py,sha256=_sWH4gWgkTC84Ico1fXuBMa4KhL7z64PoJkWS0rugXo,2148
163
+ vectordb_bench/frontend/pages/custom.py,sha256=pIXgYwiZsm-fvGMWAenv32S63Byq1aGqZNelBFPtkYA,2546
164
+ vectordb_bench/frontend/pages/int_filter.py,sha256=8j-WGz0aLLQEndNbD0EuLwmk5R3Oz1JAdQcNKg6Tfu8,1517
144
165
  vectordb_bench/frontend/pages/label_filter.py,sha256=Pey31DVlHNtHC36Y7ijLIRE2cOI4RT5tCW44-c_pl-0,1526
145
166
  vectordb_bench/frontend/pages/quries_per_dollar.py,sha256=CXRqs28AwMMAa00HL8iqwfkowBuObxRn6PFuoBBsiDM,2512
146
167
  vectordb_bench/frontend/pages/results.py,sha256=MGNg_WdV3UvxCzg6p5JX-HflNuG9u7lLyoYmzOYoS_A,2045
147
168
  vectordb_bench/frontend/pages/run_test.py,sha256=CL0ZaB-uxeL31Tjl4Xplg4r_BhqOAw3DWl7DvTzPRII,2125
148
- vectordb_bench/frontend/pages/streaming.py,sha256=dndTQhje1RpV8FOXpE4MVnht_-4rzPRjNzaFt9nhaLs,4817
169
+ vectordb_bench/frontend/pages/streaming.py,sha256=rsJV5mJHV_e1KfI-zZAvDNc6ggr4LUyYHxCjdSZSG0k,5236
149
170
  vectordb_bench/frontend/pages/tables.py,sha256=ANJhrykG94ec3Vs7HJiymvzH5NbjLCei78Sf8nTTG_I,677
150
171
  vectordb_bench/results/dbPrices.json,sha256=50y-RrqDN3oAdwiUW4irMKV1IRgzR1iFOQcl8lG7950,749
151
172
  vectordb_bench/results/getLeaderboardData.py,sha256=fuNQmFuWEdm60McaQrXSGLApNOHRnfmvzn1soT3iGHE,2323
@@ -167,12 +188,13 @@ vectordb_bench/results/Pinecone/result_20250124_standard_pinecone.json,sha256=-0
167
188
  vectordb_bench/results/QdrantCloud/result_20230727_standard_qdrantcloud.json,sha256=2GaPFRiufjLFxx2yekTqLqwJnsga5urNKa16zdZrQng,11187
168
189
  vectordb_bench/results/QdrantCloud/result_20230808_standard_qdrantcloud.json,sha256=tZjJSku1w4IqU-5T0LvxFfDPjf_9e0yCzMG-coiSniM,10241
169
190
  vectordb_bench/results/QdrantCloud/result_20250602_standard_qdrantcloud.json,sha256=40O8F99uM0cjxtMjj4e6uaLleCnZTO24MruQY866bxA,123327
191
+ vectordb_bench/results/S3Vectors/result_20250722_standard_s3vectors.json,sha256=pjs2zqty9BwsboZKog84b2wuiDvttFqSDYWbMZhkDDM,85487
170
192
  vectordb_bench/results/WeaviateCloud/result_20230727_standard_weaviatecloud.json,sha256=WBlfjmbO3R4G6F4lDuneEigffUyTU7ti1SyWoff3oNI,15497
171
193
  vectordb_bench/results/WeaviateCloud/result_20230808_standard_weaviatecloud.json,sha256=lXjudo-l-6H0EOIemoB5n4GddOOHJnwndrGwCJIH-EY,7865
172
194
  vectordb_bench/results/ZillizCloud/result_20250613_standard_zillizcloud.json,sha256=gZCnDanS5Yb6Uzvb0Q6wDxMl81UAoGzsZRHU8JwqNds,215610
173
- vectordb_bench-1.0.3.dist-info/licenses/LICENSE,sha256=HXbxhrb5u5SegVzeLNF_voVgRsJMavcLaOmD1N0lZkM,1067
174
- vectordb_bench-1.0.3.dist-info/METADATA,sha256=FDXjvpbUaDPSmUU3J15k46eRYBS32sDIksF2fangqT0,40753
175
- vectordb_bench-1.0.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
176
- vectordb_bench-1.0.3.dist-info/entry_points.txt,sha256=Qzw6gVx96ui8esG21H6yHsI6nboEohRmV424TYhQNrA,113
177
- vectordb_bench-1.0.3.dist-info/top_level.txt,sha256=jnhZFZAuKX1J60yt-XOeBZ__ctiZMvoC_s0RFq29lpM,15
178
- vectordb_bench-1.0.3.dist-info/RECORD,,
195
+ vectordb_bench-1.0.5.dist-info/licenses/LICENSE,sha256=HXbxhrb5u5SegVzeLNF_voVgRsJMavcLaOmD1N0lZkM,1067
196
+ vectordb_bench-1.0.5.dist-info/METADATA,sha256=LAlYHSS3aCpHx8sF4fzuzjcMZAqHNqgUjsHChsz25B4,40609
197
+ vectordb_bench-1.0.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
198
+ vectordb_bench-1.0.5.dist-info/entry_points.txt,sha256=Qzw6gVx96ui8esG21H6yHsI6nboEohRmV424TYhQNrA,113
199
+ vectordb_bench-1.0.5.dist-info/top_level.txt,sha256=jnhZFZAuKX1J60yt-XOeBZ__ctiZMvoC_s0RFq29lpM,15
200
+ vectordb_bench-1.0.5.dist-info/RECORD,,