traceloop / traceloop/openllmetry
๐ Bug Report: pinecone-client package is giving error
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 7.4k
- Forks
- 1.1k
- Avg merge
- 8d 14h
- Merged PRs (30d)
- 2
Description
Which component is this bug for?
Pinecone Instrumentation
๐ Description
as per openllmetry pinecone-instrumentation the supported pinecone package is pinecone-client but seems it's replaces with pinecone hence giving error when trying to run pinecone with pinecone-client pkg installation .
๐ Reproduction steps
do pip install pinecone-client and try to run the pinecone sample . You will get error at runtime
Error -
Exception: The official Pinecone python package has been renamed from pinecone-client to pinecone. Please remove pinecone-client from your project dependencies and add pinecone instead. See the README at https://github.com/pinecone-io/pinecone-python-client for more information on using the python SDK.
๐ Expected behavior
we should install pinecone instead of pinecone-client and do the same change in openllmetry to support pinecone .
๐ Actual Behavior with Screenshots
python sample runs fine with installed pinecone package <6.0.0
๐ค Python Version
3.11.11
๐ Provide any additional context for the Bug.
No response
๐ Have you spent some time to check if this bug has been raised before?
- I checked and didn't find similar issue
Are you willing to submit PR?
Yes I am willing to submit a PR!
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up โ it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Pinecone Instrumentation dependency and sample references to pinecone-client. Update the integration to use pinecone, then run the Pinecone sample with Python 3.11.11; done means the sample runs without the package-renaming error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- observability-sre
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100