|
|
|
Show HN: Nomad Hypertext, a local first writing app built around semantic search
(github.com)
|
|
12 points
by nichwch
883 days ago
|
|
Nomad Hypertext is a writing app built around semantic search. It lets you see connections between your ideas in real time as your write - click on the # symbol next to a paragraph, and similar ideas you've written about in the past will show in the sidebar. This helps you spot both recurring themes and unexpected links between seemingly different ideas. It does this by generating embeddings using a local model (supabase's gte-small model) and finds similar posts with @OramaSearch, a local vector DB. |
|