Open ksuchy opened 2 years ago
I'm having the same issue on NodeJs. #6438 Would be nice to have a decision from the team if they expect to support it or not. I would like to upgrade some databases to the new model.
Thanks for the feature request. We are currently evaluating how we will integrate with this new service in the Bot SDK. We do not currently have a timeline for this new functionality.
Is there any update on this?
There should be support for this in the next update of the SDK.
Also looking forward to this - we're looking to migrate our chatbot over to the new services whenever this is ready.
A new message on the QnAMaker site: Starting 1st October, 2022 you won’t be able to create new QnA Maker resources. Do you guys expect to have this feature shipped before that date? Thank you.
Please provide an update on the timeline @benbrown
Work on this is progressing, but we have no timeframe yet.
A new message on the QnAMaker site: Starting 1st October, 2022 you won’t be able to create new QnA Maker resources. Do you guys expect to have this feature shipped before that date? Thank you.
I have the same doubt, Is there any updates on this @peterswimm ?
Hey, any update on this?
@bensaine They added a C# client over in microsoft/botbuilder-dotnet that implements IQnAMakerClient
, like the old QnA Maker client: CustomQuestionAnswering.cs.
@bensaine They added a C# client over in microsoft/botbuilder-dotnet that implements
IQnAMakerClient
, like the old QnA Maker client: CustomQuestionAnswering.cs.
Thanks! Do you know if a JS SDK implements it?
@bensaine With first hand experience, no. But I see they have what appears to be the same client but with a typescript implementation over in the JS library:
Issue
I am trying to create a new FAQ bot (.NET) using the custom question answering feature. This has recently moved from QnA Maker service to Language Cognitive Service. The Bot Framework does not appear to have a package for interacting with this new service.
Proposed change
A package to integrate with knowledge bases/projects built in Language Studio
Component Impact
All versions of SDK
Tracking Status
Dotnet SDK [TODO]()
Javascript SDK [TODO]()
Python SDK [TODO]()
Java SDK [TODO]()
Samples [TODO]()
Docs [TODO]()
Tools [TODO]()