Additional minimal changes for VDB modular backend support @https://github.com/mlcommons/storage/pull/316#379
Conversation
…ndalone vdb modular workflow for different DB backends
|
MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅ |
russfellows
left a comment
There was a problem hiding this comment.
PR #379 — Additional minimal changes for VDB modular backend support
Author: idevasena | +8787 / -428 | 41 files | Status: dirty (merge conflicts)
Assessment:
Summary
This PR documents the new modular backend-agnostic VectorDB benchmark runner as a standalone preview and adds the supporting fixes/tests needed to validate it independently from the existing
mlpstorage vectordbpath.The modular runner is available through:
or
Scope of this PR
This PR includes the following minimal changes:
Documentation
vdb_benchmark/README.mdto describe the modular runner as a standalone preview../mlpstorage vectordbcontinues to use the Milvus-oriented runner.