-
Notifications
You must be signed in to change notification settings - Fork 15.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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. #1958
Comments
+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 |
5 similar comments
+1 |
+1 |
+1 |
+1 |
+1 |
could you please elaborate on this? thanks! |
+1 Any Pro has a solution yet? |
Add Multi-CSV/DF support in CSV and DataFrame Toolkits * CSV and DataFrame toolkits now accept list of CSVs/DFs * Add default prompts for many dataframes in `pandas_dataframe` toolkit Fixes #1958 Potentially fixes #4423 ## Testing * Add single and multi-dataframe integration tests for `pandas_dataframe` toolkit with permutations of `include_df_in_prompt` * Add single and multi-CSV integration tests for csv toolkit --------- Co-authored-by: Harrison Chase <[email protected]>
…5009) Add Multi-CSV/DF support in CSV and DataFrame Toolkits * CSV and DataFrame toolkits now accept list of CSVs/DFs * Add default prompts for many dataframes in `pandas_dataframe` toolkit Fixes langchain-ai#1958 Potentially fixes langchain-ai#4423 ## Testing * Add single and multi-dataframe integration tests for `pandas_dataframe` toolkit with permutations of `include_df_in_prompt` * Add single and multi-CSV integration tests for csv toolkit --------- Co-authored-by: Harrison Chase <[email protected]>
No description provided.
The text was updated successfully, but these errors were encountered: