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
119 stars 41 forks source link

Remove separation of checkpoints #570

Closed yuvalyaron closed 1 month ago

yuvalyaron commented 1 month ago

Removed the separation of checkpoints to folders by their index_name and step. Now all checkpoint data is stored together

yuvalyaron commented 1 month ago

excluding the refactor of the singleton and factory from #558