Ask questions of SQLite databases and CSV/JSON files in your terminal

from blog Simon Willison's Weblog, | ↗ original
↗ original
I built a new plugin for my sqlite-utils CLI tool that lets you ask human-language questions directly of SQLite databases and CSV/JSON files on your computer. It's called sqlite-utils-ask. Here's how you install it: sqlite-utils install sqlite-utils-ask It picks up API keys from an OPENAI_API_KEY environment variable, or you can install LLM and...