I would like to use llama index between 2 documents (which are 2 csv files) i used the llama hub CSV Loader and worked great it loaded it into 2 documents. But im kinda stuck on how do i do I write my build my query engines and indexing them and then later try to give out an sql statement for my response using these 2 tables.
Cool! So to answer questions like this, tbh I would convert it into a sqlite database with two tables, and use the SQL index to answer questions across both tables
tbh it's a little annoying to convert the CSV files as a user for this. We could probably provide some automatic conversion for this at some point _:)