afrim
afrim copied to clipboard
Load data at runtime
Description
For more flexibility, we should be able to load datasets at runtime and update the afrim configuration parameters (buffer_size, auto_commit, etc).
Tasks
Instead of providing data during the initialization of the preprocessor, we should provide it after the initialization via respective methods.
- [ ] The preprocessor should be able to load the data at runtime
Similar to the preprocessor
- [ ] The translator should be able to read data at runtime
Question
- What are the advantages from the reload the data?