From e2cb35ef90b57c1e1317d631f06f86bb9351792a Mon Sep 17 00:00:00 2001 From: Sylvain Lesage Date: Fri, 28 Jun 2024 15:44:44 +0200 Subject: [PATCH] add a diagram on how to use hf:// in duckdb (#1319) --- docs/hub/datasets-duckdb.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/hub/datasets-duckdb.md b/docs/hub/datasets-duckdb.md index 30b0d3b87..f93bf3ced 100644 --- a/docs/hub/datasets-duckdb.md +++ b/docs/hub/datasets-duckdb.md @@ -3,6 +3,10 @@ [DuckDB](https://github.com/duckdb/duckdb) is an in-process SQL [OLAP](https://en.wikipedia.org/wiki/Online_analytical_processing) database management system. You can use the Hugging Face paths (`hf://`) to access data on the Hub: +
+ +
+ The [DuckDB CLI](https://duckdb.org/docs/api/cli/overview.html) (Command Line Interface) is a single, dependency-free executable. There are also other APIs available for running DuckDB, including Python, C++, Go, Java, Rust, and more. For additional details, visit their [clients](https://duckdb.org/docs/api/overview.html) page.