ZeroDivisionError Problem with score = re_0_10_rating(line) / normalize in f_context_relevance ? #1096
-
Hello, I am using Trulens for evaluating a Rag app. `from trulens_eval.feedback.provider.openai import AzureOpenAI provider = AzureOpenAI(deployment_name="gpt-4-32k") i am facing the following error which is weird : |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @AmineMekki01, Thank you for reporting this. This issue seems to be related to an outdated implementation, and is no longer relevant to the existing codebase. However, I did investigate this issue, and have a PR up to resolve other potential divide-by-zero errors: #2124. For now, I will be marking this discussion as answered. For future issues/bugs you face, and potential features/improvements you would like to see in the library, please feel free to add a new item here. Thanks! |
Beta Was this translation helpful? Give feedback.
Hi @AmineMekki01,
Thank you for reporting this. This issue seems to be related to an outdated implementation, and is no longer relevant to the existing codebase. However, I did investigate this issue, and have a PR up to resolve other potential divide-by-zero errors: #2124.
For now, I will be marking this discussion as answered. For future issues/bugs you face, and potential features/improvements you would like to see in the library, please feel free to add a new item here. Thanks!