https://github.com/gptscript-ai/structured-data-querier
https://github.com/gptscript-ai/structured-data-querier
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gptscript-ai/structured-data-querier
- Owner: gptscript-ai
- Created: 2024-04-30T19:44:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-31T04:20:23.000Z (about 2 years ago)
- Last Synced: 2024-06-01T01:33:28.773Z (about 2 years ago)
- Language: Python
- Size: 51.8 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.MD
Awesome Lists containing this project
README
# structured-data-querier
## Overview
This tool supports querying CSV, XLSX (Excel), and JSON (newline-delimited). It leverages DuckDB and the LLM to allow querying your data using natural language.
For optimal results with csv and xlsx, the first row should contain the column names.
## Examples
### Query an Excel File
```gptscript
tools: github.com/gptscript-ai/structured-data-querier
What is the email address of the person with the first name 'One' from the test.xlsx file?
```