You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Allow validator packages to be installed from a privately hosted repository in addition to pypi.guardrailsai.com/simple and https://pypi.org/simple
Why is this needed
To allow installation of privately developed validators without a need for them to be published to guardrails hosted or PyPi.org
Implementation details
ValidatorPackageService.install_hub_modules could read an env variable for the extra index url instead of being hardcoded to guardrails index repo
End result
Ability to install validator from a private package index
The text was updated successfully, but these errors were encountered:
Description
Allow validator packages to be installed from a privately hosted repository in addition to pypi.guardrailsai.com/simple and https://pypi.org/simple
Why is this needed
To allow installation of privately developed validators without a need for them to be published to guardrails hosted or PyPi.org
Implementation details
ValidatorPackageService.install_hub_modules could read an env variable for the extra index url instead of being hardcoded to guardrails index repo
End result
Ability to install validator from a private package index
The text was updated successfully, but these errors were encountered: