0
votes

Are there any plans to directly support Russian and Arabic in LUIS and QnA Maker in the near future – thus removing the need for the Translation middleware?

1
I'm voting to close this question as off-topic because questions about product-roadmaps should be asked of the respective developer and are not a practical programming problem.piet.t
@3-putt did my answer below solve your question?Matt Stannett
It did for QnA Maker but not LUIS3-putt

1 Answers

0
votes

As per this documentation: QnA Maker auto-detects the language of the knowledge base during creation and sets the analyzer accordingly.

Both Arabic and Russian are listed as supported languages in the table below that section as well as having Language Analyzers available in Azure Search which backs the QnA Maker KB.

The guidelines state that you should have a separate KB per language but if you wanted to have a single KB so with this and the links above you should be able to get something going.

Edit

The LUIS languages supported are available here, in terms of future languages I would open an issue on the GitHub repo, where you are more likely to get an official response.