Data Loaders
CSV Query Agent Node
Agentically query a CSV
This node allows you to query a CSV based on a natural language query.
Node Inputs
-
CSV File: The CSV file to be queried (file must be a CSV). Note: Ensure connecting node is of type File not text.
- Type:
File
- Type:
-
Search Query: The question you want to be answered by the CSV
- Type:
Text
- Type:
For providing the file you have two options:
-
If toggle is on Upload: Upload a file by clicking the upload button
-
If toggle is on Variable: Reference files from other nodes.
Node Outputs
-
Output: The answer to the query based on the CSV
-
Type:
Text
-
Example usage:
{{csv_query_0.output}}
-
Considerations
- Delimeter for the CSV must be commas.