Show HN: Conversational search in less than 500 lines of Python (search.lepton.run)
Hi there! We built a Bing-chat-like conversational search engine with less than 500 lines of python code (and a similar amount of frontend script). The source code is fully open-source at https://github.com/leptonai/search_with_lepton , and we put up a live demo at https://search.lepton.run/. Let us know what you think!
2 comments
[ 2.8 ms ] story [ 16.1 ms ] threadYou can try plug in different search engines or even your own elastic interface, write different LLM prompts, pick different LLM models - a lot of ablation studies that could be tried out.
We appreciate your interest and happy Friday!