mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-31 13:29:29 +00:00
- Remove unused imports across multiple modules: - graph/operators.rs: pgrx::prelude in tests - graph/sparql/results.rs: Literal import - healing/functions.rs: super::* in tests - healing/learning.rs: RemediationOutcome import - index/ivfflat_storage.rs: super::* in tests - routing/router.rs: CostModel and PerformanceMetrics - Fix GNN operator tests to use JsonB correctly: - Add helper functions to_json() and parse_result() - Convert Vec inputs to JsonB before calling functions - Parse JsonB results for assertions - Fix aggregator tests type inference: - Add explicit Vec<f32> type annotation for empty vec comparison 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| attention | ||
| bin | ||
| distance | ||
| embeddings | ||
| gnn | ||
| graph | ||
| healing | ||
| hybrid | ||
| hyperbolic | ||
| index | ||
| integrity | ||
| learning | ||
| quantization | ||
| routing | ||
| sparse | ||
| tenancy | ||
| types | ||
| workers | ||
| lib.rs | ||
| operators.rs | ||