Find answers from the community

Home
Members
zzzz7902
z
zzzz7902
Offline, last seen 3 months ago
Joined September 25, 2024
when i upsert documents read from mp3 files using SimpleDirectoryReader(path).load_data() into pinecones, when queried back, they are missing the 'id' in metadata
2 comments
k
id = match.metadata["id"]
KeyError: 'id'
I am getting the above error when i call query on pinecone
12 comments
H
k
z
can query be called as async?
6 comments
L
k
z