R2R icon indicating copy to clipboard operation
R2R copied to clipboard

unable to load extra field for ingestion from config file

Open zhengwj533 opened this issue 7 months ago • 0 comments

Describe the bug

In the toml configuration file, if additional properties are added to ingestion, the program is unable to read those properties.

Additional context

From the code py/core/main/assembly/factory.py, it appears that the initialization of IngestionConfig is incorrect with respect to extra_fields. For example, may be modified as follows:

- r2r_ingestion_config = R2RIngestionConfig(
+ r2r_ingestion_config = R2RIngestionConfig.create(

zhengwj533 avatar Mar 28 '25 09:03 zhengwj533