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

Rresolve/Link resolve: Solve simple cases fast #125

Open
redhog opened this issue Oct 23, 2024 · 0 comments · May be fixed by #216
Open

Rresolve/Link resolve: Solve simple cases fast #125

redhog opened this issue Oct 23, 2024 · 0 comments · May be fixed by #216
Labels
efficiency Making docetl operations run faster

Comments

@redhog
Copy link
Collaborator

redhog commented Oct 23, 2024

The following could be resolved without an llm call:

  • a.lower() == b.lower()
  • slugify(a) == slugify(b)
  • Possibly also: soundex(a) == soundex(b) + epsilon
@redhog redhog added the efficiency Making docetl operations run faster label Oct 23, 2024
sushruth2003 added a commit to sushruth2003/docetl that referenced this issue Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
efficiency Making docetl operations run faster
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant