Add pg_trgm candidates to entity resolution - #67
Open
mikemikimike wants to merge 1 commit into
Open
Conversation
|
All contributors have signed the CLA. |
Author
|
I have read the CLA Document and I hereby sign the CLA |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary / Problem
Closes #59. Entity resolution currently relies on exact and embedding similarity candidates, which can miss short technical identifiers and abbreviations despite a strong lexical overlap.
Changes
pg_trgmin migration0022.Nodecanonical names.Tests
ruff checkon changed files: passed (with the repository's container-executableEXE002limitation excluded).git diff --check: passed.ECHO_MEMORY_DATABASE_URL/ PostgreSQL+AGE service was available.echo-memory calibrateand AUC recalibration were not run for the same unavailable database/service limitation; no AUC value is claimed.prepr-20260913T013430Z-21537, Python 3.11 medium, code-related checks passed; container lackedgit.Compatibility / Known limitations
The migration requires PostgreSQL with Apache AGE and the
pg_trgmextension. Existing resolution thresholds were not changed. Full database integration and calibration remain to be run in an environment with the repository's AGE/pgvector database service.Issue link
Closes #59