How can we leverage azure prompt flow for evaluation of llm application with another framework? #2228
Replies: 1 comment
-
Hi Husky Danny, Prompt flow is working to enhancing the evaluation experience, you can bring your LLM application code and use prompt flow to do evaluation on it, in this part it is framework agnostic. Specific to your question:
|
Beta Was this translation helpful? Give feedback.
-
I am exploring the framework or cloud service for evaluating llm application.
Our application leverages semantic kernel and sentence-transformers package for RAG scenario. I have used RAGAS for evaluation but only locally. Then I found the Azure Prompt Flow might be a good cloud service for our evaluation tasks. After some playing around, I have the following questions:
Beta Was this translation helpful? Give feedback.
All reactions