DEV Community

Giovanni Del Gallo
Giovanni Del Gallo

Posted on

Easy to use Python library for retrieval in LLMs apps

Hi guys, I've been developing LLM apps for a while now, and creating a retrieval engine always gives me headaches.
Managed solutions are way too expensive, while libraries like faiss are definitely too unwieldy.

Additionally, semantic or keyword searches often perform poorly, but there are not many hybrid alternatives out there. I've open-sourced a library that makes it super easy (3 lines of code) to create a retrieval engine using hybrid search, taking the best of semantic and keyword search.

GitHub

I hope it helps! Giovanni

Top comments (0)