langchain-ai / langchain-extract

🦜⛏️ Did you say you like data?
https://extract.langchain.com/
MIT License
1.03k stars 107 forks source link

Download CSV #127

Open lhotwll217 opened 6 months ago

lhotwll217 commented 6 months ago

Download CSV of the table.

lhotwll217 commented 6 months ago

Actually nevermind. I think a dependency for this would be persisting all the responses on the FE so the table collects them additively. Then you could download CSV. A Google Sheets integration wouldn't require that, just add row from extracted output. Needs prompt to enforce headers are matching. I've had pretty good luck dropping headers into the prompt, but not when I include the cells for context. Obviously you need OAuth, but with a Google Sheets integration, you could automatically generate schema from your Google Sheet.

lhotwll217 commented 6 months ago

Is cacheing responses in the table a worthy mission?