Note datasets-library format 2.2 incompatibility
Browse files
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 |
|