Tommy Smith
Tommy Smith
Implemented in https://github.com/weaviate/weaviate-python-client/pull/973
Implemented in https://github.com/weaviate/weaviate-python-client/pull/973
Hi @echarlaix, the problem didn't surface when executing within the Python runtime but when running the exported OVIR binaries within OpenVino itself, which is a C++ runtime. I was comparing...
Hi @saireddythfc, the concerning errors there are the integration tests, as 155 of them seem to have failed. Can you post a representative example of how it's failing? It could...
Hi @glesperance, this one is actually a quirk of Weaviate's core logic when it comes to adding references. The design decision was made that adding a reference (edge) to/from an...
Hi @litlig, thanks for the PR for this feature! The [CI fails](https://github.com/weaviate/weaviate/actions/runs/7810028088/job/21470197037?pr=4155) because you need to run the auto-generation code to generate the Go structs from the OpenAPI swagger config,...
Hi @litlig, thanks for tidying up this PR and getting it into such a good shape! I will give it a review in the coming days when I get the...
Hi @princejha95, of course you can! Have a go at it and link me in your PR so I can approve the workflows and review your contribution 😁
@DoctorJohn, I'll have a look at this in the next few days :)
I'm still seeing it in the testing logs: ``` Task was destroyed but it is pending! task: ``` but it only throws once at the end of the entire suite....