Skip to content

Releases: gambletan/cortex

v2.0.0

25 Mar 12:23

Choose a tag to compare

v1.8.0

25 Mar 04:25

Choose a tag to compare

Full Changelog: v1.7.0...v1.8.0

v1.7.0

24 Mar 08:07

Choose a tag to compare

Full Changelog: v1.5.1...v1.7.0

v1.5.1 — Performance & Search Overhaul

18 Mar 12:31

Choose a tag to compare

What's New

Performance

  • 2x faster search — HNSW rebuild debounce, read-lock search, parking_lot::Mutex
  • Half memory usage — f16 vector quantization
  • SIMD dot product for similarity search
  • Read/write connection split + WAL tuning
  • Batch operations — batch delete, batch ingest with dedup, batch salience updates
  • Prepared statement caching for all reads and writes

Features

  • FTS5 full-text search — replaces regex-based search
  • Plugin system — configurable consolidation and index strategies
  • Lazy HNSW index — builds on demand, not on startup
  • CLI tools and install script
  • Namespace isolation for multi-tenant deployments
  • Event system and observability hooks
  • Docker image on GHCR (ghcr.io/gambletan/cortex-http)

Testing

  • 74 new tests for full coverage of perf optimizations
  • 131+ total tests

Benchmarks

  • Ingest: 62µs
  • Search: <100µs
  • 1,182x faster than Mem0 cloud

Full Changelog: v1.4.0...v1.5.1

v1.4.0 — HNSW Index, MCP Tools, CI/CD

18 Mar 12:32

Choose a tag to compare

What's New

  • Incremental HNSW index — no full rebuild on insert
  • SQL-indexed queries — faster tier/entity lookups
  • LLM summarizer hook — pluggable summarization during consolidation
  • 18 MCP tools for Claude Code / Claude Desktop integration
  • CI/CD pipeline — automated testing and release
  • Configurable decay and LLM inference settings
  • Docker support — Dockerfile and GHCR workflow

Full Changelog: v1.3.0...v1.4.0

v1.3.0 — Query Expansion & Relationships

18 Mar 12:32

Choose a tag to compare

What's New

  • Query expansion — automatic synonym and related-term search
  • Bidirectional relationships — people graph traversal in both directions
  • Context quality optimization — smarter retrieval ranking
  • PyPI package renamed to cortex-ai-memory

Full Changelog: v1.2.0...v1.3.0