Zayd
Zayd
https://github.com/guardrails-ai/guardrails/blob/8833c0507d58825b2712d7660b14efff7dc69855/guardrails/llm_providers.py#L99 It's used everywhere. It's our default model for openai completions. For each appearance we need to find which new model works as well as 003 did, and update the...
Oh nice you added few shot prompting in there! Could potentially change up the values with something like this: https://faker.readthedocs.io/en/master/. If it's a true port of the js library then...
in v0.1.1, `pinecone_environment` was added as an arg for rebuff, which was later passed to the `pinecone.init` function. When using the latest pinecone version, this breaks with teh following error:...
**Description** punkt-tab should be used for tokenization across the repo and validator repos. **Why is this needed** as of nltk 3.8.2, punkt is deprecated in favor of punkt-tab. **Implementation details**...
Separate task, but we should do an existence check on the validator directories and add the --upgrade flag in the cli when necessary to avoid this. _Originally posted by @CalebCourier...
How does this work for structured data or other scenarios where the same validator may be used multiple times with different params _Originally posted by @zsimjee in https://github.com/guardrails-ai/guardrails/pull/855#discussion_r1653408119_