Marcin Antas

Results 37 comments of Marcin Antas

Can you also share with us which version of Weaviate are you using? and is `Text2vectransformers1` class configured in multi shard or one shard setup?

Can you also verify one thing for me, can you add `id` (`_additional { id }`) to your query and check if there any objects with duplicate ids in the...

This [PR](https://github.com/weaviate/weaviate/pull/4857) introduces a fix for this issue

We have released [v1.24.11](https://github.com/weaviate/weaviate/releases/tag/v1.24.11) which contains a fix for this issue.

Yes this there is `MODULES_CLIENT_TIMEOUT` environment setting @adambeer if you want to increase this value to 2 minutes just set `MODULES_CLIENT_TIMEOUT=2m`

@adambeer the default timeout set for `MODULES_CLIENT_TIMEOUT` is `50 seconds`. We are now working also on mitigating this problem by adding batch support to module system. I will let you...

@adambeer during our work on batch support for module system we have also experienced timeouts even if we have been sending only a few objects in request this is also...

@CShorten please rebase your PR with the current master chagnes

@CShorten we have made our first `v1.24 RC` release if you want to have this module included in `v1.24` please target all of your changes to `stable/v1.24` branch

@OSS-GR I have created a [PR](https://github.com/weaviate/weaviate/pull/4124/files) that addresses this issue.