From 3b0b309a13b92db63bf195018229e8187d824faa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20No=C3=ABl?= Date: Mon, 16 Dec 2024 12:06:03 -0500 Subject: [PATCH] Add explicit .jsonl documentation --- README.md | 2 +- docs/object_stores/huggingface.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d74ea59..fd5570c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/object_stores/huggingface.mdx b/docs/object_stores/huggingface.mdx index e15291e..4d15e71 100644 --- a/docs/object_stores/huggingface.mdx +++ b/docs/object_stores/huggingface.mdx @@ -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