Strixa AI
TopicsSearchPricing
Sign inStart tracking
Strixa AI
TopicsSearchPricing
Sign inStart tracking
S
Intelligence HubEnterprise Workspace
New Tracking
Topics DirectoryTrend AnalysisEvidence PanelSignal FeedTechnical Events
DocumentationAccount
Topics Directory/Hybrid Search
Stage: Active

Hybrid Search

Track important changes in Hybrid Search, including capabilities, product updates, adoption signals, risks, and evidence worth continued monitoring.

HYBRID SEARCHTRACKING
Live from /v1/topics/hybrid_search
Timeline
2 events
Signals
2 signal records
Evidence
2 evidence items
Sources
2 sources

ActiveTrend velocity

2 days agoLatest tracked change

Subscribe to Topic

Signal Feed

Changes worth continued tracking

2 unique signals
  1. pull requestMay 19, 2026, 9:25 AM

    Viewer Memories search now routes CJK and longer queries to backend BM25+vector

    The PR replaces client-side-only `String.includes()` filtering in the Viewer Memories tab with conditional backend search routing so CJK and qualifying Latin queries are handled by `/agentmemory/search` (BM25+vector), improving match behavior for international text input.

    What ChangedThe PR replaces client-side-only `String.includes()` filtering in the Viewer Memories tab with conditional backend search routing so CJK and qualifying Latin queries are handled by `/agentmemory/search` (BM25+vector), improving match behavior for international text input.
    Why It MattersUsers typing Chinese/Japanese/Korean in the Viewer Memories search will get more consistent and useful results than before because search no longer depends only on naive local string matching, and operators gain explicit visibility into whether a query used backend or local mode; watch for backend response latency, fallback-result quality when backend calls fail, and any rise in wrong-mode routing from CJK detection edge cases.
    Final score 80Confidence 951 evidence itemAgentMemory Viewer Memoriesbackend search /agentmemory/searchBM25vector searchCJK detectionIME composition eventslocal String.includes filter
    Analyze Evidence
  2. releaseMay 19, 2026, 10:48 PM

    Persistent HNSW checkpoints make memory restarts much faster

    The release makes @claude-flow/memory recover ANN state from disk snapshots: reopening the same database path now restores entries and the HNSW index instead of rebuilding, removing restart-time index reconstruction overhead.

    What ChangedThe release makes @claude-flow/memory recover ANN state from disk snapshots: reopening the same database path now restores entries and the HNSW index instead of rebuilding, removing restart-time index reconstruction overhead.
    Why It MattersDevelopers and operators can restart services that depend on the memory service and get vector search usable almost immediately, instead of losing startup time to rebuilding index state from all stored entries. This reduces restart/incident recovery delays and improves operational readiness after node recycle; continue monitoring snapshot write/read integrity, recovery failures when storage is interrupted, and sidecar file growth relative to write rate.
    Final score 76Confidence 941 evidence item@claude-flow/memoryMemoryServiceHNSWdbPath sidecar snapshotPersistent ANN recovery
    Analyze Evidence

Topic Timeline

How the topic has changed over time

2 events
  1. May 19, 2026, 10:48 PM

    release

    Persistent HNSW checkpoints make memory restarts much faster

    The release makes @claude-flow/memory recover ANN state from disk snapshots: reopening the same database path now restores entries and the HNSW index instead of rebuilding, removing restart-time index reconstruction overhead.
    ContributionAdded durable persistence for the HNSW index in MemoryService (including auto-snapshoting and restore on reopen), which changes restart behavior from rebuild-on-start to snapshot restore.
    ImpactDevelopers and operators can restart services that depend on the memory service and get vector search usable almost immediately, instead of losing startup time to rebuilding index state from all stored entries. This reduces restart/incident recovery delays and improves operational readiness after node recycle; continue monitoring snapshot write/read integrity, recovery failures when storage is interrupted, and sidecar file growth relative to write rate.
  2. May 19, 2026, 9:25 AM

    pull request

    Viewer Memories search now routes CJK and longer queries to backend BM25+vector

    The PR replaces client-side-only `String.includes()` filtering in the Viewer Memories tab with conditional backend search routing so CJK and qualifying Latin queries are handled by `/agentmemory/search` (BM25+vector), improving match behavior for international text input.
    ContributionAdded query-routing logic that detects CJK characters and Latin query length, dispatches eligible queries to backend BM25+vector search, preserves local filtering as a graceful fallback, and uses compositionstart/compositionend guards to prevent IME text composition from being interrupted during input.
    ImpactUsers typing Chinese/Japanese/Korean in the Viewer Memories search will get more consistent and useful results than before because search no longer depends only on naive local string matching, and operators gain explicit visibility into whether a query used backend or local mode; watch for backend response latency, fallback-result quality when backend calls fail, and any rise in wrong-mode routing from CJK detection edge cases.

Evidence Trail

  1. github_release

    v3.7.0-alpha.71 — ADR-125 Memory Consolidation (full delivery)

    The note states `MemoryService.close()` snapshots HNSW to `<dbPath>.hnsw` with `<dbPath>.meta.json`, and the same path reopen restores entries and HNSW so a cold-start rebuild is no longer required.

    Open Source
  2. github_pull_request

    rohitg00/agentmemory PR #536: feat(viewer): add backend-powered CJK search for Memories tab

    Route CJK and long Latin queries from local filtering to `/agentmemory/search`, add IME-safe input handling, and show whether Backend (BM25+vector) or Local filter is active.

    Open Source

Source Coverage

github release
1 event · 1 evidence item
2 days ago
github pull request
1 event · 1 evidence item
2 days ago

Subscribe to this topic

Keep tracking Hybrid Search with weekly digests and high-signal alerts once your account subscription is active.

Sign in to subscribeReview Pro tracking

Watching Next

Hybrid Search tracks source-backed changes, trend stages, evidence volume, and the signals worth watching over time.

Turn on alerts