Skip to content

Add entity linking confidence support - #131

Merged
akamor merged 4 commits into
mainfrom
codex/entity-linking-score-matrix-sdk
Sep 10, 2026
Merged

akamor merged 4 commits into
mainfrom
codex/entity-linking-score-matrix-sdk

Conversation

@Travmatth

Copy link
Copy Markdown
Contributor

Summary

  • add opt-in entity-linking score and limit parameters to redact() and group_entities()
  • parse filtered entities, indexed groups, and the symmetric confidence matrix returned by TonicAI/solar#3483
  • add iter_entity_links(min_confidence=..., confidence_type=...) so callers can process each pair once without handling matrix symmetry
  • retain parsing support for the prior embedded-entity grouping response
  • document confidence filtering with an SDK example

Validation

  • ruff check --target-version py39 on changed Python files
  • 32 hermetic tests passed
  • live smoke test against Solar PR app #3483 parsed the 8x8 customer-reproduction matrix and excluded the 0.895 false link at a 0.90 threshold

Depends on TonicAI/solar#3483.

@akamor
akamor enabled auto-merge (squash) September 10, 2026 12:48
@akamor
akamor disabled auto-merge September 10, 2026 12:48
@akamor
akamor merged commit fc4065c into main Sep 10, 2026
3 checks passed
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.

2 participants