Tuana Çelik
Tuana Çelik
Thanks for the contribution @patcher9 - Sorry we're slow at getting to PRs on this repository. I'm assigning this to myself now and will test it and make a review...
Hi @Schokomensch - do I understand correctly that you have already made these changes? Would you like to create a PR and we can have a look? I can imagine...
@Schokomensch This sounds good to me. Once you have the PR we can have a proper look at your implementation too. When you're ready, link the PR to this Issue...
Hey @dashinja and @thompsondt Check out the query decomposition article/recipe. It's not an integration/component officially but I sneaked in an implementation there to help out in the meantime: https://haystack.deepset.ai/blog/query-decomposition
> Thanks @TuanaCelik ! I found this cookbook post of yours (which actually implements the extended OpenAIGenerator) much more helpful than the blog, which skipped the implementation! > > >...
I think we are making a mistake by calling this a `retriever` and this conversation made me come to this conclusion. A retriever has too much connotation for something that...
@julian-risch I think we should use this heavily: https://github.com/deepset-ai/haystack/issues/8271 And also include it in tutorials to help people get used to using it
Thanks @axiomofjoy - @dfokina - I've made an edit suggestion here: https://docs.haystack.deepset.ai/suggested-edits/66bfbf60793ca1004b2335a8 That should fix this.
@srini047 if you created an example/demo we would be happy to share it/showcase it
Additional learning with @anakin87 : It seems that even if we want to add the `meta` via an indexing pipeline, as shown below, the meta will get ignored. I think...