Tommy Smith
Tommy Smith
@glesperance, we've just released `v4.7.0` that refactors the client so that there is only ever one side-car event-loop thread rather than a single one per batch object. As such, this...
Implemented in https://github.com/weaviate/weaviate-python-client/pull/973
Note also the `mypy` errors in the CI pipeline. If you've not used `mypy` before then they're telling you that your function needs to have a return marked, i.e. `->...
> I have my University exams You should concentrate on these first! The PR can stay open until you have time to resume it, there's no pressure 😁
Hi @ankur0904, sorry for not replying promptly! Because the CI pipeline is not fully green, it needs to be fixed before I will review it again. Could you look into...
Implemented in https://github.com/weaviate/weaviate-python-client/pull/973
Hi @saireddythfc, the `within_geo_range` method is [here](https://github.com/weaviate/weaviate-python-client/blob/main/weaviate/collections/classes/filters.py#L231) and the parsing into the expected REST syntax/schema happens [here](https://github.com/weaviate/weaviate-python-client/blob/main/weaviate/collections/filters.py#L193) LMK how you get on! Cheers 😁
Implemented in https://github.com/weaviate/weaviate-python-client/pull/973
Hi @msj121, there is currently no Weaviate endpoint for performing such a check. You could make a workaround with the client whereby you fetch all the tenants and check that...
Hi @ankur0904, that would be great! Thank you for taking it up 😁 My recommendation would be to have the function as a method within the `Client` class as defined...