Skip to content

chore(deps): update ruvector-cluster requirement from 0.1.2 to 2.0.1#15

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/ruvector-cluster-2.0.1
Closed

chore(deps): update ruvector-cluster requirement from 0.1.2 to 2.0.1#15
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/ruvector-cluster-2.0.1

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Feb 9, 2026

Updates the requirements on ruvector-cluster to permit the latest version.

Changelog

Sourced from ruvector-cluster's changelog.

Changelog

All notable changes to Ruvector will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Comprehensive documentation suite
    • Getting Started guide
    • Installation guide
    • Basic tutorial
    • Advanced features guide
    • Architecture documentation
    • API references for all platforms
    • 10+ code examples
    • Contributing guide
    • Migration guide from AgenticDB

[0.1.0] - 2025-11-19

Added

Phase 1: Foundation (Completed)

  • Core vector database implementation with redb storage
  • Memory-mapped vector access via memmap2
  • SIMD-optimized distance metrics (Euclidean, Cosine, Dot Product, Manhattan)
  • Basic flat index for exact search
  • Initial test suite and benchmarks
  • CLI scaffolding

Phase 2: HNSW Indexing (Completed)

  • HNSW (Hierarchical Navigable Small World) graph implementation
  • Integration with hnsw_rs crate
  • Parallel index construction using rayon
  • Zero-copy serialization with rkyv
  • Batch insert operations
  • Scalar quantization (int8) for 4x memory compression
  • Comprehensive HNSW integration tests
  • Performance benchmarks:
    • Distance metrics: 200-300x speedup with SimSIMD
    • HNSW search: Sub-millisecond latency for 1M vectors
    • Batch operations: 10-100x faster than individual operations

Phase 3: AgenticDB Compatibility (Completed)

  • Full AgenticDB API implementation with 5-table schema:
    • vectors_table: Core embeddings with metadata
    • reflexion_episodes: Self-critique memory for agent learning

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [ruvector-cluster](https://github.com/ruvnet/ruvector) to permit the latest version.
- [Release notes](https://github.com/ruvnet/ruvector/releases)
- [Changelog](https://github.com/ruvnet/ruvector/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ruvnet/ruvector/commits)

---
updated-dependencies:
- dependency-name: ruvector-cluster
  dependency-version: 2.0.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Feb 9, 2026

Labels

The following labels could not be found: dependencies, rust. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Feb 16, 2026

Superseded by #21.

@dependabot dependabot Bot closed this Feb 16, 2026
@dependabot dependabot Bot deleted the dependabot/cargo/ruvector-cluster-2.0.1 branch February 16, 2026 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants