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

add async version of validate method #74

Merged
merged 2 commits into from
Apr 14, 2025
Merged

add async version of validate method #74

merged 2 commits into from
Apr 14, 2025

Conversation

axl1313
Copy link
Collaborator

@axl1313 axl1313 commented Apr 12, 2025

What changed?

Adds an async version of validate method for Validator class. This is needed for integrating Codex as Backup into Agility. Otherwise we get an error that the event loop is already running when calling self._event_loop.run_until_complete() in TrustworthyRAG.score(). Note: depends on cleanlab/cleanlab-tlm#47 being merged first.

What do you want the reviewer(s) to focus on?


Checklist

  • Did you link the GitHub issue?
  • Did you follow deployment steps or bump the version if needed?
  • Did you add/update tests?
  • What QA did you do?
    • Tested...

@axl1313 axl1313 marked this pull request as ready for review April 14, 2025 16:53
@axl1313 axl1313 merged commit 4e92233 into main Apr 14, 2025
11 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.

1 participant