Tommy Smith

Results 77 comments of Tommy Smith
trafficstars

Hi @gregbayer, thanks for calling this one out! I think this is a regression so I'll add back support for detecting a string as an API key in the next...

Hey @axeloh, this may or may not have been due to the bump of the `torch` dependency. This was reverted here: https://github.com/weaviate/t2v-transformers-models/pull/70, are you able to verify if this fixes...

Hi @pastelcolors, the `[email protected]` library makes use of Weaviate's [new gRPC API](https://weaviate.io/developers/weaviate/api/grpc) and so depends on the `HTTP/2` protocol used by gRPC as a hard requirement. It is therefore only...

Hi @Alansyf, it would seem that there is a subtle change in how the underlying `grpc` C implementation handles SSL certificates between the sync (`grpc`) and async (`grpc.aio`) modules Now...

Hi @Alansyf, sorry for letting this go stale! We recently refactored the sync client to use fully sync connections under-the-hood once more (`httpx` and `grpc`) so this issue may have...

This could also be the case for cursor

Hi @melsonic, this looks great to me from an implementation PoV. Would you be willing to add an integration test that validates this fix works as intended? We have many...

Hi @gariel, thanks for raising this! As you say, the code works locally and I see the same with the tests in the repo and also running your snippet locally...

@gariel, is this issue: https://github.com/weaviate/weaviate-python-client/issues/1292, potentially related to your deployment setup?