Tuana Çelik
Tuana Çelik
@anakin87 - correct me if I'm wrong, but I think currently this would be a good integration and if @davidberenstein1957 is interested in it, we can involve you in Haystack...
Because that's the only live one right now. Will change when released. --- View entire conversation on ReviewNB
right now yes, will change when released --- View entire conversation on ReviewNB
thanks 🙏 --- View entire conversation on ReviewNB
> @TuanaCelik The only change needed in this tutorial that is caused by the [PR](https://github.com/deepset-ai/haystack/pull/7621) I just merged is that FaithfulnessEvaluator's input parameter `responses` was renamed to `predicted_answers`. And if...
Comments are resolved. For whoever merging: ~- Update the installation to haystack-ai after release~ - Check that the image is rendered correctly on the website and if not, update it...
@nassersaazi yes indeed. The API changes have made it not possible for me to implement a working Twitter Retriever. At least from my understanding so far.
Ok I think I understand what's going on. Let me explain and you tell me if I'm correct, followed by some thoughts: What's going on: - Solution B that @tstadel...
Additionally, looking at the code, I also see some inconsistencies that we shouldn't have if we must have `variables`.. In initialization, we optionally provide `variables` (my understanding, this is for...
Ok so: - I can use the `PromptBuilder` exactly the same as before without providing variables/template variables at all even if say a retriever is fowarding `documents` to it in...