Viewing profile — antti909
antti909
HN member- Joined
- Fri, Jun 26, 2020, 1:37 PM UTC
- HN karma
- 74
- Public activity
- 74 items
- HN profile
- View on Hacker News ↗
About antti909
Recent public activity
- story
- story
- story
- story
- story
-
comment
Comment #35559688
Thanks for mentioning Haystack :)
-
comment
Comment #35553932
Heh, you seem to keep asking :) You could also ask in our community Discord, tbh, there are people who have been trying both.. There's definitely a ton of great things about langch…
- story
- story
- story
- story
-
comment
Comment #35438250
To be precise - I don't think I'm saying 'local LLMs' above :) But technically possible, I guess, just hasn't been part of what's officially available. (There are also licensing is…
-
comment
Comment #35438010
Thanks :) Answered a similar one somewhere else here - looks like you've found it already. Feel free to ask more in Discord https://haystack.deepset.ai/community
-
comment
Comment #35437536
Thanks :) Working on it. Re local models - indeed, all started with using the Transformer models for extractive QA and semantic search. With the Promptnode, and/or the Agents it's …
-
comment
Comment #35437515
For the Agents? Yes, indeed. Referred in the article.
- comment
-
comment
Comment #35437454
Thanks for the emphasis :) Accurate!
-
comment
Comment #35437450
Very accurate observation :) So basically, a bit more freedom in picking the right tools for the job, connecting an LLM to proprietary data in a safe way, using multiple models sim…
-
comment
Comment #35437438
See above - Haystack started a few years ago as a result of us working with some large enterprise clients on implementing extractive QA at scale. Now evolving to also allow the bac…
-
comment
Comment #35437423
LangChain is very cool tho :))
-
comment
Comment #35437413
Haystack has been around for a while now, and we've been mostly specializing in the extractive QA. The focus has been indeed on making the use of local Transformer models most easy…
-
comment
Comment #35437391
With a real-life application it's often about making the LLM work on top of your actual (private) data most reliably. By definition a proprietary hosted LLM can't know about it unl…
-
comment
Comment #35437372
That's also one of the ideas behind using so-called retrieval-based augmentation. You can 'plug' an LLM like OpenAI's one (of Cohere, or a combo) to your data and make it provide a…
-
comment
Comment #35437350
With Haystack you can also combine the use of [hosted] LLMs and smaller, local models, and different pipelines under the Agent too.
-
comment
Comment #35437258
Thanks for the spotlight :) We've spent quite a lot of time working on the Agents lately, and it's definitely a big focus. Couple of extra points to reflect on some of the comments…