The RAG Experiment Accelerator is a versatile tool designed to expedite and facilitate the process of conducting experiments and evaluations using Azure Cognitive Search and RAG pattern.
To make the load_<format>_files() more extensible, instead of passing individual index config settings as a parameter, we pass the index_config so that each format file loader can take the required settings.
To make the
load_<format>_files()
more extensible, instead of passing individual index config settings as a parameter, we pass theindex_config
so that each format file loader can take the required settings.