You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [ ] bug report -> please search issues before submitting
- [x] feature request
- [x] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
Minimal steps to reproduce
I'm very interested in being able to generated QA pairs in non-English languages and I can see that the result of a previous question (#35) related to this, led to the documentation being changed to state that only English QA pairs can be generated, due to limitations in the azure-ai-generative package.
It seems like azure-ai-generative package has been replaced by the new azure-ai-evaluation package which supports Spanish, Italian, French, Japanese, Portuguese, Simplified Chinese and German.
Does the current coding supports the new azure-ai-evaluation multi-language QA generator/simulator and we can update the documentation, or is a rewrite of the code needed to use the new azure-ai-evaluation-package?
Mention any other details that might be useful
Thank you for this great repo! :)
Thanks! We'll be in touch soon.
The text was updated successfully, but these errors were encountered:
That uses the Simulator approach for generating QA data in the form expected by this repo.
I am going to continue working on that branch to show the full evaluation workflow.
I think I will move ground truth generation out of this repo, as I've found it's so very specific to how a RAG has been set up, and this repo will continue to contain the CLI tools and custom evaluation metrics.
Hi @pamelafox - Yes, I'm trying to use this repo alongside azure-search-openai-demo and I'm very happy to hear that you are already working on evaluation in a branch on that repo. I'll close the issue here and keep an eye on that branch instead.
This issue is for a: (mark with an
x
)Minimal steps to reproduce
I'm very interested in being able to generated QA pairs in non-English languages and I can see that the result of a previous question (#35) related to this, led to the documentation being changed to state that only English QA pairs can be generated, due to limitations in the azure-ai-generative package.
It seems like azure-ai-generative package has been replaced by the new azure-ai-evaluation package which supports Spanish, Italian, French, Japanese, Portuguese, Simplified Chinese and German.
(Azure/azure-sdk-for-python#34099 (comment))
Expected/desired behavior
Does the current coding supports the new azure-ai-evaluation multi-language QA generator/simulator and we can update the documentation, or is a rewrite of the code needed to use the new azure-ai-evaluation-package?
Mention any other details that might be useful
Thank you for this great repo! :)
The text was updated successfully, but these errors were encountered: