Skip to content

Commit

Permalink
Add explicit .jsonl documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
philippemnoel committed Dec 16, 2024
1 parent ae0cc16 commit 3b0b309
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Today, a vast amount of non-operational data — events, metrics, historical sna
- [x] Google Cloud Storage
- [x] Azure Blob Storage
- [x] Azure Data Lake Storage Gen2
- [x] HuggingFace
- [x] Hugging Face (`.parquet`, `.csv`, `.jsonl`)
- [x] HTTP server
- [x] Local file system

Expand Down
2 changes: 1 addition & 1 deletion docs/object_stores/huggingface.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Hugging Face

## Overview

This code block demonstrates how to query machine learning datasets from the Hugging Face Datasets library. The file path must start with `hf://`.
This code block demonstrates how to query machine learning datasets from the Hugging Face Datasets library. The file path must start with `hf://`. The supported file types are `.parquet`, `.csv` and `.jsonl`.

```sql
-- CSV format is assumed
Expand Down

0 comments on commit 3b0b309

Please sign in to comment.