명백하게 진술된 교훈

작성자

카테고리:

← 피드로
DEV Community · Neonmem Dev Team · 2026-06-16 개발(SW)

Neonmem Dev Team

If you persist embeddings, you must persist the embedder. A vector index is
only meaningful next to the exact model that produced it.

It’s an easy mistake because everything looks fine — the vectors are right
there on disk, the search runs, no error is thrown. It’s only wrong by a
dimension you can’t see.

The fix

The embedder now travels inside the single cartridge file — same one-file,
binary-only format, no sidecar. On load it’s restored, and every read (and every
newly-learned fact) is embedded with the same model the stored vectors were
built with. We also added a dimension guard: if an old cartridge ever mismatches,
recall degrades to keyword search instead of returning garbage.

Result: “import any docs → your agent answers from them” now survives close,
reopen, and a week later.

Also in 0.9.6

  • Procedures and rules recall without erroring.
  • Your memory is saved before a session auto-compacts and restored after — a long session never loses its thread.
  • The cross-process write-lock moved outside the cartridge folder, so your memory stays one clean file while several tools share it safely.

Free for personal use, local and private: neonmem.com
(Windows + Linux AppImage).

원문에서 계속 ↗

코멘트

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다