Hacker News new | ask | show | jobs
by picohen 944 days ago
Well, of course I'm biased on the answer :). But to give a not-so-biased answer, I would first try to understand what the project is about and whether RAG is a priority in it. If the project is leveraging agents and LLMs without worrying too much on context/up-to-date data then Haystack could be a good option. If the focus is to eventually use RAG then our framework could help.

Additionally, there might be a potential route where both are used, depending on the use case.

Feel free to dm if you want to chat further on this!

2 comments

Actually Haystack is very focused on RAG lately, just have a look at the latest blog articles: https://haystack.deepset.ai/blog

(Disclaimer: I am a Haystack maintainer)

A bit odd that they might not be aware of that. Any ideas from this project you see that might benefit Haystack?
I understood Haystack as doing RAG but your comment seems to define it differently than my understanding.