weaviate-python-client
weaviate-python-client copied to clipboard
fix: auto capitalize target collection in by_ref_multi_target
/fixes weaviate/weaviate#6549
To avoid any confusion in the future about your contribution to Weaviate, we work with a Contributor License Agreement. If you agree, you can simply add a comment to this PR that you agree with the CLA so that we can merge.
beep boop - the Weaviate bot 👋🤖
PS:
Are you already a member of the Weaviate Slack channel?
Please review @tsmith023
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 in the integration/ directory so feel free to add it there using the testing framework we have setup! Cheers 😁
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 in the
integration/directory so feel free to add it there using the testing framework we have setup! Cheers 😁
Yeah sure, I will add the required tests in the next commit.
Hi @tsmith023, Please review this PR when you have time. Thank you!!