Yudhiesh Ravindranath

Results 17 comments of Yudhiesh Ravindranath

> Currently, there are three backends > > * `scheduler`: If you set engine to python and set rolling_batch to be `auto` or `scheduler`, we will use this. This is...

Just to add I am also querying an alias but trying to boost a specific index within the alias.

> @yudhiesh along with your updates to `GuardrailsOutputParser.from_pydantic`, have you tried specifying the prompt as we show in the [integration docs](https://www.guardrailsai.com/docs/integrations/langchain)? > > > > This would look like: >...

> @yudhiesh along with your updates to `GuardrailsOutputParser.from_pydantic`, have you tried specifying the prompt as we show in the [integration docs](https://www.guardrailsai.com/docs/integrations/langchain)? > > This would look like: > > ```python...

> output = llm(chat_prompt.format_prompt(query="Select the name of the employee who has the highest salary.").to_messages()) Still throws an error, but this time due to the `Guard` object not having any instructions...

@CalebCourier is this fixed in the following [PR](https://github.com/guardrails-ai/guardrails/pull/573)?

Thanks let me try that out! I would be more than happy to help out with the reasking logic but would need some assistance with understanding how it works.