guardrails-ai / guardrails

Adding guardrails to large language models.

Home Page:https://www.guardrailsai.com/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[feat] Remove Guardrails validators and excess dependencies

zsimjee opened this issue · comments

Description
All validators need to be removed from the guardrails repo, and validators should be used from the hub instead.

Why is this needed
The core guardrails package has gotten huge and has way too many dependencies. This lib should become lightweight and all other dependencies/

Implementation details

  1. remove all validators from this repository
  2. Make sure all validators are installed from the hub in tests and notebooks
  3. Find all now-redundant dependencies and remove them