Hello team, good to meet y'all, James here from Singapore. I'm trying out the usage example for rag-llm-prompt-evaluator-guard - hallucination LLM judge. To try it out, I'm using the server approach, not SDK.
With the config.py file containing the guard set up, I tried running the .validate function in a separate script but faced an error mentioning that there's a type error for the HallucinationPrompt object(Error in the pictures attached).
I'm confuse as in the terminal output, it shows that my guard: hallucination_free is active, but gets this error when I'm trying to validate. Can anyone advise? It would be greatly appreciated š
Please excuse me if there's a mistake on my part, I'm very new to this and would like to seek the community's help
Link to repo here: https://github.com/Arize-ai/rag-llm-prompt-evaluator-guard