langchain
d39ab279 - Fix KeyError in pinecone wrapper (#568)

Commit
3 years ago
Fix KeyError in pinecone wrapper (#568) Pinecone can return multiple matches with different text keys in the metadata, and the current behavior will throw a KeyError if one pops up that isn't the expected text key. This PR only selects the matches with the correct text key.
Author
Parents
Loading