ayushexel commited on
Commit
00e660e
·
verified ·
1 Parent(s): 5dab9d3

Note datasets-library format 2.2 incompatibility

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -31,7 +31,7 @@ Each session ("workflow") is native PC/console gameplay trimmed to pure gameplay
31
  - **Pre-built indices** — `INVERTED` (FTS) on session titles and descriptions, `BITMAP`/`BTREE`/`LABEL_LIST` scalar indices on both tables — ship inside the Lance directories.
32
  - **Rich session metadata**: game, platform, tags, duration, event counts, frame counts, fps, screen resolution, and SHA-256 checksums for every video.
33
 
34
- > **Format note.** This dataset is written with Lance file format **2.2** and uses the blob v2 storage scheme. Reading requires a recent Lance stack — `pylance >= 8.0` (blob v2 APIs) and `lancedb >= 0.34`.
35
 
36
  ## Splits
37
 
 
31
  - **Pre-built indices** — `INVERTED` (FTS) on session titles and descriptions, `BITMAP`/`BTREE`/`LABEL_LIST` scalar indices on both tables — ship inside the Lance directories.
32
  - **Rich session metadata**: game, platform, tags, duration, event counts, frame counts, fps, screen resolution, and SHA-256 checksums for every video.
33
 
34
+ > **Format note.** This dataset is written with Lance file format **2.2** and uses the blob v2 storage scheme. Reading requires a recent Lance stack — `pylance >= 8.0` (blob v2 APIs) and `lancedb >= 0.34`. The 🤗 `datasets` library's Lance integration does not read format 2.2 yet; load through LanceDB or pylance as shown below.
35
 
36
  ## Splits
37