@Logan M thanks, I don't have any specific questions, but I'm kind of new to developing libraries of mass use. I really love the way llama_index is designed.
I wanted to learn that skill, I understand it can be achieved best by practice. Rt now, I'm mostly reverse engineering things,
- start from its usage in llama docs,
- go to the corresponding class, break down its inheritance & encapsulation, traverse to the root class until I get a whole picture of the flow
Was bit tiring this way, but great to learn. I though trying to visualize all in one place, like a design doc would be great