EntityMatchingModel icon indicating copy to clipboard operation
EntityMatchingModel copied to clipboard

undocumented type requirement on `uid`

Open RUrlus opened this issue 6 months ago • 0 comments

SparkCosSimIndexer. get_n_top_matches_for_all has a type requirement for the uid column in that is must be convertible to a base 10 integer using the int constructor. This should probably be documented somewhere as a common choice for uid might be a hex representation. See spark_cos_sim_matcher.py line 376

RUrlus avatar Jun 18 '25 12:06 RUrlus