Skip to content

Conversation

hsm207
Copy link
Contributor

@hsm207 hsm207 commented Jun 15, 2023

fix #1653

@hsm207 hsm207 enabled auto-merge (squash) June 15, 2023 10:18
@@ -52,7 +52,7 @@ hnswlib = {version = ">=0.6.2", optional = true }
lz4 = {version= ">=1.0.0", optional = true}
pydub = {version = "^0.25.1", optional = true }
pandas = {version = ">=1.1.0", optional = true }
weaviate-client = {version = ">=3.15", optional = true}
weaviate-client = {version = ">=3.17, <3.18", optional = true}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
weaviate-client = {version = ">=3.17, <3.18", optional = true}
weaviate-client = {version = ">=3.17", optional = true}

I think it is better to not cap it. It might be that 3.18 will not break anything for docarray

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@samsja we should cap it now as there are breaking changes in the weavaite implementation if we don't. I will make another PR to fix it and will remove the cap there.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

but this means that the next version of docarray will never be compatible with the next one of weaviate. We cannot know in advance that it will be the case. It is better to react after wards

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If I remove the cap now, then will poetry download the latest client i.e. 3.20.1 into the CI? If it does, then some of the tests will fail.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and when will this be fixed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the week after next week

Copy link
Member

@samsja samsja Jun 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

then lets merge like this for now. Sorry misunderstanding on my side I thought this PR was fixing docarray for version 3.17 and above

@samsja samsja disabled auto-merge June 16, 2023 07:36
@samsja samsja merged commit c3db755 into docarray:main Jun 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Weaviate: update text search to match latest client's requirements
3 participants