Hacker News new | ask | show | jobs
by ori_b 263 days ago
Can I have the application search without the LLM shit?
1 comments

yes, you don’t have to use LLM operations during search. You can set the search-endpoint to just use BM25 keyword search.
Can I have a UI for this, instead of having the clunkiness of trying to make an LLM do what I want?