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

2024-07 rc #354

Closed
wants to merge 22 commits into from
Closed

2024-07 rc #354

wants to merge 22 commits into from

Conversation

gdj0nes
Copy link
Contributor

@gdj0nes gdj0nes commented Jun 13, 2024

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 release pinecone-client==5.0.0 (July 15), which is promoted to our 2024-07 spec - @aulorbe

Changes

  • Adds support for inference.embed

@gdj0nes gdj0nes requested review from jhamon and aulorbe June 13, 2024 00:58
@gdj0nes gdj0nes marked this pull request as draft June 13, 2024 01:37
@@ -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 == "":
Copy link

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 :)

Copy link
Contributor Author

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)
@gdj0nes gdj0nes changed the title 2024 07 rc 2024-07 rc Jun 20, 2024
@jhamon
Copy link
Collaborator

jhamon commented Jun 20, 2024

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.

@jhamon jhamon closed this Jun 20, 2024
@gdj0nes gdj0nes deleted the 2024-07-rc branch July 9, 2024 14:49
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