You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ideally, we would like to run it once on the entire database, perhaps as a migration.
Then, for all future URL imports, the pipeline should be run along side the import, so that when URLs make their way into the webapp, the rules to assign document types already exist, and the assigned types can be shown to the curator.
Implementation Considerations
how will we run this async? is there existing async stuff being used on the current url importer?
Deliverable
migration to classify documents for all existing collections
process to handle future url imports
Dependencies
depends on None
The text was updated successfully, but these errors were encountered:
Description
The Document Type inference pipeline currently only works as a button press on a single collection.
Ideally, we would like to run it once on the entire database, perhaps as a migration.
Then, for all future URL imports, the pipeline should be run along side the import, so that when URLs make their way into the webapp, the rules to assign document types already exist, and the assigned types can be shown to the curator.
Implementation Considerations
Deliverable
Dependencies
depends on None
The text was updated successfully, but these errors were encountered: