Currently in #140, we are refactoring any-guardrail to have providers for each model that we support. That way, people will be able to choose how they want to deploy their guardrail models. Right now, many of the guardrails use HuggingFace, and, in the future, we want to support EncoderFile and LlamaFile. This issue specifically tackles implementing EncoderFile as a provider in any-guardrail.
Currently in #140, we are refactoring
any-guardrailto have providers for each model that we support. That way, people will be able to choose how they want to deploy their guardrail models. Right now, many of the guardrails use HuggingFace, and, in the future, we want to support EncoderFile and LlamaFile. This issue specifically tackles implementing EncoderFile as a provider in any-guardrail.