-
Notifications
You must be signed in to change notification settings - Fork 85
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
2024-07 rc #354
2024-07 rc #354
Conversation
@@ -117,15 +118,17 @@ def Index(self, name: str = '', host: str = '', **kwargs): | |||
index.query(vector=[...], top_k=10) | |||
``` | |||
""" | |||
if name == '' and host == '': | |||
if name == "" and host == "": |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Building off of @ssmith-pc's wisdom, plz remove linting changes from your PRs :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should be running black
on all commits to avoid this issue.
## Problem PRs often include formatting changes that makes it difficult to identify changes in functionality ## Solution - Format all code with `black` - Introduce linting `black` linting workflow ## Type of Change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update - [ ] Infrastructure change (CI configs, etc) - [ ] Non-code change (docs, etc) - [x] None of the above: (explain here)
# Conflicts: # poetry.lock
I'm going to take over this workstream, but I think it will be easiest to start from a fresh branch so I will close this one. |
Release Candidate (RC) branch client version
5.0.0
using x-pinecone-api-version 2024-07.This PR will get merged into
main
when we releasepinecone-client==5.0.0
(July 15), which is promoted to our2024-07
spec - @aulorbeChanges
inference.embed