examples icon indicating copy to clipboard operation
examples copied to clipboard

fix import statements for legacy client

Open junefish opened this issue 1 year ago • 1 comments

Problem

running from pinecone import Pinecone gives the error `ImportError: cannot import name 'Pinecone' from 'pinecone'

Solution

Updated import statement to reflect legacy client (2.2.4)

Type of Change

  • [x] 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)
  • [ ] None of the above: (explain here)

Test Plan

Tested in Colab

junefish avatar Feb 23 '24 15:02 junefish

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB