mirror of
https://github.com/qdrant/qdrant.git
synced 2026-07-26 04:31:02 -05:00
* dataset: add features to fs-err Reason: fix `cargo check --all-targets -p dataset`. Feature unification pulls `fs-err/debug` + `fs-err/tokio` without `fs-err/debug_tokio`. * dataset: run `cargo metadata` to get target dir Reason: avoid re-downloading in separate worktrees. The old `cargo locate-project` ignores custom target dirs. * sparse/benches/search: cache vectors/indices