Merged
Conversation
Contributor
Author
|
@pieroit I should get it right this time |
Member
@nickprock sorry I still see a commit to the Dockerfile, there should be no edits to it. Sorry for being picky I'm grateful, but if I merge this, at the next release I need to recommit on main the changes that you are undoing on the Dockerfile |
Contributor
Author
Yes, I have aligned the develop branch before to create the new branch |
Contributor
Author
|
I try a very dirty solution. |
Member
|
Thanks :* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Qdrant has changed the name and operation of some APIs in recent versions, in particular:
recreate_collection-->create_collectionsearch-->query_pointsIn the second case, the parameter names and output format have also changed. They will be deprecated in the future so it is better to update the code now without coming up short.
I have run the tests and the success rate is 100%. I also did some testing on the admin and there should be no problem,
I can't guarantee backward compatibility with ALL plugins.
Related to issue #1053
Type of change
Checklist: