Prerequisites
The following example requires theduckdb and openai libraries. Without duckdb, the query_csv_file function is disabled.
Example
The following agent will download the IMDB csv file and analyze it.cookbook/91_tools/csv_tools.py
The CsvTools toolkit enables an Agent to read and query CSV files.
duckdb and openai libraries. Without duckdb, the query_csv_file function is disabled.