Skip to content

Commit

Permalink
add a diagram on how to use hf:// in duckdb (#1319)
Browse files Browse the repository at this point in the history
  • Loading branch information
severo authored Jun 28, 2024
1 parent 195b012 commit e2cb35e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/hub/datasets-duckdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

<div class="flex justify-center">
<img src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/duckdb_hf_url.png"/>
</div>

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.

Expand Down

0 comments on commit e2cb35e

Please sign in to comment.