Replies: 1 comment
-
Thanks for the feedback @tgogoi While we don't have direct samples for this yet, it should be relatively straightforward to use Microsoft.Extensions.AI.Evaluation to orchestrate evals in production. In production scenarios, the functionality in present in the Microsoft.Extensions.AI.Evaluation.Reporting package / layer may not be as relevant.
Based on the above, I would recommend starting with the samples included as part of the Evaluation API Examples which demonstrate how to orchestrate evals without leveraging the functionality in the reporting layer. We have the following issue on our backlog to add some samples for this scenario - see dotnet/extensions#6343 which also contains some related ideas / discussion. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am wondering if you have an example showing how to use Microsoft.Extensions.AI.Evaluation in Prod (i.e. real time when agent is working or used by customer ). I am able to use the library successfully as unit tests and that is very helpful.
Beta Was this translation helpful? Give feedback.
All reactions