Add ID field to similarity search retrieved documents in langchain-pinecone #25628
yahya-mouman
announced in
Ideas
Replies: 1 comment
-
I made a PR for the change here link |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Checked
Feature request
Pinecone made the ID field a requirement to upsert documents so it makes more sense to add it to the similarity search result documents too.
Motivation
I was developing an integration for langchain when I noticed that the ID is never propagated forwards with the results.
Proposal (If applicable)
My proposal is simple. Add the ID field to the
similarity_search_by_vector_with_score
method result in the langchain-pinecone moduleBeta Was this translation helpful? Give feedback.
All reactions