pinecone-io / pinecone-python-client

The Pinecone Python client
https://www.pinecone.io/docs
Apache License 2.0
284 stars 78 forks source link

Update README.md #323

Closed GameSetAndMatch closed 5 months ago

GameSetAndMatch commented 5 months ago

Correction Poetry installation Scripts

Problem

There was an error in the poetry installation snippet in the Readme

poetry add pinecone instead of poetry add pinecone-client

Solution

Replaced poetry add pinecone with poetry add pinecone-client

Type of Change

Test Plan

Describe specific steps for validating this change.

daverigby commented 4 months ago

Fixes issue #322.