Skip to content

release: v0.4.2 — HNSW vector search for Ineru#73

Merged
ApiliumDevTeam merged 4 commits intomainfrom
dev
Mar 11, 2026
Merged

release: v0.4.2 — HNSW vector search for Ineru#73
ApiliumDevTeam merged 4 commits intomainfrom
dev

Conversation

@ApiliumDevTeam
Copy link
Contributor

Summary

  • HNSW (Hierarchical Navigable Small World) approximate nearest-neighbor index for Ineru memory subsystem
  • Topology-preserving serialization/deserialization with backward compatibility
  • Vector search REST endpoints: POST /memory/search, GET /memory/index/stats, POST /memory/index/rebuild
  • Entry point updates, level cap, neighbor pruning, and memory stats
  • All 13 crates bumped to v0.4.2

Test plan

  • cargo test -p ineru — 57 tests pass
  • cargo test -p aingle_cortex — 84 tests pass
  • Serialization round-trip preserves topology
  • Legacy format backward compatibility
  • Cosine distance, deletion, rebuild verified

Merge main into dev — Persistent Cortex storage (v0.4.1)
- Add HNSW approximate nearest-neighbor search (hnsw.rs) with proper
  topology-preserving serialization, dynamic entry point, natural level
  distribution, and neighbor pruning on deletion
- Wire HNSW index into LTM for semantic_search acceleration
- Add Cortex REST endpoints: POST /memory/search, GET /memory/index/stats,
  POST /memory/index/rebuild
- Bump all crates to 0.4.2
feat: HNSW vector index for Ineru + vector search endpoints (v0.4.2)
@ApiliumDevTeam ApiliumDevTeam merged commit 9e5a0e5 into main Mar 11, 2026
21 of 22 checks passed
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.

1 participant