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

GH-3566: Remove handling of problematic characters and add unit test #3645

Merged
merged 4 commits into from
Mar 25, 2025

Conversation

alanakbik
Copy link
Collaborator

Closes #3566 by removing our handling of zero-width characters. We introduced this handling due to errors in generating transformer-based embeddings, but this issue seems to have been fixed downstream as I can no longer reproduce these errors. So, it should be save to remove this handling.

@alanakbik alanakbik merged commit dd04993 into master Mar 25, 2025
2 checks passed
@alanakbik alanakbik deleted the GH-3566-character-removal branch March 25, 2025 09:15
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.

[Bug]: Problematic character removal does not correct for position in source text.
1 participant