Log in
Log into community
Find answers from the community
Most posts
Powered by
Hall
Home
Members
zzzz7902
z
zzzz7902
Offline
, last seen 3 months ago
Joined September 25, 2024
Contributions
Comments
Replies
z
zzzz7902
2 years ago
·
when i upsert documents read from mp3 files using SimpleDirectoryReader(path).load_data()
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
z
zzzz7902
2 years ago
·
id = match.metadata["id"]KeyError: 'id'I am getting the above error when i call query on
id = match.metadata["id"]
KeyError: 'id'
I am getting the above error when i call query on pinecone
12 comments
H
k
z
z
zzzz7902
2 years ago
·
can query be called as async?
can query be called as async?
6 comments
L
k
z