Azure-Samples / search-qna-maker-accelerator

Cognitive Search Question Answering Solution Accelerator
Other
36 stars 16 forks source link

update readme to have button to deploy solution using qna maker v2 #13

Closed akhilayesantarao closed 3 years ago

akhilayesantarao commented 3 years ago

Purpose

Update readme with button to deploy solution using qna maker public preview. I have created a branch called QnAMakerV2PublicPreview which uses the public preview version of apis (https://github.com/Azure-Samples/search-qna-maker-accelerator/tree/QnAMakerV2PublicPreview). We intend to keep it as a child branch and not merge it into the main branch which contains the GA apis.

Does this introduce a breaking change?

[ ] Yes
[x] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[x] Documentation content changes
[ ] Other... Please describe:

How to Test

git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install

What to Check

Verify that the following are valid

Other Information