Skip to content
New issue

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

[OpenSearch]: Fix add() and query() for opensearch db #764

Merged
merged 1 commit into from
Oct 4, 2023

Conversation

deshraj
Copy link
Collaborator

@deshraj deshraj commented Oct 4, 2023

Description

With the new changes where we intake the embeddings and skip_embedding params in .add() and .query(), those changes are not yet implemented for the opensearch db. Adding support to pass these params to the opensearch db but not use it yet to make the OpenSearch db class usable.

@rupeshbansal can you please help with adding support for these params in a follow up PR?

Type of change

  • Bug fix (non-breaking change which fixes an issue)

@codecov
Copy link

codecov bot commented Oct 4, 2023

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Files Coverage Δ
embedchain/vectordb/opensearch.py 0.00% <0.00%> (ø)

📢 Thoughts on this report? Let us know!.

@deshraj deshraj merged commit 352e714 into main Oct 4, 2023
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant