Find answers from the community

Updated 3 months ago

Hi I am using llama-index 0.10.25. I am

Hi I am using llama-index 0.10.25. I am not able to locate the correct package for class PineconeVectorStore. Can anyone help me out please.
W
2 comments
You'll have to install pinecone: pip install llama-index-vector-stores-pinecone
You can then import it like this
from llama_index.vector_stores.pinecone import PineconeVectorStore
Add a reply
Sign up and join the conversation on Discord