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

[feat] Guardrails Hub List uses installed pip packages instead of hub init file #1211

Open
AlejandroEsquivel opened this issue Jan 10, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@AlejandroEsquivel
Copy link
Contributor

Description
Currently guardrails hub list iterates through the import statements in the guardrails hub init file but should check installed pip packages

Why is this needed
If guardrails is re-installed the list of installed validators disappears when really the validators are still installed.

Implementation details
List installed packages and find those with the grhub concatinator

End result
guardrails hub install yields all installed validators even if guardrails itself was re-installed

@AlejandroEsquivel AlejandroEsquivel added the enhancement New feature or request label Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant