fuzzy find my records ken.waow.tech
embeddings pds search
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

about: fix misleading copy, emphasize experimental + opt-in

- "built locally" wrongly implied the user's machine; it runs on
the server. rewritten to say ken fetches from your PDS and builds
the index on the server.
- added "experimental" upfront.
- clarified the save is opt-in: nothing is written to your repo
unless you click save. the result is stored as a record with
vector blobs, not just "a record."

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+1 -1
+1 -1
backend/src/assets/index.html
··· 93 93 <div id="about-overlay" class="overlay hidden"></div> 94 94 <div id="about-modal" class="modal hidden" role="dialog" aria-labelledby="about-title"> 95 95 <h2 id="about-title">ken</h2> 96 - <p>fuzzy find any record in your atproto repo. sign in, embeddings get built locally against your own PDS, and the vector pack lives as a record you can inspect or delete.</p> 96 + <p>experimental. fuzzy find any record in your atproto repo. sign in, ken fetches your records from your PDS and builds a vector index on the server. optionally save the index back to your PDS as a record with vector blobs — nothing is written to your repo unless you explicitly click save.</p> 97 97 <ul class="about-links"> 98 98 <!-- fallback href points at the ken maintainer's persisted pack 99 99 collection via handle, so the link is always valid even