Hacker News new | ask | show | jobs
by do-me 1124 days ago
Awesome project! From the website I wasn't quite able to tell where exactly and how AI comes into play. I think apart from fuzzy searching headings a semantic search functionality for the whole text would be a really nice default feature. I implemented frontend-only semantic search with transformers.js here: geo.rocks/semanticfinder. The implementation is very straightforward and it would be easy to integrate in the browser, maybe as a plugin or similar.
1 comments

The code references stochastic modeling[1] for predicting the users next command. There may be other places too.

https://github.com/atlas-engineer/nyxt/pull/2593