You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's say we have 3 records a, b, c with the same source_id, and someone will delete the record c.
The indexer should delete a record for c from vector database and record manager, but it won't after the PR was merged because docs_to_index doesn't include the source_id.
System Info
None
The text was updated successfully, but these errors were encountered:
dosubotbot
added
the
🤖:bug
Related to a bug, vulnerability, unexpected error with an existing feature
label
Dec 2, 2024
I reported the bug 2 weeks ago here:
#28447
I believe this is a critical bug for the indexer, so I submitted a PR to
revert the change and added unit tests to prevent similar bugs from
being introduced in the future.
@eyurtsev Could you check this?
Checked other resources
Example Code
None
Error Message and Stack Trace (if applicable)
None
Description
#25754 seems like introducing bugs.
Let's say we have 3 records
a
,b
,c
with the same source_id, and someone will delete the recordc
.The indexer should delete a record for
c
from vector database and record manager, but it won't after the PR was merged becausedocs_to_index
doesn't include the source_id.System Info
None
The text was updated successfully, but these errors were encountered: