Questions on the Best RAG System
As I said in another post, I can't find the workflow for this one. I thought if I found it, I would answer my own questions. But, as I have continued to follow the YT video, I don't think having the workflow would help that much. So, here are my questions. 1. What is the Loop over items/Google download doing? The loop was added in this version. But wouldn't the workflow Set File Id -> Download File -> Switch work without a loop? 2. In the Switch node, how did you know to set, for example, application/vnd.google-apps.document? Where did you find the vnd.google-apps... part? 3. Where does the data for the Enhanced Default Data Loader come from? This part {{ $json.data || $json.text || json.concatenated_data }} I love how the workflow has evolved and now purposefully works with different file types. The improved metadata is helpful for real applications.