microsoft / rag-experiment-accelerator

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.
https://github.com/microsoft/rag-experiment-accelerator
Other
197 stars 72 forks source link

Pass `index_config` to load files #733

Closed beandrad closed 2 months ago

beandrad commented 2 months ago

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.