This repository has been archived by the owner on Oct 17, 2024. It is now read-only.
Releases: OfficeDev/microsoft-teams-apps-faqplus
Releases · OfficeDev/microsoft-teams-apps-faqplus
FAQ Plus App Template v5.0
Below improvements released,
- Remove the deprecated QnA Maker service and replace with Question Answering service.
- Fix for multi-turn bug
- Wiki updates
FAQ Plus App Template v3.0
This release contains the changes related to splitting user and expert bots to allow use of permission policy
FAQ Plus App Template
Fixed parsing error in QnaServiceProvider. (#74) Changed to the culture-independent way in case of getting ScoreThreshold config value.
FAQ Plus App Template
Updated README (#62) * Updated README updated latest legal notice guidelines * Updated README Updated the legal notice text correctly
FAQ Plus App Template
190863 Fixed a few broken links
FAQ Plus App Template
177017 Removing v2 in all the documentation files (#41)
FAQ Plus App Template
172419 Simplified the README content and added another link to the wiki
FAQ Plus App Template
171683 Removing reference to V2 in metadata
FAQ Plus App Template
Feature upgrade to support multi-turn QnA response (#34) - Application is modified to handle QnA multi-turn experience. The app will now be able to read mutli-turn QnA pairs added in knowledge base and sends follow up questions for queries. - The changes includes bot and configuration app services to handle previous questions and minor code clean up across solution.
FAQ Plus [Version 2] App Template
Add global.json to force Kudu use SDK 2.1.515. (#26) After .NET Core SDK 3.1.301 was rolled out in Azure App Service, Kudu failed to build the app with the following exception: System.ComponentModel.Win32Exception (5): Access is denied. In order to fix the build issue, we add a global.json in the code base. So that Kudu is forced to use the previous SDK version, which can build the app without issue. See https://stackoverflow.com/questions/62595408/error-access-is-denied-deployment-to-azure-app-services