-
Notifications
You must be signed in to change notification settings - Fork 378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Orchestrator Recognizer Preview #4867
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hatpick
reviewed
Nov 19, 2020
Composer/packages/client/src/recoilModel/dispatchers/recognizers.ts
Outdated
Show resolved
Hide resolved
Composer/packages/client/src/recoilModel/dispatchers/recognizers.ts
Outdated
Show resolved
Hide resolved
Composer/packages/adaptive-form/src/components/fields/RecognizerField/getDropdownOptions.ts
Outdated
Show resolved
Hide resolved
hatpick
reviewed
Nov 19, 2020
…otFramework-Composer into feature/orchestrator
hatpick
previously approved these changes
Nov 20, 2020
boydc2014
approved these changes
Nov 20, 2020
EricDahlvang
pushed a commit
that referenced
this pull request
Nov 27, 2020
* bf-orchestrator lib integration * add orchestrator uischema * Update Orchestrator Libs (minor interface changes) * Add Orchestrator Recognizer to AzureWebApp * Keep native libs out of asar package because of relative linking * Local scenario POC * Update orchestrator-core for electron * write downsampling result to the interruption folder * Update orchestrator-core critical bits for mac build * Move download of model back to "start bot" * First pass putting orchestrator behind feature flag * filter the publish and separate the lu files * start bot error fix * Minor cleanup * Fix linter error * Remove obsolete test code * Change writefile to async variation in fs-extra * Add safeguard to prevent endless loop * Move FeatureFlag types, address typing issues * Interface tweaks * update the type and dispatcher * remove the luprovider:'' * remove invalid import * Minor tweak to single import * Strengthen the check to prevent UI infinite loop * Minor UI fix after feature flag is deselected Co-authored-by: leilzh <leilzh@microsoft.com> Co-authored-by: Chris Whitten <christopher.whitten@microsoft.com>
benbrown
pushed a commit
to benbrown/BotFramework-Composer
that referenced
this pull request
May 24, 2021
* bf-orchestrator lib integration * add orchestrator uischema * Update Orchestrator Libs (minor interface changes) * Add Orchestrator Recognizer to AzureWebApp * Keep native libs out of asar package because of relative linking * Local scenario POC * Update orchestrator-core for electron * write downsampling result to the interruption folder * Update orchestrator-core critical bits for mac build * Move download of model back to "start bot" * First pass putting orchestrator behind feature flag * filter the publish and separate the lu files * start bot error fix * Minor cleanup * Fix linter error * Remove obsolete test code * Change writefile to async variation in fs-extra * Add safeguard to prevent endless loop * Move FeatureFlag types, address typing issues * Interface tweaks * update the type and dispatcher * remove the luprovider:'' * remove invalid import * Minor tweak to single import * Strengthen the check to prevent UI infinite loop * Minor UI fix after feature flag is deselected Co-authored-by: leilzh <leilzh@microsoft.com> Co-authored-by: Chris Whitten <christopher.whitten@microsoft.com>
benbrown
pushed a commit
that referenced
this pull request
Jun 11, 2021
* bf-orchestrator lib integration * add orchestrator uischema * Update Orchestrator Libs (minor interface changes) * Add Orchestrator Recognizer to AzureWebApp * Keep native libs out of asar package because of relative linking * Local scenario POC * Update orchestrator-core for electron * write downsampling result to the interruption folder * Update orchestrator-core critical bits for mac build * Move download of model back to "start bot" * First pass putting orchestrator behind feature flag * filter the publish and separate the lu files * start bot error fix * Minor cleanup * Fix linter error * Remove obsolete test code * Change writefile to async variation in fs-extra * Add safeguard to prevent endless loop * Move FeatureFlag types, address typing issues * Interface tweaks * update the type and dispatcher * remove the luprovider:'' * remove invalid import * Minor tweak to single import * Strengthen the check to prevent UI infinite loop * Minor UI fix after feature flag is deselected Co-authored-by: leilzh <leilzh@microsoft.com> Co-authored-by: Chris Whitten <christopher.whitten@microsoft.com>
lei9444
added a commit
to lei9444/BotFramework-Composer-1
that referenced
this pull request
Jun 15, 2021
* bf-orchestrator lib integration * add orchestrator uischema * Update Orchestrator Libs (minor interface changes) * Add Orchestrator Recognizer to AzureWebApp * Keep native libs out of asar package because of relative linking * Local scenario POC * Update orchestrator-core for electron * write downsampling result to the interruption folder * Update orchestrator-core critical bits for mac build * Move download of model back to "start bot" * First pass putting orchestrator behind feature flag * filter the publish and separate the lu files * start bot error fix * Minor cleanup * Fix linter error * Remove obsolete test code * Change writefile to async variation in fs-extra * Add safeguard to prevent endless loop * Move FeatureFlag types, address typing issues * Interface tweaks * update the type and dispatcher * remove the luprovider:'' * remove invalid import * Minor tweak to single import * Strengthen the check to prevent UI infinite loop * Minor UI fix after feature flag is deselected Co-authored-by: leilzh <leilzh@microsoft.com> Co-authored-by: Chris Whitten <christopher.whitten@microsoft.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Orchestrator is a new transformer-based recognizer built by the Microsoft Orchestrator Team. This PR introduces Orchestrator as a recognizer into Composer in a preview (intent recognition only) capacity.
In its current capacity, it's primary use-case is to replace LUIS in a dispatch scenario.
This feature branch was reviewed earlier in 2 smaller chunks:
4852 - UI integration and local e2e publishing flow with Orchestrator
4384 - Orchestrator library integration
Closes #4390 , #4209, #4132 from those earlier PRs.