Log in
Log into community
Find answers from the community
View all posts
Related posts
Did this answer your question?
π
π
π
Powered by
Hall
Inactive
Updated 2 years ago
0
Follow
Pinecone error
Pinecone error
Inactive
0
Follow
i
intvijay
2 years ago
Β·
@Logan M is the latest version have any issue on direct pinecone query. Getting doc id error. Everything was working fine.
L
i
4 comments
Share
Open in Discord
L
Logan M
2 years ago
What's the error/code you are running? Should be working fine, but some functions/attributes might have changed
i
intvijay
2 years ago
after change from gpt_index to llama_index, getting following error
doc_id = match.metadata["doc_id"]
KeyError: 'doc_id'
i
intvijay
2 years ago
we are using own embedding model with 2000 tokens and calling it as "id"
@Logan M
L
Logan M
2 years ago
I think I still need more context π where is
match
coming from here?
The embedding model shouldn't matter much here.
You can also reference the latest pinecone example here
https://github.com/jerryjliu/llama_index/blob/main/examples/vector_indices/PineconeIndexDemo.ipynb
Add a reply
Sign up and join the conversation on Discord
Join on Discord