Massimiliano Pippi
Massimiliano Pippi
We decided to split this epic and continue the work in chunks, see the updated issue description. Further conversations will happen in their respective epic. With the newly reduced scope,...
@Krak91 Apologies for my late reply, I haven't had the chance to work on the issue yet but it's on my list!
@Krak91 about the example `filter = {"myfield": [x, y]}`, that would default to `in` ([see this comment](https://github.com/deepset-ai/haystack/blob/0e8efdafa9e1b3e1a7096308b13760e5163f1439/haystack/document_stores/filter_utils.py#L215-L220)) so I guess we're good with your proposal.
@pratikkotian04 did you have the chance to gather some extra context to help us debugging the issue?
Hi @Namoush! This boils down to invoke https://github.com/deepset-ai/haystack/blob/main/.github/utils/convert_notebooks_into_webpages.py (or even better, a version of that script that can generate pages selectively) in the pre-commit hook, possibly only passing the tutorial...
Let's remove #3058 from the scope of this epic, we'll tackle that separately.
Hi @RickyLau unfortunately packaging the agent yourself is possible but very complex since it involves a number of different tools spread across different repos (everything is open but nothing is...
Hi @martinisoft and thanks for your detailed feedback, much appreciated. I don't think something like this will ever happen for the 5.x release line but we could take this into...
@xkrt this is exactly what we do in the new agent: https://github.com/DataDog/datadog-agent/blob/master/pkg/collector/providers/file.go#L120 Not as good as what @martinisoft suggested but this way we can easily provide backwards compatibility. Not sure...
Here the docs with the instructions if you want to give it a shot: https://github.com/DataDog/datadog-agent/blob/master/docs/beta/README.md