My code return output as shown in “Expected Results” but the unittest function return Failed test case with its output different than the Expected Output.
Hello @rinr ,
Everything in your code looks good except the response has a minor error.
Instead to call: response = … (query = rerank_query, …) you should pass (query = query, …). Hope this helps.
Best Regards.