Skip to content

Commit cedcd41

Browse files
committed
docs: describegpt update JSON example link
[skip ci]
1 parent d722afd commit cedcd41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
| [count](/src/cmd/count.rs#L3)<br>📇🏎️🐻‍❄️ | Count the rows and optionally compile record width statistics of a CSV file. (11.87 seconds for a 15gb, 27m row NYC 311 dataset without an index. Instantaneous with an index.) If the `polars` feature is enabled, uses Polars' multithreaded, mem-mapped CSV reader for fast counts even without an index |
3434
| [datefmt](/src/cmd/datefmt.rs#L2)<br>📇🚀👆 | Formats recognized date fields ([19 formats recognized](https://docs.rs/qsv-dateparser/latest/qsv_dateparser/#accepted-date-formats)) to a specified date format using [strftime date format specifiers](https://docs.rs/chrono/latest/chrono/format/strftime/). |
3535
| [dedup](/src/cmd/dedup.rs#L2)<br>🤯🚀👆 | Remove duplicate rows (See also `extdedup`, `extsort`, `sort` & `sortcheck` commands). |
36-
| [describegpt](/src/cmd/describegpt.rs#L2)<br>🌐🤖🪄🗃️ | <a name="describegpt_deeplink"></a>Infer a Data Dictionary, Description & Tags or ask questions about a CSV using any [OpenAI API](https://platform.openai.com/docs/introduction)-compatible LLM, including local LLMs like [Ollama](https://ollama.com), [Jan](https://jan.ai) & [LM Studio](https://lmstudio.ai/).<br>(Examples: --all [Markdown](docs/nyc311-describegpt.md), [JSON](https://raw.githubusercontent.com/dathere/qsv/refs/heads/master/docs/nyc311-describegpt.json); [--prompt "What are the top 10 complaint types by community board & borough?"](docs/nyc311-describegpt-prompt.md), [SQL RAG result - deterministic, hallucination-free answer](docs/nyc311-describegpt-prompt.csv)) |
36+
| [describegpt](/src/cmd/describegpt.rs#L2)<br>🌐🤖🪄🗃️ | <a name="describegpt_deeplink"></a>Infer a Data Dictionary, Description & Tags or ask questions about a CSV using any [OpenAI API](https://platform.openai.com/docs/introduction)-compatible LLM, including local LLMs like [Ollama](https://ollama.com), [Jan](https://jan.ai) & [LM Studio](https://lmstudio.ai/).<br>(Examples: --all [Markdown](docs/nyc311-describegpt.md), [JSON](docs/nyc311-describegpt.json); [--prompt "What are the top 10 complaint types by community board & borough?"](docs/nyc311-describegpt-prompt.md), [SQL RAG result - deterministic, hallucination-free answer](docs/nyc311-describegpt-prompt.csv)) |
3737
| [diff](/src/cmd/diff.rs#L2)<br>🚀🪄 | Find the difference between two CSVs with ludicrous speed!<br/>e.g. _compare two CSVs with 1M rows x 9 columns in under 600ms!_ |
3838
| [edit](/src/cmd/edit.rs#L2) | Replace the value of a cell specified by its row and column. |
3939
| [enum](/src/cmd/enumerate.rs#L2)<br>👆 | Add a new column enumerating rows by adding a column of incremental or uuid identifiers. Can also be used to copy a column or fill a new column with a constant value. |

0 commit comments

Comments
 (0)