langchain
langchain copied to clipboard
How to work with multiple csv files in the same agent session ? is there any option to call agent with multiple csv files, so that the model can interact multiple files and answer us.
+1
I would also be interested in whether there is some way of ingesting two or more CSV files of pandas dataframes. I would try doing a Compare and Contrast on the two files.
+1
The easiest way I think you'd be able to do this is through specifying them in the input variables and adding them to the prefix
+1
+1
+1
+1
+1
+1
The easiest way I think you'd be able to do this is through specifying them in the input variables and adding them to the prefix
could you please elaborate on this? thanks!
+1 Any Pro has a solution yet?