5.0.0 #178
cybaea
announced in
Announcements
5.0.0
#178
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
5.0.0 — The Dual-Loop Update
This release rewrites the search architecture to mimic human cognition: fast reflexes followed by deep thought. We call it Dual-Loop Search.
Alongside this, we've solved the "I can't find my note" frustration with asymmetric embeddings and fuzzy matching, ensuring you find what you're looking for even if you make a typo or use different phrasing.
Warning
Action Required: Re-Index Your Vault
Because we have changed the fundamental way vectors are calculated (switching to Asymmetric Embeddings), your old index is incompatible with this version.
Dual-Loop Search Architecture
We have split the search experience into two distinct cognitive loops:
Loop 1: Reflex Search (The "Spotlight")
storiswill correctly findstories, making the UI feel robust and forgiving.Loop 2: Analyst Search (The Agent)
topics,tags,author) to gather a broad set of candidates.Intelligence Upgrades (The "Fixes")
Three major changes ensure that "Search" actually means "Find".
Architecture & Stability
Quality of Life
This discussion was created from the release 5.0.0.
All reactions