Closed byrne-greg closed 6 years ago
Merging #48 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #48 +/- ##
=======================================
Coverage 96.22% 96.22%
=======================================
Files 2 2
Lines 53 53
Branches 5 5
=======================================
Hits 51 51
Misses 2 2
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update abc4239...3ac53c0. Read the comment docs.
Thanks @byrne-greg 👍
:tada: This PR is included in version 1.0.0 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
Problem Description
When a user executes
npm run train
, during the document upload phase, they will see the following error:(see issue #43).
Solution
The default configuration file that was used when creating the Discovery collection was configured to use the older AlchemyLanguage enrichments. As of the migration, when anyone attempted to upload documents, they would receive the above error.
The default configuration file used during the
train-discovery.js
script was changed to use the NLU enrichment technology.