Shreya Rajpal

Results 29 issues of Shreya Rajpal

**Describe the bug** Failure in dataset preprocessing when running the hyperopt CLI. **To Reproduce** `ludwig hyperopt --config rotten_tomatoes_config.yaml --dataset rotten_tomatoes.csv` **Stacktrace** ``` Traceback (most recent call last): File "/home/ray/anaconda3/bin/ludwig", line...

looking into it

This PR adds an OutputParser for guardrails. - OutputParser can be initialized from a `rail` file - LLM output can be parsed from the `parser.parse`

**Description** Currently, the logs generated by `guardrails hub install` do not use a logger. This causes two issues: 1. The cli download logs can't be configured to be more /...

enhancement

**Describe the bug** Importing validators from guardrails hub raises deprecation warning. **To Reproduce** ``` from guardrails.hub import DetectPII, TwoWords, CompetitorCheck ``` **Expected behavior** No warning should be raised since we're...

bug

**Description** Currently, the `on_fail` param expects a string or Callable, where string must be one of existing values. Instead, we should change this to an Enum with the allowable set...

enhancement

**Describe the bug** `pip show guardrails-ai` on the latest main (commit hash 5d653b9) results in the following output ``` Name: guardrails-ai Version: 0.2.3a1 Summary: Adding guardrails to large language models....

bug