We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is no way to update existing vectors in the opensearch implementation for example if some existing text was changed by passing in custom ids.
https://github.com/hwchase17/langchain/blob/master/langchain/vectorstores/opensearch_vector_search.py#L95
Pinecone implementation has this basic functionality: https://github.com/hwchase17/langchain/blob/master/langchain/vectorstores/pinecone.py#L85
I can try to make a PR to mirror the pincone implementation but it would be pretty naive.
The text was updated successfully, but these errors were encountered:
add optional ids param to opensearch (#6672)
b970b6b
- Description: add optional ids to allow updating existing opensearch documents, follows pattern of other vector stores - Issue: #5952 - Dependencies: None - Tag maintainer: @rlancemartin, @eyurtsev
No branches or pull requests
Feature request
There is no way to update existing vectors in the opensearch implementation for example if some existing text was changed by passing in custom ids.
https://github.com/hwchase17/langchain/blob/master/langchain/vectorstores/opensearch_vector_search.py#L95
Motivation
Pinecone implementation has this basic functionality:
https://github.com/hwchase17/langchain/blob/master/langchain/vectorstores/pinecone.py#L85
Your contribution
I can try to make a PR to mirror the pincone implementation but it would be pretty naive.
The text was updated successfully, but these errors were encountered: