Josh Reini
Josh Reini
We do still need tests on AzureOpenAI. Thanks if you're offering :)
Hey @funkjo - you can wait for computation and then display feedback results using the following: ```python for feedback, feedback_result in rec.wait_for_feedback_results().items(): print(feedback.name, feedback_result.result) ``` Does that help?
I think the issue here might be your setting of feedback mode. Feedback mode should be set when you set up the recorder, and`f_context_relevance` is not a valid value for...
Thanks @funkjo - was able to replicate this. Will work on a solution this week.
Hey @funkjo - thanks for your patience! I updated your code to the following: ```python import pandas as pd data = { 'prompt': ['Where is Germany?', 'What is the capital...
I am using the latest version, `trulens_eval==0.32.0`
@funkjo let me know if you are still experiencing this issue.
@funkjo please let me know if you're still experiencing this issue on the latest trulens versions
@sfc-gh-dkurokawa I reproduced this same issue on both 3.12 and 3.13: https://github.com/truera/trulens/issues/1987
tagging related fix: https://github.com/truera/trulens/pull/2005