Proteusiq / hadithi

🧪 Data Science | ⚒️ MLOps | ⚙️ DataOps : Talks about 🦄
15 stars 1 forks source link

CLI LLM with duckdb #52

Open Proteusiq opened 3 months ago

Proteusiq commented 3 months ago

$ cat test.csv | duckdb :memory: "COPY (SELECT * FROM read_csv('/dev/stdin')) TO '/dev/stdout' WITH (FORMAT 'csv', HEADER)"

Proteusiq commented 3 months ago

https://ollama.com/library/sqlcoder