mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-22 19:56:25 +00:00
Critical fix for v0.1.7 that resolves native module loading failure.
Changes:
- Fixed case sensitivity: VectorDB → VectorDb in type checks
- Native module exports VectorDb (lowercase 'b')
- Code was checking for VectorDB (uppercase 'B')
- Re-export as VectorDB for API consistency
- Version bump: 0.1.6 → 0.1.7
This fix resolves the error:
"Native module loaded but VectorDB not found"
Related commits:
- Database pooling: already in storage.rs (commit
|
||
|---|---|---|
| .. | ||
| ADMIN_API_QUICKSTART.md | ||
| API.md | ||
| API_FILES.txt | ||
| API_IMPLEMENTATION_SUMMARY.md | ||
| API_QUICK_REFERENCE.md | ||
| OBSERVABILITY.md | ||
| OBSERVABILITY_SUMMARY.md | ||
| training-api-reference.md | ||
| training-guide.md | ||
| TRAINING_IMPLEMENTATION.md | ||