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

[Bug] Issue with learn/generation/llm-field-guide/llama-2/llama-2-13b-retrievalqa.ipynb #331

Open
2 tasks done
nairajay2k opened this issue Feb 27, 2024 · 0 comments
Open
2 tasks done
Labels
bug Something isn't working

Comments

@nairajay2k
Copy link

Is this a new bug?

  • I believe this is a new bug
  • I have searched the existing issues, and I could not find an existing issue for this bug

Current Behavior

Getting
ImportError: cannot import name 'Pinecone' from 'pinecone'
on both colab and local machine

Expected Behavior

Given example should work fine and not break

Steps To Reproduce

Just run the notebook on colab

Relevant log output

We have 2 doc embeddings, each with a dimensionality of 384.
Traceback (most recent call last):
  File "/home/ajay/rag.py", line 26, in <module>
    from pinecone  import Pinecone
ImportError: cannot import name 'Pinecone' from 'pinecone' (/home/ajay/rag_venv/lib/python3.10/site-packages/pinecone/__init__.py)

Environment

- **OS**: ubuntu 22.04
- **Language version**: 3.10
- **Pinecone client version**: 2.2.2

Additional Context

No response

@nairajay2k nairajay2k added the bug Something isn't working label Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant