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
180 stars 60 forks source link

[Refactoring] Pass config to `load_<format>_files()` methods #732

Open beandrad opened 2 weeks ago

beandrad commented 2 weeks ago

Instead of passing as parameters individual config properties, pass the config object so that the method can access any required property.