Find answers from the community

Updated 8 months ago

I am using this https://docs.llamaindex.

I am using this https://docs.llamaindex.ai/en/stable/examples/evaluation/relevancy_eval/ Why am I getting APIConnectionError only for
Plain Text
eval_result = evaluator_gpt4.evaluate_response(
    query=query_str, response=response_vector
)
W
1 comment
It connects with OpenAI for the evaluation, maybe calls are not going through successfully
Add a reply
Sign up and join the conversation on Discord