Find answers from the community

Updated 11 months ago

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

At a glance

The community member is using the LlamaIndex library to evaluate a response, but is encountering an APIConnectionError only for the evaluate_response() function call. Another community member suggests that the issue may be related to the connection with OpenAI, as the evaluation seems to rely on it.

Useful resources
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