generated from hack-ink/vibe-mono
-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
kind:archArchitecture and design changes that affect system shape, boundaries, or major flows.Architecture and design changes that affect system shape, boundaries, or major flows.kind:specSpecification or contract definition (APIs, schemas, invariants, query semantics).Specification or contract definition (APIs, schemas, invariants, query semantics).
Description
Context
Single-vector notes dilute important content in long memories. QMD uses fixed-size chunks with overlap to improve recall at boundaries.
Goal
Improve recall for long memories by indexing overlapping chunks and merging results back to the note level.
Scope
- Add configurable chunk size and overlap.
- Store chunk embeddings tied to note_id, sequence, and offsets.
- Retrieve by chunk similarity and stitch adjacent chunks into a single memory result.
Acceptance Criteria
- Long-memory recall improves without degrading short-note precision.
References
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind:archArchitecture and design changes that affect system shape, boundaries, or major flows.Architecture and design changes that affect system shape, boundaries, or major flows.kind:specSpecification or contract definition (APIs, schemas, invariants, query semantics).Specification or contract definition (APIs, schemas, invariants, query semantics).