datasets-ai / README.md
Caleb Fahlgren
add links and image to readme
9c4b7af
|
raw
history blame
548 Bytes
---
title: Datasets Text to SQL/Chart
emoji: πŸ“ˆ
colorFrom: indigo
colorTo: green
sdk: gradio
sdk_version: 4.32.2
app_file: app.py
pinned: false
---
# Datasets Text to SQL / Chart
**Chat with any HF Dataset**
Powered by [Hermes-2-Pro-Llama-3-8B](https://huggingface.co/NousResearch/Hermes-2-Pro-Llama-3-8B)
![Datasets Text to SQL](./media/datasets-text-to-sql.png)
# How it Works
1. Get first parquet file URL from dataset
2. Get SQL DDL from Parquet column and data types
3. Prompt the LLM for SQL
4. Run the SQL against the Dataset Parquet