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

feat: Add support for deleteWhere in ObjectBoxVectorStore #552

Merged
merged 1 commit into from
Sep 25, 2024

Conversation

davidmigloz
Copy link
Owner

@davidmigloz davidmigloz commented Sep 25, 2024

You can now use ObjectBoxVectorStore.deleteWhere to delete documents based on a condition.

await vectorStore.deleteWhere(
  ObjectBoxDocumentProps.metadata.contains('cat'),
);

@davidmigloz davidmigloz self-assigned this Sep 25, 2024
@davidmigloz davidmigloz added t:enhancement New feature or request c:vector-stores Vector stores. p:langchain_community langchain_community package. labels Sep 25, 2024
@davidmigloz davidmigloz added this to the v0.8.0 milestone Sep 25, 2024
@davidmigloz davidmigloz merged commit 90918bb into main Sep 25, 2024
3 checks passed
@davidmigloz davidmigloz deleted the delete-where branch September 25, 2024 20:06
KennethKnudsen97 pushed a commit to KennethKnudsen97/langchain_dart that referenced this pull request Oct 1, 2024
KennethKnudsen97 pushed a commit to KennethKnudsen97/langchain_dart that referenced this pull request Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c:vector-stores Vector stores. p:langchain_community langchain_community package. t:enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant