* added dispatcher package
* added orchestratorlib
* added orchestrator cli package
* make orchestrator cli installed with bf cli install
* cleaned up dependency, removed extra file
* Update package.json
* Update pnpm-lock.yaml
updated reference to bf-lu in dispatcher to local reference (from "next")
* Addressed review comments
- Updated orchestrator unit test code to use test base model URL, so not to confuse our download stats for customers
- Updated dispatcher and orchestratorlib readme to include internal MS use only text
- Updated dispatcher package.json to exclude oclif
- Removed unecessary files
* fullEmbeddings parameter should be taken from env var
* Added missing scripts per Emilio's PR comment and removed unneeded dependencies from orchestratorlib
* Update package.json
fixed posttest script
* Refactored base model download for testing
* Addressed review feedback
1. Added orchestrator command documentation on main cli package
2. Removed travil.yml from orchestrator package
3. Removed .vscode from orchestrator package
4. Removed "return 0;" from the command sources
* Updated Orchestrator package README
Removed specific install instructions for Linux Ubuntu.
* fixed build errors
* new interfaces and strengthed null-exception logic
* remove composer sampler tests and reduce unnecessary "as"
* Remove functional tests
* updated orchestrator core package, added versions script to orchestrator package
* Removed debugging logs
* correct index.ts
* fixed build error
* remove no longer required tests
* README.md and command documents
* Update orchestrator bf-cli to point at release candidate
* fix eslint issues
* remove the eslint map testcase
* Update pnpm-lock.yaml
* more refactoring to interfaces
* Update pnpm-lock.yaml
* Update orchestratorhelper.ts
removed unecessary comments
* clean up comments
* refactor comments
* more comment refactoring
* removing unused imports
* more interfaces and others
Co-authored-by: Hung-chih Yang <hunyang@microsoft.com>
Co-authored-by: Dave Taniguchi <daveta@microsoft.com>
Co-authored-by: daveta <6182197+daveta@users.noreply.github.com>
* Scoped packages bug
Fix bug where scoped packages in node would have all of their imported
assets removed.
* Resolve relative negative patterns.
* Add test files.
Co-authored-by: Chris McConnell <chrimc>
* add flag for controling cross train
* change naming
* add more tests and docs
* rename to trainingOpt
* minor fixes
* add options for luRecognizerID
* fix tests
* retrriger
* fix lint problem
* fix flags naming and add options
* remove lu recognizer id
* fix format
* remove no need doc
* remove a console.log statement
Co-authored-by: Fei Chen <43032123+feich-ms@users.noreply.github.com>
* Fix#1128
* Remove debugger
* Add test cases
* fix merge intent don't merge features bug and adjust test cases
* further fix and adjust test cases
Co-authored-by: Fei Chen <feich@microsoft.com>
* Add support for verifying $policies.
* Remove unneed package reference.
Co-authored-by: Chris McConnell <chrimc>
Co-authored-by: Emilio Munoz <emmunozp@microsoft.com>
* support output to file for kb:export command
* add language support for qna builder
* add more locale to language mappings
* add more test cases and validation for locale or language support
* fix typo
* Make hashing line ending agnostic.
Fix bug where imports were not excluded properly.
Added obj to exclusions.
* Add missing wildcard.
Co-authored-by: Chris McConnell <chrimc>