Tobias Wochinger
Tobias Wochinger
### Rasa Open Source version main ### Rasa SDK version _No response_ ### Rasa X version _No response_ ### Python version Other ### What operating system are you using? OSX...
**Describe the bug** If a query pipeline get's deployed before the index pipeline and has set `create_index` to false, then the `OpenSearchDocumentStore` doesn't set `embeddings_field_supports_similarity` to `True`. The issue is...
**Describe the bug** When I convert a `MultiLabel` to dict via `label.to_dict`, then I can't convert it back to a `MultiLabel` **Test for reproducing** ```python def test_deserialize(): x = {...
Hi, could please add the gzip_static module to nginx? This would help to boost performance, since the gzipped files could be cached. Thanks & regards Tobias
## Description The redis integration tests never ran as the class was starting with `tests_` instead of `test_`
## Description This test shows that there is a Redis connection leak when using `app.send_task`. The connection leak doesn't happen if `task.delay()` is used. Todos: - [ ] find solution
**Proposed Changes** - fix https://github.com/yunstanford/pytest-sanic/issues/61
### Related Issues - https://github.com/deepset-ai/haystack-hub-api/issues/1271 ### Proposed Changes: - check license compliance on regular checks as well as PRs (only prod dependencies) - run license checks on schedule every day...
**Describe the bug** If the default value of `no_answer` is used the validation of `no_answer` [here is skipped](https://github.com/deepset-ai/haystack/blob/0aa0c68785e2d6468b374e91772965baa261e323/haystack/schema.py#L530). Haystack then sets the default [here](https://github.com/deepset-ai/haystack/blob/0aa0c68785e2d6468b374e91772965baa261e323/haystack/schema.py#L540) which means that if the `Label`...
**Describe the bug** When using extractive QA, the `context` and `context_offset` of the answer is not set. That is something we can workaround by using the document content directly as...