An open API service indexing awesome lists of open source software.

https://github.com/gptscript-ai/structured-data-querier


https://github.com/gptscript-ai/structured-data-querier

Last synced: 11 months ago
JSON representation

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?
```