diff --git a/demos/chat_with_pdf.py b/demos/chat_with_pdf.py index bcd50a2..7ddf19b 100644 --- a/demos/chat_with_pdf.py +++ b/demos/chat_with_pdf.py @@ -449,7 +449,8 @@ def get_response( yield history, "", output # Perform RAGAS evaluation after yielding the response - feedback = perform_ragas_evaluation(query, {"result": answer}) + # feedback = perform_ragas_evaluation(query, {"result": answer}) + feedback = "" # Prepare the final output with RAGAS evaluation final_output = f"{output}\n\n{feedback}"