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
We need a way to configure Pythia to only run one or more configured/enabled validators as part of its processing. Right now its not clear if it runs all of the validators all the time or not.
The text was updated successfully, but these errors were encountered:
Using validators will increase the processing time for the trace. The first call can take up to 2 minutes because some validators required to download models or additional data. This time will drop to something like 15-20 sec depending also on the number of enabled validators.
Pythia Offers a variety of LLM validators in order to check the input and output for the model.
This validators can be enabled or disabled using the config file configurations/validators/config.yaml.
- name: detect_piidescription: "The Anonymize Scanner acts as your digital guardian, ensuring your user prompts remain confidential and free from sensitive data exposure."source: llm Guardenabled: trueinput: input_referenceoutput: input_response
The response for the validators Will be set on the pythia Traces.
We need a way to configure Pythia to only run one or more configured/enabled validators as part of its processing. Right now its not clear if it runs all of the validators all the time or not.
The text was updated successfully, but these errors were encountered: