Find answers from the community

Updated last month

Building an Auto-retriever with Pinecone

Hi. I am trying to build an auto-retriever with pinecone. I am trying to use the collab notebook, it was working last week. But now I came back to it and it outputs this error
UnboundLocalError: local variable 'pinecone_sparse_vector' referenced before assignment
it seems like it doesn't recognize the llama_index_v2 runtime anymore which seems to do the job
How can I fix this issue?
Currently, the colab using python 3.10.2
L
B
2 comments
I just merged a fix for this, just update

pip install -U llama-index-vector-stores-pinecone
Add a reply
Sign up and join the conversation on Discord