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

fix annotation failed when embedding model and dimension changed #17347

Merged
merged 3 commits into from
Apr 3, 2025

Conversation

JohnJyong
Copy link
Collaborator

@JohnJyong JohnJyong commented Apr 2, 2025

Summary

fix annotation failed when embedding model and dimension changed

Tip

Close issue syntax: Fixes #<issue number> or Resolves #<issue number>, see documentation for more details.

fix #17327
close #17328

Screenshots

Before After
... ...

Checklist

Important

Please review the checklist below before submitting your pull request.

  • This change requires a documentation update, included: Dify Document
  • I understand that this PR may be closed in case there was no previous discussion or issues. (This doesn't apply to typos!)
  • I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change.
  • I've updated the documentation accordingly.
  • I ran dev/reformat(backend) and cd web && npx lint-staged(frontend) to appease the lint gods

@dosubot dosubot bot added size:S This PR changes 10-29 lines, ignoring generated files. 🐞 bug Something isn't working labels Apr 2, 2025
@crazywoola crazywoola requested a review from Copilot April 2, 2025 13:40
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR addresses an issue where annotation failures occurred when the embedding model and dimension changed. The changes update the deletion process for old annotation indexes in both enable and disable annotation tasks.

  • Update deletion logic in enable_annotation_reply_task to remove old embedding vectors.
  • Replace metadata-specific deletion with a broader deletion in disable_annotation_reply_task.

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
api/tasks/annotation/enable_annotation_reply_task.py Adds logic to delete the old annotation embedding vector based on the previous collection binding settings.
api/tasks/annotation/disable_annotation_reply_task.py Updates annotation index deletion by switching from metadata-based deletion to deleting the entire vector.
Comments suppressed due to low confidence (1)

api/tasks/annotation/disable_annotation_reply_task.py:49

  • Verify that replacing vector.delete_by_metadata_field with vector.delete does not unintentionally delete records beyond those associated with the current annotation.
vector.delete()

@crazywoola crazywoola mentioned this pull request Apr 2, 2025
5 tasks
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Apr 3, 2025
@crazywoola crazywoola merged commit 48c2168 into main Apr 3, 2025
9 checks passed
@crazywoola crazywoola deleted the fix/annotation-reply-change-embedding-model branch April 3, 2025 05:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working lgtm This PR has been approved by a maintainer size:S This PR changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error: annotation-reply embedding demension bug
2 participants