Rust Crate
2024 (earliest release in corpus)

smartcore v0.5.0

Machine Learning in Rust. Foundation library underpinning spectral clustering and manifold utilities across the stack.

πŸ“₯ contributor
Paper
September 10, 2025

ArrowSpace: Spectral Indexing of Embeddings using taumode (λτ)

DOI: DOI:joss.10.21105.09002

  • Introduces ArrowSpace: spectral vector search blending semantic similarity with graph Laplacian energies via the synthetic λτ (taumode) index.
  • Establishes λτ as a computationally cheap proxy for structural deviation β€” operationally useful for active learning, RAG tails, and OOD detection.
  • Sets the invariant that the manifold is built in feature space rather than item space.
Blog
October 1, 2025

The Next Evolution in AI Memory: Energy-Informed Vector Search founding post

Rust Crate
October 2025

optical-embeddings v0.3.0

DeepSeek-OCR β€” compress text into images. Optical token-compression for dense-context pipelines.

πŸ“₯ 225 total ⚑ 5 recent
Blog
October 17, 2025

Fast (not approximate?) Nearest Neighbours v0.16.0 β€” fastest open ANN

Blog
October 24, 2025

DeepSeek-OCR + Energy Search in ArrowSpace v0.18.0 NDCG@10 β‰ˆ 0.99 Β· MRR=1.0

Blog
November 7, 2025

Efficient GPT training: a Rust-powered GPT-2 deep dive

Rust Crate
November 2025

nanogpt v0.1.0

Nanochat in Rust. Companion to the GPT-2 deep-dive post; full transformer impl with RoPE, MQA, RMSNorm.

πŸ“₯ 22 total ⚑ 5 recent
Rust Crate
November 2025

dspm-rs v0.1.0

Graph dimensionality reduction for vector similarities via subgraphs.

πŸ“₯ 21 total ⚑ 3 recent
Rust Crate
November 2025

javelin-tui v0.10.0

TUI for displaying and working with Lance matrices β€” developer tooling for the ArrowSpace ecosystem.

πŸ“₯ 142 total ⚑ 3 recent
Blog
November 12, 2025

Why arrowspace is game-changing for data operations at scale

Blog
November 26, 2025

Safer LLMs require open search β€” Building the AI Memory Layer AI safety

Rust Crate
December 2025

deep-delta-learn v0.1.0

Implementation of Deep Delta Learning (paper 2601.00417). Structured incremental learning for spectral models.

πŸ“₯ 22 total ⚑ 4 recent
Blog
January 5, 2026

The Topological Transformer: Tauformer ~50% KV-cache Β· ~20% faster

Rust Crate
February 2026

kalman_clustering v0.3.0

Clustering vectors using Kalman Filter. Powers the diffusion-split subcentroids and spectral partitioning approach.

πŸ“₯ 446 total ⚑ 364 recent
Blog
February 17, 2026

arrowspace: Capabilities, speed and accuracy

Paper
February 27, 2026

Graph Wiring: Eigenstructures for Vector Datasets and LLM Operations

DOI: DOI:au.177220780.02840438

  • Generalises ArrowSpace into a graph wiring framework; builds discrete graphs from arbitrary vector spaces by transposing data into feature space.
  • Feature-space Laplacian behaves as a discrete Laplace–Beltrami operator; minimising Rayleigh quotient ≑ constructing a discrete minimal surface in feature space.
  • Provides the theoretical foundation tying together Ξ»-indices, epiplexity, and MRR-Top0 into a unified manifold-based view.
Paper
March 6, 2026

MRR-Top0: A Topology-Aware Extension of Mean Reciprocal Rank

DOI: DOI:au.177430061.18235541

  • Extends MRR with topology-aware score using PPR, conductance, and modularity β€” evaluates full top-k list, not just the first relevant hit.
  • Quantitative lens on "tails quality" critical for long-term multi-query RAG stability.
  • Establishes Topological PageRank as a central metric for spectral manifold assessment.
Blog
March 8, 2026

arrowspace hits the spot for semantic augmented retrieval geometry-only cosine fails at tail

Paper
March 15, 2026

Epiplexity And Graph Wiring: An Empirical Study for the Design of a Generic Algorithm

DOI: DOI:au.177430060.02394540

  • Connects ArrowSpace Ξ» scores to epiplexity; treats Ξ» as proxy for manifold deviation.
  • Studies epiplexity-weighted retrieval tail behaviour and OOD items using CVE benchmarks.
  • Empirically tests a generic algorithm combining Ξ», epiplexity, and topological quality for spectral search. pip install epiplexity
Python Package
March 2026

epiplexity pip install epiplexity

Python interface to the epiplexity + Graph Wiring algorithm. Companion to the empirical study paper.

🐍 PyPI
Milestone
March 27, 2026

πŸŽ™οΈ arrowspace: Vector Spaces and Graph Wiring β€” MLOps Community Podcast

  • How Graph Wiring reframes vector datasets as feature-space manifolds.
  • Why epiplexity matters for retrieval, curation, and model operations.
  • What is structural information and how to generate information from datasets.
Rust Crate
March 2026

constraint-decoding-trie v0.1.0

Generative Retrieval: Transition Matrix Trie for Constraint Decoding (STATIC). Companion implementation to the Spectral IDs paper.

πŸ“₯ 16 total ⚑ 4 recent
Paper
April 10, 2026

Spectral-aware Unique Identifiers for Generative Retrieval and Vector Search

DOI: DOI:au.177585107.76021942

  • Introduces spectral-aware IDs: composite codes pairing integer ID with an order key derived from taumode, aligning identifiers with the spectral manifold.
  • Improves manifold consistency vs conventional generative retrieval identifiers; compatible with standard vector DBs and RAG pipelines.
  • Bridge between ArrowSpace-style spectral indexing and modern generative retrieval.
Python Package
April 2026

arrowspace pip install arrowspace

Python bindings to the ArrowSpace Rust engine. Full graph analysis, vector search, and energy-distribution stats from Python.

🐍 PyPI
Rust Crate
April 2026

arrowspace v0.26.2

Graph Wiring for embeddings using physical networks wiring. Graph analysis, vector search, and energy-distribution stats.

πŸ“₯ 6,604 total ⚑ 736 recent
Rust Crate
May 2026 (β‰ˆ 25 days ago)

genegraph-storage v0.12.0

Vector database: base Lance storage layer. Core persistence engine for the ArrowSpace graph wiring stack.

πŸ“₯ 974 total ⚑ 286 recent
Milestone
May 11, 2026

πŸ† Submitted to NeurIPS 2026

Blog
June 2, 2026

arrowspace for Latent Spaces β€” part 1 100% cluster purity at Ξ±=0.35

Blog
June 11, 2026

arrowspace for Latent Spaces β€” part 2 36 weight-role subspaces probed

Paper
June 19, 2026

From Embedding Geometry to Spectral Search: Energy Dispersion Networks For Vector Retrieval

arXiv: 2606.21535  Β·  Lorenzo Moriondo, Ilias Azizi

  • Introduces Graph Wiring: a general framework for exploiting feature-space spectral structure in vector search, together with its task-specific instantiation Spectral Indexing.
  • Couples geometric similarity with spectral information to improve head-tail coherence and semantic alignment relative to purely geometric retrieval.
  • Supports adaptive search via tau-modulation for modern RAG pipelines; establishes theoretical foundation through epiplexity.
  • Evaluated across benchmark and industrial settings using the open-source arrowspace library.
Milestone
..., 2026

⏳ Next? Become a sponsor to be part of this endeavour

πŸ“Š Blog Figures Gallery

All benchmark charts from published posts. Click any figure to expand.

Score decay across ranks (CVE)
016
Score decay across ranks
Score lift (CVE)
016
Score lift
NDCG@k (CVE)
016
NDCG@k
Rank correlation (CVE)
016
Rank correlation
Threshold ratio (CVE)
016
Threshold ratio
Tail CV (CVE)
016
Tail coefficient of variation
Per-query precision curves (CVE)
016
Per-query precision curves
Ranker agreement (CVE)
016
Ranker agreement
Head-query scatter (CVE)
016
Head-query scatter
Tail-query radar (CVE)
016
Tail-query radar
Result overlap (CVE)
016
Result overlap
Score distribution violin (CVE)
016
Score distribution violin
Decay rate (CVE)
016
Decay rate
Boost heatmap (CVE)
016
Boost heatmap
Re-rank histogram (CVE)
016
Re-rank histogram
Benefit analysis (CVE)
016
Benefit analysis
Ranking stability (CVE)
016
Ranking stability
Score range (CVE)
016
Score range
Win-rate analysis (CVE)
016
Win-rate analysis
Performance landscape (CVE)
016
Performance landscape
Parallel coordinates (CVE)
016
Parallel coordinates
Cumulative advantage (CVE)
016
Cumulative advantage
Summary table (CVE)
016
Summary table
ArrowSpace energy distribution
019
ArrowSpace energy distribution
KDE β€” vanilla embeddings
019
KDE β€” vanilla embeddings
KDE β€” augmented embeddings
019
KDE β€” augmented embeddings
Diffusion map β€” vanilla
019
Diffusion map β€” vanilla
Diffusion map β€” augmented
019
Diffusion map β€” augmented
Barnes-Hut overlay
019
Barnes-Hut overlay
Cluster quality bar chart
019
Cluster quality bar chart
Ξ± vs cluster purity
019
Ξ± vs cluster purity
Ξ± vs Ξ» energy
019
Ξ± vs Ξ» energy
Jaccard@7 overlap
019
Jaccard@7 overlap
Radius vs KDE bandwidth
019
Radius vs KDE bandwidth
Radius vs diffusion scale
019
Radius vs diffusion scale

⭐ NeurIPS 2026 CVE Results ⭐ Special Panel

Figures and interactive charts from the NeurIPS 2026 submission · CVE benchmark · v2 output

Top-25 Score Comparison (per query)

Grouped bar chart per query: 3 bars per rank (Cosine / Hybrid / Taumode). X labels show CVE year suffix. Scroll-zoom + pan enabled.

Tail Analysis (4 sub-charts per query)

Score distribution with HEAD_K=3 split line; tail scores rank 4+; tail variability (mean ± std); tail metrics grouped bar.

Semantic Recall Comparison (3 × 3)

Per method: Recall bars (Traditional / Semantic / Tolerant); scatter Traditional vs Semantic with y=x diagonal; Tolerant − Traditional uplift histogram.

Metric Deltas vs Cosine baseline

Δ Tail/Head Ratio, Δ Semantic Recall, Δ Tolerant Recall — Hybrid and Taumode relative to Cosine, per query.

Win/Loss Heatmap (D3)

Per-query winner for T/H Ratio, Tail CV, Tail Decay, Semantic Recall, Tolerant Recall. Cell colour = winning method; C/H/T annotation.

HEAD_K Sweep (±1 std band)

Mean Tail/Head Ratio, Tail CV, Tail Decay vs HEAD_K, with ±1 std shaded band per method.

</div>

❤️ Sponsor

Support the ArrowSpace & Graph Wiring ecosystem