Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V1.9.x #608

Merged
merged 3 commits into from
Apr 22, 2024
Merged

V1.9.x #608

merged 3 commits into from
Apr 22, 2024

Conversation

generall
Copy link
Member

Update models and conversion for compatibility with Qdrant Server v1.9.x

Copy link

netlify bot commented Apr 18, 2024

Deploy Preview for poetic-froyo-8baba7 ready!

Name Link
🔨 Latest commit 9feff35
🔍 Latest deploy log https://app.netlify.com/sites/poetic-froyo-8baba7/deploys/66263fa1bf11d00008cde17d
😎 Deploy Preview https://deploy-preview-608--poetic-froyo-8baba7.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@generall
Copy link
Member Author

@@ -380,6 +380,8 @@ def convert_collection_status(cls, model: grpc.CollectionStatus) -> rest.Collect
return rest.CollectionStatus.YELLOW
elif model == grpc.CollectionStatus.Red:
return rest.CollectionStatus.RED
elif model == grpc.CollectionStatus.Grey:
return rest.CollectionStatus.GREY
else:
Copy link

@SamirPS SamirPS Apr 18, 2024

Choose a reason for hiding this comment

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

we can remove the else and directly raise the error?

@joein
Copy link
Member

joein commented Apr 19, 2024

todo: change qdrant latest version in integration tests to 1.9.0 once it is released

@joein joein self-requested a review April 22, 2024 10:40
@joein joein merged commit 7207463 into dev Apr 22, 2024
14 checks passed
joein added a commit that referenced this pull request Apr 22, 2024
* update models

* up backward compatibility version

* refactoring: address review comment

---------

Co-authored-by: George Panchuk <[email protected]>
@generall generall deleted the v1.9.x branch May 3, 2024 10:47
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.

3 participants