Mo7art commited on
Commit
e9bc8b4
·
verified ·
1 Parent(s): 7c283a8

Add files using upload-large-folder tool

Browse files
Files changed (50) hide show
  1. README.md +115 -0
  2. chunk_records/r0_00000.parquet +3 -0
  3. chunk_records/r0_00001.parquet +3 -0
  4. chunk_records/r0_00007.parquet +3 -0
  5. chunk_records/r0_00008.parquet +3 -0
  6. chunk_records/r0_00013.parquet +3 -0
  7. chunk_records/r0_00014.parquet +3 -0
  8. chunk_records/r0_00019.parquet +3 -0
  9. chunk_records/r0_00020.parquet +3 -0
  10. chunk_records/r1_00004.parquet +3 -0
  11. chunk_records/r1_00005.parquet +3 -0
  12. chunk_records/r1_00009.parquet +3 -0
  13. chunk_records/r1_00010.parquet +3 -0
  14. chunk_records/r1_00011.parquet +3 -0
  15. chunk_records/r1_00019.parquet +3 -0
  16. chunk_records/r2_00000.parquet +3 -0
  17. chunk_records/r2_00005.parquet +3 -0
  18. chunk_records/r2_00010.parquet +3 -0
  19. chunk_records/r2_00013.parquet +3 -0
  20. chunk_records/r3_00001.parquet +3 -0
  21. chunk_records/r3_00008.parquet +3 -0
  22. chunk_records/r3_00009.parquet +3 -0
  23. chunk_records/r3_00017.parquet +3 -0
  24. chunk_records/r3_00018.parquet +3 -0
  25. chunk_records/r3_00020.parquet +3 -0
  26. chunk_records/r4_00001.parquet +3 -0
  27. chunk_records/r4_00004.parquet +3 -0
  28. chunk_records/r4_00010.parquet +3 -0
  29. chunk_records/r4_00014.parquet +3 -0
  30. chunk_records/r4_00018.parquet +3 -0
  31. chunk_records/r4_00019.parquet +3 -0
  32. chunk_records/r5_00003.parquet +3 -0
  33. chunk_records/r5_00005.parquet +3 -0
  34. chunk_records/r5_00006.parquet +3 -0
  35. chunk_records/r5_00011.parquet +3 -0
  36. chunk_records/r5_00014.parquet +3 -0
  37. chunk_records/r5_00017.parquet +3 -0
  38. chunk_records/r6_00000.parquet +3 -0
  39. chunk_records/r6_00001.parquet +3 -0
  40. chunk_records/r6_00004.parquet +3 -0
  41. chunk_records/r6_00008.parquet +3 -0
  42. chunk_records/r6_00010.parquet +3 -0
  43. chunk_records/r6_00013.parquet +3 -0
  44. chunk_records/r6_00020.parquet +3 -0
  45. chunk_records/r7_00005.parquet +3 -0
  46. chunk_records/r7_00007.parquet +3 -0
  47. chunk_records/r7_00011.parquet +3 -0
  48. chunk_records/r7_00019.parquet +3 -0
  49. chunk_records/r7_00020.parquet +3 -0
  50. dataset_manifest.json +1832 -0
README.md ADDED
@@ -0,0 +1,115 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - vector-database
4
+ - embeddings
5
+ - parquet
6
+ - qdrant
7
+ - stackoverflow
8
+ - question-answering
9
+ pretty_name: StackOverflow Vector Dataset - SQL
10
+ license: cc-by-sa-4.0
11
+ size_categories:
12
+ - 1M<n<10M
13
+ ---
14
+
15
+ # SQL StackOverflow Vector Dataset Datasheet
16
+
17
+ ## 1. What This Dataset Is
18
+
19
+ This dataset is the SQL-specific vector shard of the Stack2Graph StackOverflow retrieval corpus.
20
+ Each Hugging Face dataset repository contains exactly one language dataset.
21
+
22
+ It is optimized for dense+sparse retrieval, Qdrant restoration, and embedding-based RAG experiments.
23
+
24
+ It is used in the Stack2Graph project as the vector counterpart to the language-scoped RDF knowledge graph shards.
25
+
26
+ See the Stack2Graph repository for more details:
27
+ [https://github.com/tha-atlas/Stack2Graph](https://github.com/tha-atlas/Stack2Graph)
28
+
29
+ ## 2. Repository Layout
30
+
31
+ ```text
32
+ dataset_manifest.json
33
+ question_metadata_*.parquet
34
+ chunk_records_*.parquet
35
+ question_records_*.parquet
36
+ ```
37
+
38
+ - `dataset_manifest.json`: language-scoped manifest for this dataset shard.
39
+ - `question_metadata_*.parquet`: per-question metadata and retrieval bookkeeping.
40
+ - `chunk_records_*.parquet`: chunk-level vector rows when parent-child indexing is enabled.
41
+ - `question_records_*.parquet`: question-level vector rows when chunking is disabled or exported alongside chunk data.
42
+
43
+ ## 3. Data Model And Coverage
44
+
45
+ The dataset is derived from Stack Overflow questions selected for the SQL programming language.
46
+ It contains the structured records needed to rebuild the Stack2Graph Qdrant collection for that language.
47
+
48
+ Coverage scope:
49
+
50
+ - records are retained when they match the Stack2Graph supported language-tag set
51
+ - this repository contains only the SQL shard
52
+ - the archive may contain both metadata-only and retrieval-ready vector rows depending on the export mode
53
+
54
+ ## 4. Recommended Preprocessing
55
+
56
+ 1. Read `dataset_manifest.json` first and use it as the source of truth for included Parquet files.
57
+ 2. Load all Parquet shards for this repository into your vector indexing pipeline.
58
+ 3. Rebuild or restore the Qdrant collection `stackoverflow_sql_vector`.
59
+ 4. Preserve attribution and license metadata during downstream export.
60
+
61
+ ## 5. Automatic Download And Vector DB Setup
62
+
63
+ You do not need to regenerate embeddings from GraphDB to use this dataset.
64
+
65
+ In the Stack2Graph repository, you can use the automation script
66
+ `python -m experiment.load_hf_datasets_into_services --skip-kg` to download dataset artifacts
67
+ and prepare the vector database service state automatically.
68
+
69
+ Typical workflow:
70
+
71
+ 1. Clone and configure Stack2Graph (`.env` with HF token and service paths).
72
+ 1. Clone and configure Stack2Graph (`.env` with HF token and service paths).
73
+ 1. Start required local services:
74
+
75
+ ```bash
76
+ docker compose up -d
77
+ ```
78
+
79
+ 1. Run the loader script:
80
+
81
+ ```bash
82
+ python -m experiment.load_hf_datasets_into_services --skip-kg
83
+ ```
84
+
85
+ For manual usage without automation, directly ingest the listed Parquet files into your vector database.
86
+
87
+ ## 6. Quality Notes And Caveats
88
+
89
+ - A Stack Overflow question may belong to multiple language shards when tagged with multiple languages.
90
+ - Embeddings and sparse representations depend on the configured export pipeline and model versions.
91
+ - As with community-generated data, content may include noise, bias, and temporal drift.
92
+
93
+ ## 7. Intended Use
94
+
95
+ - semantic retrieval and reranking
96
+ - RAG and hybrid retriever experiments
97
+ - vector database benchmarking and diagnostics
98
+ - language-scoped developer tooling research
99
+
100
+ ## 8. Limitations
101
+
102
+ - Not a complete mirror of all Stack Overflow content.
103
+ - Not all export modes include the same row types or chunk layouts.
104
+ - Best used together with the Stack2Graph retrieval pipeline and Qdrant-compatible tooling.
105
+
106
+ ## 9. Licensing And Attribution
107
+
108
+ This dataset inherits Stack Overflow source licensing and attribution requirements.
109
+ Ensure compliant attribution and redistribution practices in all derived artifacts.
110
+
111
+ ## 10. Suggested Citation
112
+
113
+ If you use this dataset, cite the Stack2Graph work:
114
+
115
+ - Stack2Graph: A Structured Knowledge Representation of Stack Overflow Data for Retrieval-based Question Answering
chunk_records/r0_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e417ce2344cc7f799b2493cfa5722a3c645d73b36fa2521db9c638ff424b0f47
3
+ size 29582268
chunk_records/r0_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c43fad664ea402405af821663b29bdbfe6a5a3ba418bc8ff0b0264df68a94bf4
3
+ size 30214622
chunk_records/r0_00007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdc793801254bf2fb33b2210320b55b59ed3a3e0b4fd0f127cb1c053ed980f29
3
+ size 32050468
chunk_records/r0_00008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d66af84a4ea5472565ce61e8d724f1f1c7c9d6a6d5c18789f295537d532232a
3
+ size 32369492
chunk_records/r0_00013.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94161f6789fcdfb2a25b3f293f54371c7f9ec988a065906915274e1604c0e612
3
+ size 34292530
chunk_records/r0_00014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f511afce3c292bade453a4c2fd3cb5844fbc60813cc1c89224b35b3b11ea6f41
3
+ size 34803432
chunk_records/r0_00019.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e45c72fc200aa2d93b2c7ac023a05e094a75771cb3f557d0cd351cf831fd8f2
3
+ size 37655380
chunk_records/r0_00020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fbc8f3622cd592b846b6e5ae4e7e0365cecca40f3e5ab6653ccd4d9a82d156a
3
+ size 16559950
chunk_records/r1_00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ca3fae235c5a0b7174c8edac90e08d523085acfcf0153254c14001ea8d1564f
3
+ size 31181080
chunk_records/r1_00005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90fd44d9332102f01ddd8a15bf490d00f7ba7897c1b79d072ae4c4754f96d053
3
+ size 31478491
chunk_records/r1_00009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0a9f9b3dacb871f589639c745a6b380fe15a7f8a0153f27ef33fb2bf4c0efeb
3
+ size 32694271
chunk_records/r1_00010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ea04f404bcccbb97415bc5a74c880af19d8719dbd24a3469b60fe961b157feb
3
+ size 33044144
chunk_records/r1_00011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4cca9cc9788b37dec5027bf60ca96e832120a945e33e39ccf0665770a9040f08
3
+ size 33419717
chunk_records/r1_00019.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44083414fe64cded1ebe7e0b9027506297f64e82e6e31f50c6c131ddabc2d992
3
+ size 37673296
chunk_records/r2_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff4c18ee1f430dab1e061c2aa032beb0a3648620189f603d1b84bd4bb6a75fc3
3
+ size 29563365
chunk_records/r2_00005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95282c7915812ec6dd1071f99e3e33c11c0e472e3456b0906d2f183189cab7d3
3
+ size 31448426
chunk_records/r2_00010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4c46a0dd158c637dd04d85d56f6fd8d890efa958aa4b8b91a19dc09ef2e5e24
3
+ size 33059041
chunk_records/r2_00013.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc4a66bb9e00e52061fbbc8565b1379849887bedb87a11fe4128f86500f3d24e
3
+ size 34317102
chunk_records/r3_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:303f737f4c19bb91fed6f0593687c3772d1134038671e0d3547e6176c7dac0ba
3
+ size 30181094
chunk_records/r3_00008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd53fbe64a3e1eaa9c31976dd8522f4f2e95c3f97a912db32ba46b99e0a35c41
3
+ size 32337864
chunk_records/r3_00009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36fc8eecc168f46bb781c3c8b04adf87e468030baa39c8af8417b8e491865d33
3
+ size 32683031
chunk_records/r3_00017.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4555be596ef0b6e67f9fcfde9d24730333732a84dc726221f8b8c032001a2145
3
+ size 36286492
chunk_records/r3_00018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40ba980c9bb4aeaf2c89402d837b89a66f17491bdf38f980de311881660368bd
3
+ size 36832240
chunk_records/r3_00020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88391250e1330c5216077571054ce07b16515ab6a3a897ee5b4f650a40186306
3
+ size 16558256
chunk_records/r4_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7263e5426277b01217cd370c9f2629bb6c687bc90a4d2a0b2e015866f465374c
3
+ size 30176606
chunk_records/r4_00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bc4b88d3671f7b0ea52cd959e8ff549cc6fe102fec2e06fc6fafa22b045dde3
3
+ size 31151684
chunk_records/r4_00010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91beea3464fff52cc724d055cc27dbea3690e6bf0088b5df2d1423691fce8bec
3
+ size 33036339
chunk_records/r4_00014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f1ec58fe1d3030c1caec65445db0b281b2729ce0a24be2c383846d4c5b13e83
3
+ size 34776323
chunk_records/r4_00018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbb1c047bc27f4faac35708d4dd1a958b49b523654171caebeba1a777ce07fa4
3
+ size 36817081
chunk_records/r4_00019.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28495fe28666f8661c2ffa485ddb273564c2727b13ca234a9ea433aaf745a23d
3
+ size 37662618
chunk_records/r5_00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6789b65a89aed5d1c87a797c0b6e42a4a0d5abc3cc29f759f4d3321d94af4aae
3
+ size 30892575
chunk_records/r5_00005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f405bc472a0c09405996d72afd451cbc730354452ff44ff4f1e0482d60112854
3
+ size 31459926
chunk_records/r5_00006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c499cffc49fda281894c11336e2da2740f05383dce46fd20daed1a3b99ec8917
3
+ size 31768928
chunk_records/r5_00011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3cffe448c215f6ddafe2e712a0c9cb2e9dc99276c5b0085d1404f2a32bab80b5
3
+ size 33432037
chunk_records/r5_00014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5b75b0720d57911fb18d932d15a82f8a6eec27ad5aa1914f3b59940b1d00932
3
+ size 34837943
chunk_records/r5_00017.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa426fed40356dd4c52bf230e1dd399a745c5fb52b9a7a75c0ef1070582f4bd6
3
+ size 36305304
chunk_records/r6_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7cb17d118b3cbbf10bf4f3b3fefc5f3d5fb1f8f371b407cfe544209dc342918
3
+ size 29581092
chunk_records/r6_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b82c5e72b274affe0f757e9f2144249056377f6477ee005050c97cc8eff8c46
3
+ size 30183317
chunk_records/r6_00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:585b104a36b542d28e80bb96ce9c3545a4f70daa9e4cb7465486e0e2ecd1bfa4
3
+ size 31168071
chunk_records/r6_00008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa79b2b770f042e0a960c1a03dff6a1f801c9dd62d425a52b3190a3112f0a24b
3
+ size 32374802
chunk_records/r6_00010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5896029490ddd3f8549f9f759c2b103966a0e7ecf736fecf9533ed1f1667366f
3
+ size 33080987
chunk_records/r6_00013.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:772a02fc660654a706ad14b7c7d453c591693fe1a2d4912064c2ace3b980f462
3
+ size 34281026
chunk_records/r6_00020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12169c038e39a8b0dce5871254e890af5719d504a670eb9aa545407a668d220e
3
+ size 16560858
chunk_records/r7_00005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ebae50f5f76f9823528f6ddda93bfe767c751d683c65e2f13b7d39ef99d86b7
3
+ size 31454991
chunk_records/r7_00007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b1640693015148f44207de14f431989a2540ce6d54dd7bebcad5d1a0854a08c
3
+ size 32014157
chunk_records/r7_00011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de13bb9f7fa3475aa47a6eefb113c7c3bf2d2cf473c6a08fc54a2fc81695ad47
3
+ size 33371238
chunk_records/r7_00019.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:befa891529b5e416bf55eba5ac6f97ed7aa7753a0451b04dd2b7dae8d2ce94e1
3
+ size 37584933
chunk_records/r7_00020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52b5330424f7a6a2ea7610fffaed2a7f8623c537925c862f73e62482a9921750
3
+ size 16543881
dataset_manifest.json ADDED
@@ -0,0 +1,1832 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "file_count": 304,
3
+ "files": [
4
+ {
5
+ "category": "chunk_records",
6
+ "language": "sql",
7
+ "relative_path": "chunk_records/r0_00000.parquet",
8
+ "rows": 5000
9
+ },
10
+ {
11
+ "category": "chunk_records",
12
+ "language": "sql",
13
+ "relative_path": "chunk_records/r0_00001.parquet",
14
+ "rows": 5000
15
+ },
16
+ {
17
+ "category": "chunk_records",
18
+ "language": "sql",
19
+ "relative_path": "chunk_records/r0_00002.parquet",
20
+ "rows": 5000
21
+ },
22
+ {
23
+ "category": "chunk_records",
24
+ "language": "sql",
25
+ "relative_path": "chunk_records/r0_00003.parquet",
26
+ "rows": 5000
27
+ },
28
+ {
29
+ "category": "chunk_records",
30
+ "language": "sql",
31
+ "relative_path": "chunk_records/r0_00004.parquet",
32
+ "rows": 5000
33
+ },
34
+ {
35
+ "category": "chunk_records",
36
+ "language": "sql",
37
+ "relative_path": "chunk_records/r0_00005.parquet",
38
+ "rows": 5000
39
+ },
40
+ {
41
+ "category": "chunk_records",
42
+ "language": "sql",
43
+ "relative_path": "chunk_records/r0_00006.parquet",
44
+ "rows": 5000
45
+ },
46
+ {
47
+ "category": "chunk_records",
48
+ "language": "sql",
49
+ "relative_path": "chunk_records/r0_00007.parquet",
50
+ "rows": 5000
51
+ },
52
+ {
53
+ "category": "chunk_records",
54
+ "language": "sql",
55
+ "relative_path": "chunk_records/r0_00008.parquet",
56
+ "rows": 5000
57
+ },
58
+ {
59
+ "category": "chunk_records",
60
+ "language": "sql",
61
+ "relative_path": "chunk_records/r0_00009.parquet",
62
+ "rows": 5000
63
+ },
64
+ {
65
+ "category": "chunk_records",
66
+ "language": "sql",
67
+ "relative_path": "chunk_records/r0_00010.parquet",
68
+ "rows": 5000
69
+ },
70
+ {
71
+ "category": "chunk_records",
72
+ "language": "sql",
73
+ "relative_path": "chunk_records/r0_00011.parquet",
74
+ "rows": 5000
75
+ },
76
+ {
77
+ "category": "chunk_records",
78
+ "language": "sql",
79
+ "relative_path": "chunk_records/r0_00012.parquet",
80
+ "rows": 5000
81
+ },
82
+ {
83
+ "category": "chunk_records",
84
+ "language": "sql",
85
+ "relative_path": "chunk_records/r0_00013.parquet",
86
+ "rows": 5000
87
+ },
88
+ {
89
+ "category": "chunk_records",
90
+ "language": "sql",
91
+ "relative_path": "chunk_records/r0_00014.parquet",
92
+ "rows": 5000
93
+ },
94
+ {
95
+ "category": "chunk_records",
96
+ "language": "sql",
97
+ "relative_path": "chunk_records/r0_00015.parquet",
98
+ "rows": 5000
99
+ },
100
+ {
101
+ "category": "chunk_records",
102
+ "language": "sql",
103
+ "relative_path": "chunk_records/r0_00016.parquet",
104
+ "rows": 5000
105
+ },
106
+ {
107
+ "category": "chunk_records",
108
+ "language": "sql",
109
+ "relative_path": "chunk_records/r0_00017.parquet",
110
+ "rows": 5000
111
+ },
112
+ {
113
+ "category": "chunk_records",
114
+ "language": "sql",
115
+ "relative_path": "chunk_records/r0_00018.parquet",
116
+ "rows": 5000
117
+ },
118
+ {
119
+ "category": "chunk_records",
120
+ "language": "sql",
121
+ "relative_path": "chunk_records/r0_00019.parquet",
122
+ "rows": 5000
123
+ },
124
+ {
125
+ "category": "chunk_records",
126
+ "language": "sql",
127
+ "relative_path": "chunk_records/r0_00020.parquet",
128
+ "rows": 2144
129
+ },
130
+ {
131
+ "category": "chunk_records",
132
+ "language": "sql",
133
+ "relative_path": "chunk_records/r1_00000.parquet",
134
+ "rows": 5000
135
+ },
136
+ {
137
+ "category": "chunk_records",
138
+ "language": "sql",
139
+ "relative_path": "chunk_records/r1_00001.parquet",
140
+ "rows": 5000
141
+ },
142
+ {
143
+ "category": "chunk_records",
144
+ "language": "sql",
145
+ "relative_path": "chunk_records/r1_00002.parquet",
146
+ "rows": 5000
147
+ },
148
+ {
149
+ "category": "chunk_records",
150
+ "language": "sql",
151
+ "relative_path": "chunk_records/r1_00003.parquet",
152
+ "rows": 5000
153
+ },
154
+ {
155
+ "category": "chunk_records",
156
+ "language": "sql",
157
+ "relative_path": "chunk_records/r1_00004.parquet",
158
+ "rows": 5000
159
+ },
160
+ {
161
+ "category": "chunk_records",
162
+ "language": "sql",
163
+ "relative_path": "chunk_records/r1_00005.parquet",
164
+ "rows": 5000
165
+ },
166
+ {
167
+ "category": "chunk_records",
168
+ "language": "sql",
169
+ "relative_path": "chunk_records/r1_00006.parquet",
170
+ "rows": 5000
171
+ },
172
+ {
173
+ "category": "chunk_records",
174
+ "language": "sql",
175
+ "relative_path": "chunk_records/r1_00007.parquet",
176
+ "rows": 5000
177
+ },
178
+ {
179
+ "category": "chunk_records",
180
+ "language": "sql",
181
+ "relative_path": "chunk_records/r1_00008.parquet",
182
+ "rows": 5000
183
+ },
184
+ {
185
+ "category": "chunk_records",
186
+ "language": "sql",
187
+ "relative_path": "chunk_records/r1_00009.parquet",
188
+ "rows": 5000
189
+ },
190
+ {
191
+ "category": "chunk_records",
192
+ "language": "sql",
193
+ "relative_path": "chunk_records/r1_00010.parquet",
194
+ "rows": 5000
195
+ },
196
+ {
197
+ "category": "chunk_records",
198
+ "language": "sql",
199
+ "relative_path": "chunk_records/r1_00011.parquet",
200
+ "rows": 5000
201
+ },
202
+ {
203
+ "category": "chunk_records",
204
+ "language": "sql",
205
+ "relative_path": "chunk_records/r1_00012.parquet",
206
+ "rows": 5000
207
+ },
208
+ {
209
+ "category": "chunk_records",
210
+ "language": "sql",
211
+ "relative_path": "chunk_records/r1_00013.parquet",
212
+ "rows": 5000
213
+ },
214
+ {
215
+ "category": "chunk_records",
216
+ "language": "sql",
217
+ "relative_path": "chunk_records/r1_00014.parquet",
218
+ "rows": 5000
219
+ },
220
+ {
221
+ "category": "chunk_records",
222
+ "language": "sql",
223
+ "relative_path": "chunk_records/r1_00015.parquet",
224
+ "rows": 5000
225
+ },
226
+ {
227
+ "category": "chunk_records",
228
+ "language": "sql",
229
+ "relative_path": "chunk_records/r1_00016.parquet",
230
+ "rows": 5000
231
+ },
232
+ {
233
+ "category": "chunk_records",
234
+ "language": "sql",
235
+ "relative_path": "chunk_records/r1_00017.parquet",
236
+ "rows": 5000
237
+ },
238
+ {
239
+ "category": "chunk_records",
240
+ "language": "sql",
241
+ "relative_path": "chunk_records/r1_00018.parquet",
242
+ "rows": 5000
243
+ },
244
+ {
245
+ "category": "chunk_records",
246
+ "language": "sql",
247
+ "relative_path": "chunk_records/r1_00019.parquet",
248
+ "rows": 5000
249
+ },
250
+ {
251
+ "category": "chunk_records",
252
+ "language": "sql",
253
+ "relative_path": "chunk_records/r1_00020.parquet",
254
+ "rows": 2144
255
+ },
256
+ {
257
+ "category": "chunk_records",
258
+ "language": "sql",
259
+ "relative_path": "chunk_records/r2_00000.parquet",
260
+ "rows": 5000
261
+ },
262
+ {
263
+ "category": "chunk_records",
264
+ "language": "sql",
265
+ "relative_path": "chunk_records/r2_00001.parquet",
266
+ "rows": 5000
267
+ },
268
+ {
269
+ "category": "chunk_records",
270
+ "language": "sql",
271
+ "relative_path": "chunk_records/r2_00002.parquet",
272
+ "rows": 5000
273
+ },
274
+ {
275
+ "category": "chunk_records",
276
+ "language": "sql",
277
+ "relative_path": "chunk_records/r2_00003.parquet",
278
+ "rows": 5000
279
+ },
280
+ {
281
+ "category": "chunk_records",
282
+ "language": "sql",
283
+ "relative_path": "chunk_records/r2_00004.parquet",
284
+ "rows": 5000
285
+ },
286
+ {
287
+ "category": "chunk_records",
288
+ "language": "sql",
289
+ "relative_path": "chunk_records/r2_00005.parquet",
290
+ "rows": 5000
291
+ },
292
+ {
293
+ "category": "chunk_records",
294
+ "language": "sql",
295
+ "relative_path": "chunk_records/r2_00006.parquet",
296
+ "rows": 5000
297
+ },
298
+ {
299
+ "category": "chunk_records",
300
+ "language": "sql",
301
+ "relative_path": "chunk_records/r2_00007.parquet",
302
+ "rows": 5000
303
+ },
304
+ {
305
+ "category": "chunk_records",
306
+ "language": "sql",
307
+ "relative_path": "chunk_records/r2_00008.parquet",
308
+ "rows": 5000
309
+ },
310
+ {
311
+ "category": "chunk_records",
312
+ "language": "sql",
313
+ "relative_path": "chunk_records/r2_00009.parquet",
314
+ "rows": 5000
315
+ },
316
+ {
317
+ "category": "chunk_records",
318
+ "language": "sql",
319
+ "relative_path": "chunk_records/r2_00010.parquet",
320
+ "rows": 5000
321
+ },
322
+ {
323
+ "category": "chunk_records",
324
+ "language": "sql",
325
+ "relative_path": "chunk_records/r2_00011.parquet",
326
+ "rows": 5000
327
+ },
328
+ {
329
+ "category": "chunk_records",
330
+ "language": "sql",
331
+ "relative_path": "chunk_records/r2_00012.parquet",
332
+ "rows": 5000
333
+ },
334
+ {
335
+ "category": "chunk_records",
336
+ "language": "sql",
337
+ "relative_path": "chunk_records/r2_00013.parquet",
338
+ "rows": 5000
339
+ },
340
+ {
341
+ "category": "chunk_records",
342
+ "language": "sql",
343
+ "relative_path": "chunk_records/r2_00014.parquet",
344
+ "rows": 5000
345
+ },
346
+ {
347
+ "category": "chunk_records",
348
+ "language": "sql",
349
+ "relative_path": "chunk_records/r2_00015.parquet",
350
+ "rows": 5000
351
+ },
352
+ {
353
+ "category": "chunk_records",
354
+ "language": "sql",
355
+ "relative_path": "chunk_records/r2_00016.parquet",
356
+ "rows": 5000
357
+ },
358
+ {
359
+ "category": "chunk_records",
360
+ "language": "sql",
361
+ "relative_path": "chunk_records/r2_00017.parquet",
362
+ "rows": 5000
363
+ },
364
+ {
365
+ "category": "chunk_records",
366
+ "language": "sql",
367
+ "relative_path": "chunk_records/r2_00018.parquet",
368
+ "rows": 5000
369
+ },
370
+ {
371
+ "category": "chunk_records",
372
+ "language": "sql",
373
+ "relative_path": "chunk_records/r2_00019.parquet",
374
+ "rows": 5000
375
+ },
376
+ {
377
+ "category": "chunk_records",
378
+ "language": "sql",
379
+ "relative_path": "chunk_records/r2_00020.parquet",
380
+ "rows": 2144
381
+ },
382
+ {
383
+ "category": "chunk_records",
384
+ "language": "sql",
385
+ "relative_path": "chunk_records/r3_00000.parquet",
386
+ "rows": 5000
387
+ },
388
+ {
389
+ "category": "chunk_records",
390
+ "language": "sql",
391
+ "relative_path": "chunk_records/r3_00001.parquet",
392
+ "rows": 5000
393
+ },
394
+ {
395
+ "category": "chunk_records",
396
+ "language": "sql",
397
+ "relative_path": "chunk_records/r3_00002.parquet",
398
+ "rows": 5000
399
+ },
400
+ {
401
+ "category": "chunk_records",
402
+ "language": "sql",
403
+ "relative_path": "chunk_records/r3_00003.parquet",
404
+ "rows": 5000
405
+ },
406
+ {
407
+ "category": "chunk_records",
408
+ "language": "sql",
409
+ "relative_path": "chunk_records/r3_00004.parquet",
410
+ "rows": 5000
411
+ },
412
+ {
413
+ "category": "chunk_records",
414
+ "language": "sql",
415
+ "relative_path": "chunk_records/r3_00005.parquet",
416
+ "rows": 5000
417
+ },
418
+ {
419
+ "category": "chunk_records",
420
+ "language": "sql",
421
+ "relative_path": "chunk_records/r3_00006.parquet",
422
+ "rows": 5000
423
+ },
424
+ {
425
+ "category": "chunk_records",
426
+ "language": "sql",
427
+ "relative_path": "chunk_records/r3_00007.parquet",
428
+ "rows": 5000
429
+ },
430
+ {
431
+ "category": "chunk_records",
432
+ "language": "sql",
433
+ "relative_path": "chunk_records/r3_00008.parquet",
434
+ "rows": 5000
435
+ },
436
+ {
437
+ "category": "chunk_records",
438
+ "language": "sql",
439
+ "relative_path": "chunk_records/r3_00009.parquet",
440
+ "rows": 5000
441
+ },
442
+ {
443
+ "category": "chunk_records",
444
+ "language": "sql",
445
+ "relative_path": "chunk_records/r3_00010.parquet",
446
+ "rows": 5000
447
+ },
448
+ {
449
+ "category": "chunk_records",
450
+ "language": "sql",
451
+ "relative_path": "chunk_records/r3_00011.parquet",
452
+ "rows": 5000
453
+ },
454
+ {
455
+ "category": "chunk_records",
456
+ "language": "sql",
457
+ "relative_path": "chunk_records/r3_00012.parquet",
458
+ "rows": 5000
459
+ },
460
+ {
461
+ "category": "chunk_records",
462
+ "language": "sql",
463
+ "relative_path": "chunk_records/r3_00013.parquet",
464
+ "rows": 5000
465
+ },
466
+ {
467
+ "category": "chunk_records",
468
+ "language": "sql",
469
+ "relative_path": "chunk_records/r3_00014.parquet",
470
+ "rows": 5000
471
+ },
472
+ {
473
+ "category": "chunk_records",
474
+ "language": "sql",
475
+ "relative_path": "chunk_records/r3_00015.parquet",
476
+ "rows": 5000
477
+ },
478
+ {
479
+ "category": "chunk_records",
480
+ "language": "sql",
481
+ "relative_path": "chunk_records/r3_00016.parquet",
482
+ "rows": 5000
483
+ },
484
+ {
485
+ "category": "chunk_records",
486
+ "language": "sql",
487
+ "relative_path": "chunk_records/r3_00017.parquet",
488
+ "rows": 5000
489
+ },
490
+ {
491
+ "category": "chunk_records",
492
+ "language": "sql",
493
+ "relative_path": "chunk_records/r3_00018.parquet",
494
+ "rows": 5000
495
+ },
496
+ {
497
+ "category": "chunk_records",
498
+ "language": "sql",
499
+ "relative_path": "chunk_records/r3_00019.parquet",
500
+ "rows": 5000
501
+ },
502
+ {
503
+ "category": "chunk_records",
504
+ "language": "sql",
505
+ "relative_path": "chunk_records/r3_00020.parquet",
506
+ "rows": 2144
507
+ },
508
+ {
509
+ "category": "chunk_records",
510
+ "language": "sql",
511
+ "relative_path": "chunk_records/r4_00000.parquet",
512
+ "rows": 5000
513
+ },
514
+ {
515
+ "category": "chunk_records",
516
+ "language": "sql",
517
+ "relative_path": "chunk_records/r4_00001.parquet",
518
+ "rows": 5000
519
+ },
520
+ {
521
+ "category": "chunk_records",
522
+ "language": "sql",
523
+ "relative_path": "chunk_records/r4_00002.parquet",
524
+ "rows": 5000
525
+ },
526
+ {
527
+ "category": "chunk_records",
528
+ "language": "sql",
529
+ "relative_path": "chunk_records/r4_00003.parquet",
530
+ "rows": 5000
531
+ },
532
+ {
533
+ "category": "chunk_records",
534
+ "language": "sql",
535
+ "relative_path": "chunk_records/r4_00004.parquet",
536
+ "rows": 5000
537
+ },
538
+ {
539
+ "category": "chunk_records",
540
+ "language": "sql",
541
+ "relative_path": "chunk_records/r4_00005.parquet",
542
+ "rows": 5000
543
+ },
544
+ {
545
+ "category": "chunk_records",
546
+ "language": "sql",
547
+ "relative_path": "chunk_records/r4_00006.parquet",
548
+ "rows": 5000
549
+ },
550
+ {
551
+ "category": "chunk_records",
552
+ "language": "sql",
553
+ "relative_path": "chunk_records/r4_00007.parquet",
554
+ "rows": 5000
555
+ },
556
+ {
557
+ "category": "chunk_records",
558
+ "language": "sql",
559
+ "relative_path": "chunk_records/r4_00008.parquet",
560
+ "rows": 5000
561
+ },
562
+ {
563
+ "category": "chunk_records",
564
+ "language": "sql",
565
+ "relative_path": "chunk_records/r4_00009.parquet",
566
+ "rows": 5000
567
+ },
568
+ {
569
+ "category": "chunk_records",
570
+ "language": "sql",
571
+ "relative_path": "chunk_records/r4_00010.parquet",
572
+ "rows": 5000
573
+ },
574
+ {
575
+ "category": "chunk_records",
576
+ "language": "sql",
577
+ "relative_path": "chunk_records/r4_00011.parquet",
578
+ "rows": 5000
579
+ },
580
+ {
581
+ "category": "chunk_records",
582
+ "language": "sql",
583
+ "relative_path": "chunk_records/r4_00012.parquet",
584
+ "rows": 5000
585
+ },
586
+ {
587
+ "category": "chunk_records",
588
+ "language": "sql",
589
+ "relative_path": "chunk_records/r4_00013.parquet",
590
+ "rows": 5000
591
+ },
592
+ {
593
+ "category": "chunk_records",
594
+ "language": "sql",
595
+ "relative_path": "chunk_records/r4_00014.parquet",
596
+ "rows": 5000
597
+ },
598
+ {
599
+ "category": "chunk_records",
600
+ "language": "sql",
601
+ "relative_path": "chunk_records/r4_00015.parquet",
602
+ "rows": 5000
603
+ },
604
+ {
605
+ "category": "chunk_records",
606
+ "language": "sql",
607
+ "relative_path": "chunk_records/r4_00016.parquet",
608
+ "rows": 5000
609
+ },
610
+ {
611
+ "category": "chunk_records",
612
+ "language": "sql",
613
+ "relative_path": "chunk_records/r4_00017.parquet",
614
+ "rows": 5000
615
+ },
616
+ {
617
+ "category": "chunk_records",
618
+ "language": "sql",
619
+ "relative_path": "chunk_records/r4_00018.parquet",
620
+ "rows": 5000
621
+ },
622
+ {
623
+ "category": "chunk_records",
624
+ "language": "sql",
625
+ "relative_path": "chunk_records/r4_00019.parquet",
626
+ "rows": 5000
627
+ },
628
+ {
629
+ "category": "chunk_records",
630
+ "language": "sql",
631
+ "relative_path": "chunk_records/r4_00020.parquet",
632
+ "rows": 2144
633
+ },
634
+ {
635
+ "category": "chunk_records",
636
+ "language": "sql",
637
+ "relative_path": "chunk_records/r5_00000.parquet",
638
+ "rows": 5000
639
+ },
640
+ {
641
+ "category": "chunk_records",
642
+ "language": "sql",
643
+ "relative_path": "chunk_records/r5_00001.parquet",
644
+ "rows": 5000
645
+ },
646
+ {
647
+ "category": "chunk_records",
648
+ "language": "sql",
649
+ "relative_path": "chunk_records/r5_00002.parquet",
650
+ "rows": 5000
651
+ },
652
+ {
653
+ "category": "chunk_records",
654
+ "language": "sql",
655
+ "relative_path": "chunk_records/r5_00003.parquet",
656
+ "rows": 5000
657
+ },
658
+ {
659
+ "category": "chunk_records",
660
+ "language": "sql",
661
+ "relative_path": "chunk_records/r5_00004.parquet",
662
+ "rows": 5000
663
+ },
664
+ {
665
+ "category": "chunk_records",
666
+ "language": "sql",
667
+ "relative_path": "chunk_records/r5_00005.parquet",
668
+ "rows": 5000
669
+ },
670
+ {
671
+ "category": "chunk_records",
672
+ "language": "sql",
673
+ "relative_path": "chunk_records/r5_00006.parquet",
674
+ "rows": 5000
675
+ },
676
+ {
677
+ "category": "chunk_records",
678
+ "language": "sql",
679
+ "relative_path": "chunk_records/r5_00007.parquet",
680
+ "rows": 5000
681
+ },
682
+ {
683
+ "category": "chunk_records",
684
+ "language": "sql",
685
+ "relative_path": "chunk_records/r5_00008.parquet",
686
+ "rows": 5000
687
+ },
688
+ {
689
+ "category": "chunk_records",
690
+ "language": "sql",
691
+ "relative_path": "chunk_records/r5_00009.parquet",
692
+ "rows": 5000
693
+ },
694
+ {
695
+ "category": "chunk_records",
696
+ "language": "sql",
697
+ "relative_path": "chunk_records/r5_00010.parquet",
698
+ "rows": 5000
699
+ },
700
+ {
701
+ "category": "chunk_records",
702
+ "language": "sql",
703
+ "relative_path": "chunk_records/r5_00011.parquet",
704
+ "rows": 5000
705
+ },
706
+ {
707
+ "category": "chunk_records",
708
+ "language": "sql",
709
+ "relative_path": "chunk_records/r5_00012.parquet",
710
+ "rows": 5000
711
+ },
712
+ {
713
+ "category": "chunk_records",
714
+ "language": "sql",
715
+ "relative_path": "chunk_records/r5_00013.parquet",
716
+ "rows": 5000
717
+ },
718
+ {
719
+ "category": "chunk_records",
720
+ "language": "sql",
721
+ "relative_path": "chunk_records/r5_00014.parquet",
722
+ "rows": 5000
723
+ },
724
+ {
725
+ "category": "chunk_records",
726
+ "language": "sql",
727
+ "relative_path": "chunk_records/r5_00015.parquet",
728
+ "rows": 5000
729
+ },
730
+ {
731
+ "category": "chunk_records",
732
+ "language": "sql",
733
+ "relative_path": "chunk_records/r5_00016.parquet",
734
+ "rows": 5000
735
+ },
736
+ {
737
+ "category": "chunk_records",
738
+ "language": "sql",
739
+ "relative_path": "chunk_records/r5_00017.parquet",
740
+ "rows": 5000
741
+ },
742
+ {
743
+ "category": "chunk_records",
744
+ "language": "sql",
745
+ "relative_path": "chunk_records/r5_00018.parquet",
746
+ "rows": 5000
747
+ },
748
+ {
749
+ "category": "chunk_records",
750
+ "language": "sql",
751
+ "relative_path": "chunk_records/r5_00019.parquet",
752
+ "rows": 5000
753
+ },
754
+ {
755
+ "category": "chunk_records",
756
+ "language": "sql",
757
+ "relative_path": "chunk_records/r5_00020.parquet",
758
+ "rows": 2144
759
+ },
760
+ {
761
+ "category": "chunk_records",
762
+ "language": "sql",
763
+ "relative_path": "chunk_records/r6_00000.parquet",
764
+ "rows": 5000
765
+ },
766
+ {
767
+ "category": "chunk_records",
768
+ "language": "sql",
769
+ "relative_path": "chunk_records/r6_00001.parquet",
770
+ "rows": 5000
771
+ },
772
+ {
773
+ "category": "chunk_records",
774
+ "language": "sql",
775
+ "relative_path": "chunk_records/r6_00002.parquet",
776
+ "rows": 5000
777
+ },
778
+ {
779
+ "category": "chunk_records",
780
+ "language": "sql",
781
+ "relative_path": "chunk_records/r6_00003.parquet",
782
+ "rows": 5000
783
+ },
784
+ {
785
+ "category": "chunk_records",
786
+ "language": "sql",
787
+ "relative_path": "chunk_records/r6_00004.parquet",
788
+ "rows": 5000
789
+ },
790
+ {
791
+ "category": "chunk_records",
792
+ "language": "sql",
793
+ "relative_path": "chunk_records/r6_00005.parquet",
794
+ "rows": 5000
795
+ },
796
+ {
797
+ "category": "chunk_records",
798
+ "language": "sql",
799
+ "relative_path": "chunk_records/r6_00006.parquet",
800
+ "rows": 5000
801
+ },
802
+ {
803
+ "category": "chunk_records",
804
+ "language": "sql",
805
+ "relative_path": "chunk_records/r6_00007.parquet",
806
+ "rows": 5000
807
+ },
808
+ {
809
+ "category": "chunk_records",
810
+ "language": "sql",
811
+ "relative_path": "chunk_records/r6_00008.parquet",
812
+ "rows": 5000
813
+ },
814
+ {
815
+ "category": "chunk_records",
816
+ "language": "sql",
817
+ "relative_path": "chunk_records/r6_00009.parquet",
818
+ "rows": 5000
819
+ },
820
+ {
821
+ "category": "chunk_records",
822
+ "language": "sql",
823
+ "relative_path": "chunk_records/r6_00010.parquet",
824
+ "rows": 5000
825
+ },
826
+ {
827
+ "category": "chunk_records",
828
+ "language": "sql",
829
+ "relative_path": "chunk_records/r6_00011.parquet",
830
+ "rows": 5000
831
+ },
832
+ {
833
+ "category": "chunk_records",
834
+ "language": "sql",
835
+ "relative_path": "chunk_records/r6_00012.parquet",
836
+ "rows": 5000
837
+ },
838
+ {
839
+ "category": "chunk_records",
840
+ "language": "sql",
841
+ "relative_path": "chunk_records/r6_00013.parquet",
842
+ "rows": 5000
843
+ },
844
+ {
845
+ "category": "chunk_records",
846
+ "language": "sql",
847
+ "relative_path": "chunk_records/r6_00014.parquet",
848
+ "rows": 5000
849
+ },
850
+ {
851
+ "category": "chunk_records",
852
+ "language": "sql",
853
+ "relative_path": "chunk_records/r6_00015.parquet",
854
+ "rows": 5000
855
+ },
856
+ {
857
+ "category": "chunk_records",
858
+ "language": "sql",
859
+ "relative_path": "chunk_records/r6_00016.parquet",
860
+ "rows": 5000
861
+ },
862
+ {
863
+ "category": "chunk_records",
864
+ "language": "sql",
865
+ "relative_path": "chunk_records/r6_00017.parquet",
866
+ "rows": 5000
867
+ },
868
+ {
869
+ "category": "chunk_records",
870
+ "language": "sql",
871
+ "relative_path": "chunk_records/r6_00018.parquet",
872
+ "rows": 5000
873
+ },
874
+ {
875
+ "category": "chunk_records",
876
+ "language": "sql",
877
+ "relative_path": "chunk_records/r6_00019.parquet",
878
+ "rows": 5000
879
+ },
880
+ {
881
+ "category": "chunk_records",
882
+ "language": "sql",
883
+ "relative_path": "chunk_records/r6_00020.parquet",
884
+ "rows": 2143
885
+ },
886
+ {
887
+ "category": "chunk_records",
888
+ "language": "sql",
889
+ "relative_path": "chunk_records/r7_00000.parquet",
890
+ "rows": 5000
891
+ },
892
+ {
893
+ "category": "chunk_records",
894
+ "language": "sql",
895
+ "relative_path": "chunk_records/r7_00001.parquet",
896
+ "rows": 5000
897
+ },
898
+ {
899
+ "category": "chunk_records",
900
+ "language": "sql",
901
+ "relative_path": "chunk_records/r7_00002.parquet",
902
+ "rows": 5000
903
+ },
904
+ {
905
+ "category": "chunk_records",
906
+ "language": "sql",
907
+ "relative_path": "chunk_records/r7_00003.parquet",
908
+ "rows": 5000
909
+ },
910
+ {
911
+ "category": "chunk_records",
912
+ "language": "sql",
913
+ "relative_path": "chunk_records/r7_00004.parquet",
914
+ "rows": 5000
915
+ },
916
+ {
917
+ "category": "chunk_records",
918
+ "language": "sql",
919
+ "relative_path": "chunk_records/r7_00005.parquet",
920
+ "rows": 5000
921
+ },
922
+ {
923
+ "category": "chunk_records",
924
+ "language": "sql",
925
+ "relative_path": "chunk_records/r7_00006.parquet",
926
+ "rows": 5000
927
+ },
928
+ {
929
+ "category": "chunk_records",
930
+ "language": "sql",
931
+ "relative_path": "chunk_records/r7_00007.parquet",
932
+ "rows": 5000
933
+ },
934
+ {
935
+ "category": "chunk_records",
936
+ "language": "sql",
937
+ "relative_path": "chunk_records/r7_00008.parquet",
938
+ "rows": 5000
939
+ },
940
+ {
941
+ "category": "chunk_records",
942
+ "language": "sql",
943
+ "relative_path": "chunk_records/r7_00009.parquet",
944
+ "rows": 5000
945
+ },
946
+ {
947
+ "category": "chunk_records",
948
+ "language": "sql",
949
+ "relative_path": "chunk_records/r7_00010.parquet",
950
+ "rows": 5000
951
+ },
952
+ {
953
+ "category": "chunk_records",
954
+ "language": "sql",
955
+ "relative_path": "chunk_records/r7_00011.parquet",
956
+ "rows": 5000
957
+ },
958
+ {
959
+ "category": "chunk_records",
960
+ "language": "sql",
961
+ "relative_path": "chunk_records/r7_00012.parquet",
962
+ "rows": 5000
963
+ },
964
+ {
965
+ "category": "chunk_records",
966
+ "language": "sql",
967
+ "relative_path": "chunk_records/r7_00013.parquet",
968
+ "rows": 5000
969
+ },
970
+ {
971
+ "category": "chunk_records",
972
+ "language": "sql",
973
+ "relative_path": "chunk_records/r7_00014.parquet",
974
+ "rows": 5000
975
+ },
976
+ {
977
+ "category": "chunk_records",
978
+ "language": "sql",
979
+ "relative_path": "chunk_records/r7_00015.parquet",
980
+ "rows": 5000
981
+ },
982
+ {
983
+ "category": "chunk_records",
984
+ "language": "sql",
985
+ "relative_path": "chunk_records/r7_00016.parquet",
986
+ "rows": 5000
987
+ },
988
+ {
989
+ "category": "chunk_records",
990
+ "language": "sql",
991
+ "relative_path": "chunk_records/r7_00017.parquet",
992
+ "rows": 5000
993
+ },
994
+ {
995
+ "category": "chunk_records",
996
+ "language": "sql",
997
+ "relative_path": "chunk_records/r7_00018.parquet",
998
+ "rows": 5000
999
+ },
1000
+ {
1001
+ "category": "chunk_records",
1002
+ "language": "sql",
1003
+ "relative_path": "chunk_records/r7_00019.parquet",
1004
+ "rows": 5000
1005
+ },
1006
+ {
1007
+ "category": "chunk_records",
1008
+ "language": "sql",
1009
+ "relative_path": "chunk_records/r7_00020.parquet",
1010
+ "rows": 2143
1011
+ },
1012
+ {
1013
+ "category": "question_metadata",
1014
+ "language": "sql",
1015
+ "relative_path": "question_metadata/r0_00000.parquet",
1016
+ "rows": 5000
1017
+ },
1018
+ {
1019
+ "category": "question_metadata",
1020
+ "language": "sql",
1021
+ "relative_path": "question_metadata/r0_00001.parquet",
1022
+ "rows": 5000
1023
+ },
1024
+ {
1025
+ "category": "question_metadata",
1026
+ "language": "sql",
1027
+ "relative_path": "question_metadata/r0_00002.parquet",
1028
+ "rows": 5000
1029
+ },
1030
+ {
1031
+ "category": "question_metadata",
1032
+ "language": "sql",
1033
+ "relative_path": "question_metadata/r0_00003.parquet",
1034
+ "rows": 5000
1035
+ },
1036
+ {
1037
+ "category": "question_metadata",
1038
+ "language": "sql",
1039
+ "relative_path": "question_metadata/r0_00004.parquet",
1040
+ "rows": 5000
1041
+ },
1042
+ {
1043
+ "category": "question_metadata",
1044
+ "language": "sql",
1045
+ "relative_path": "question_metadata/r0_00005.parquet",
1046
+ "rows": 5000
1047
+ },
1048
+ {
1049
+ "category": "question_metadata",
1050
+ "language": "sql",
1051
+ "relative_path": "question_metadata/r0_00006.parquet",
1052
+ "rows": 5000
1053
+ },
1054
+ {
1055
+ "category": "question_metadata",
1056
+ "language": "sql",
1057
+ "relative_path": "question_metadata/r0_00007.parquet",
1058
+ "rows": 5000
1059
+ },
1060
+ {
1061
+ "category": "question_metadata",
1062
+ "language": "sql",
1063
+ "relative_path": "question_metadata/r0_00008.parquet",
1064
+ "rows": 5000
1065
+ },
1066
+ {
1067
+ "category": "question_metadata",
1068
+ "language": "sql",
1069
+ "relative_path": "question_metadata/r0_00009.parquet",
1070
+ "rows": 5000
1071
+ },
1072
+ {
1073
+ "category": "question_metadata",
1074
+ "language": "sql",
1075
+ "relative_path": "question_metadata/r0_00010.parquet",
1076
+ "rows": 5000
1077
+ },
1078
+ {
1079
+ "category": "question_metadata",
1080
+ "language": "sql",
1081
+ "relative_path": "question_metadata/r0_00011.parquet",
1082
+ "rows": 5000
1083
+ },
1084
+ {
1085
+ "category": "question_metadata",
1086
+ "language": "sql",
1087
+ "relative_path": "question_metadata/r0_00012.parquet",
1088
+ "rows": 5000
1089
+ },
1090
+ {
1091
+ "category": "question_metadata",
1092
+ "language": "sql",
1093
+ "relative_path": "question_metadata/r0_00013.parquet",
1094
+ "rows": 5000
1095
+ },
1096
+ {
1097
+ "category": "question_metadata",
1098
+ "language": "sql",
1099
+ "relative_path": "question_metadata/r0_00014.parquet",
1100
+ "rows": 5000
1101
+ },
1102
+ {
1103
+ "category": "question_metadata",
1104
+ "language": "sql",
1105
+ "relative_path": "question_metadata/r0_00015.parquet",
1106
+ "rows": 5000
1107
+ },
1108
+ {
1109
+ "category": "question_metadata",
1110
+ "language": "sql",
1111
+ "relative_path": "question_metadata/r0_00016.parquet",
1112
+ "rows": 5000
1113
+ },
1114
+ {
1115
+ "category": "question_metadata",
1116
+ "language": "sql",
1117
+ "relative_path": "question_metadata/r0_00017.parquet",
1118
+ "rows": 5000
1119
+ },
1120
+ {
1121
+ "category": "question_metadata",
1122
+ "language": "sql",
1123
+ "relative_path": "question_metadata/r0_00018.parquet",
1124
+ "rows": 5000
1125
+ },
1126
+ {
1127
+ "category": "question_metadata",
1128
+ "language": "sql",
1129
+ "relative_path": "question_metadata/r0_00019.parquet",
1130
+ "rows": 5000
1131
+ },
1132
+ {
1133
+ "category": "question_metadata",
1134
+ "language": "sql",
1135
+ "relative_path": "question_metadata/r0_00020.parquet",
1136
+ "rows": 5000
1137
+ },
1138
+ {
1139
+ "category": "question_metadata",
1140
+ "language": "sql",
1141
+ "relative_path": "question_metadata/r0_00021.parquet",
1142
+ "rows": 5000
1143
+ },
1144
+ {
1145
+ "category": "question_metadata",
1146
+ "language": "sql",
1147
+ "relative_path": "question_metadata/r0_00022.parquet",
1148
+ "rows": 5000
1149
+ },
1150
+ {
1151
+ "category": "question_metadata",
1152
+ "language": "sql",
1153
+ "relative_path": "question_metadata/r0_00023.parquet",
1154
+ "rows": 5000
1155
+ },
1156
+ {
1157
+ "category": "question_metadata",
1158
+ "language": "sql",
1159
+ "relative_path": "question_metadata/r0_00024.parquet",
1160
+ "rows": 5000
1161
+ },
1162
+ {
1163
+ "category": "question_metadata",
1164
+ "language": "sql",
1165
+ "relative_path": "question_metadata/r0_00025.parquet",
1166
+ "rows": 5000
1167
+ },
1168
+ {
1169
+ "category": "question_metadata",
1170
+ "language": "sql",
1171
+ "relative_path": "question_metadata/r0_00026.parquet",
1172
+ "rows": 5000
1173
+ },
1174
+ {
1175
+ "category": "question_metadata",
1176
+ "language": "sql",
1177
+ "relative_path": "question_metadata/r0_00027.parquet",
1178
+ "rows": 5000
1179
+ },
1180
+ {
1181
+ "category": "question_metadata",
1182
+ "language": "sql",
1183
+ "relative_path": "question_metadata/r0_00028.parquet",
1184
+ "rows": 5000
1185
+ },
1186
+ {
1187
+ "category": "question_metadata",
1188
+ "language": "sql",
1189
+ "relative_path": "question_metadata/r0_00029.parquet",
1190
+ "rows": 5000
1191
+ },
1192
+ {
1193
+ "category": "question_metadata",
1194
+ "language": "sql",
1195
+ "relative_path": "question_metadata/r0_00030.parquet",
1196
+ "rows": 5000
1197
+ },
1198
+ {
1199
+ "category": "question_metadata",
1200
+ "language": "sql",
1201
+ "relative_path": "question_metadata/r0_00031.parquet",
1202
+ "rows": 5000
1203
+ },
1204
+ {
1205
+ "category": "question_metadata",
1206
+ "language": "sql",
1207
+ "relative_path": "question_metadata/r0_00032.parquet",
1208
+ "rows": 5000
1209
+ },
1210
+ {
1211
+ "category": "question_metadata",
1212
+ "language": "sql",
1213
+ "relative_path": "question_metadata/r0_00033.parquet",
1214
+ "rows": 5000
1215
+ },
1216
+ {
1217
+ "category": "question_metadata",
1218
+ "language": "sql",
1219
+ "relative_path": "question_metadata/r0_00034.parquet",
1220
+ "rows": 5000
1221
+ },
1222
+ {
1223
+ "category": "question_metadata",
1224
+ "language": "sql",
1225
+ "relative_path": "question_metadata/r0_00035.parquet",
1226
+ "rows": 5000
1227
+ },
1228
+ {
1229
+ "category": "question_metadata",
1230
+ "language": "sql",
1231
+ "relative_path": "question_metadata/r0_00036.parquet",
1232
+ "rows": 5000
1233
+ },
1234
+ {
1235
+ "category": "question_metadata",
1236
+ "language": "sql",
1237
+ "relative_path": "question_metadata/r0_00037.parquet",
1238
+ "rows": 5000
1239
+ },
1240
+ {
1241
+ "category": "question_metadata",
1242
+ "language": "sql",
1243
+ "relative_path": "question_metadata/r0_00038.parquet",
1244
+ "rows": 5000
1245
+ },
1246
+ {
1247
+ "category": "question_metadata",
1248
+ "language": "sql",
1249
+ "relative_path": "question_metadata/r0_00039.parquet",
1250
+ "rows": 5000
1251
+ },
1252
+ {
1253
+ "category": "question_metadata",
1254
+ "language": "sql",
1255
+ "relative_path": "question_metadata/r0_00040.parquet",
1256
+ "rows": 5000
1257
+ },
1258
+ {
1259
+ "category": "question_metadata",
1260
+ "language": "sql",
1261
+ "relative_path": "question_metadata/r0_00041.parquet",
1262
+ "rows": 5000
1263
+ },
1264
+ {
1265
+ "category": "question_metadata",
1266
+ "language": "sql",
1267
+ "relative_path": "question_metadata/r0_00042.parquet",
1268
+ "rows": 5000
1269
+ },
1270
+ {
1271
+ "category": "question_metadata",
1272
+ "language": "sql",
1273
+ "relative_path": "question_metadata/r0_00043.parquet",
1274
+ "rows": 5000
1275
+ },
1276
+ {
1277
+ "category": "question_metadata",
1278
+ "language": "sql",
1279
+ "relative_path": "question_metadata/r0_00044.parquet",
1280
+ "rows": 5000
1281
+ },
1282
+ {
1283
+ "category": "question_metadata",
1284
+ "language": "sql",
1285
+ "relative_path": "question_metadata/r0_00045.parquet",
1286
+ "rows": 5000
1287
+ },
1288
+ {
1289
+ "category": "question_metadata",
1290
+ "language": "sql",
1291
+ "relative_path": "question_metadata/r0_00046.parquet",
1292
+ "rows": 5000
1293
+ },
1294
+ {
1295
+ "category": "question_metadata",
1296
+ "language": "sql",
1297
+ "relative_path": "question_metadata/r0_00047.parquet",
1298
+ "rows": 5000
1299
+ },
1300
+ {
1301
+ "category": "question_metadata",
1302
+ "language": "sql",
1303
+ "relative_path": "question_metadata/r0_00048.parquet",
1304
+ "rows": 5000
1305
+ },
1306
+ {
1307
+ "category": "question_metadata",
1308
+ "language": "sql",
1309
+ "relative_path": "question_metadata/r0_00049.parquet",
1310
+ "rows": 5000
1311
+ },
1312
+ {
1313
+ "category": "question_metadata",
1314
+ "language": "sql",
1315
+ "relative_path": "question_metadata/r0_00050.parquet",
1316
+ "rows": 5000
1317
+ },
1318
+ {
1319
+ "category": "question_metadata",
1320
+ "language": "sql",
1321
+ "relative_path": "question_metadata/r0_00051.parquet",
1322
+ "rows": 5000
1323
+ },
1324
+ {
1325
+ "category": "question_metadata",
1326
+ "language": "sql",
1327
+ "relative_path": "question_metadata/r0_00052.parquet",
1328
+ "rows": 5000
1329
+ },
1330
+ {
1331
+ "category": "question_metadata",
1332
+ "language": "sql",
1333
+ "relative_path": "question_metadata/r0_00053.parquet",
1334
+ "rows": 5000
1335
+ },
1336
+ {
1337
+ "category": "question_metadata",
1338
+ "language": "sql",
1339
+ "relative_path": "question_metadata/r0_00054.parquet",
1340
+ "rows": 5000
1341
+ },
1342
+ {
1343
+ "category": "question_metadata",
1344
+ "language": "sql",
1345
+ "relative_path": "question_metadata/r0_00055.parquet",
1346
+ "rows": 5000
1347
+ },
1348
+ {
1349
+ "category": "question_metadata",
1350
+ "language": "sql",
1351
+ "relative_path": "question_metadata/r0_00056.parquet",
1352
+ "rows": 5000
1353
+ },
1354
+ {
1355
+ "category": "question_metadata",
1356
+ "language": "sql",
1357
+ "relative_path": "question_metadata/r0_00057.parquet",
1358
+ "rows": 5000
1359
+ },
1360
+ {
1361
+ "category": "question_metadata",
1362
+ "language": "sql",
1363
+ "relative_path": "question_metadata/r0_00058.parquet",
1364
+ "rows": 5000
1365
+ },
1366
+ {
1367
+ "category": "question_metadata",
1368
+ "language": "sql",
1369
+ "relative_path": "question_metadata/r0_00059.parquet",
1370
+ "rows": 5000
1371
+ },
1372
+ {
1373
+ "category": "question_metadata",
1374
+ "language": "sql",
1375
+ "relative_path": "question_metadata/r0_00060.parquet",
1376
+ "rows": 5000
1377
+ },
1378
+ {
1379
+ "category": "question_metadata",
1380
+ "language": "sql",
1381
+ "relative_path": "question_metadata/r0_00061.parquet",
1382
+ "rows": 5000
1383
+ },
1384
+ {
1385
+ "category": "question_metadata",
1386
+ "language": "sql",
1387
+ "relative_path": "question_metadata/r0_00062.parquet",
1388
+ "rows": 5000
1389
+ },
1390
+ {
1391
+ "category": "question_metadata",
1392
+ "language": "sql",
1393
+ "relative_path": "question_metadata/r0_00063.parquet",
1394
+ "rows": 5000
1395
+ },
1396
+ {
1397
+ "category": "question_metadata",
1398
+ "language": "sql",
1399
+ "relative_path": "question_metadata/r0_00064.parquet",
1400
+ "rows": 5000
1401
+ },
1402
+ {
1403
+ "category": "question_metadata",
1404
+ "language": "sql",
1405
+ "relative_path": "question_metadata/r0_00065.parquet",
1406
+ "rows": 5000
1407
+ },
1408
+ {
1409
+ "category": "question_metadata",
1410
+ "language": "sql",
1411
+ "relative_path": "question_metadata/r0_00066.parquet",
1412
+ "rows": 5000
1413
+ },
1414
+ {
1415
+ "category": "question_metadata",
1416
+ "language": "sql",
1417
+ "relative_path": "question_metadata/r0_00067.parquet",
1418
+ "rows": 5000
1419
+ },
1420
+ {
1421
+ "category": "question_metadata",
1422
+ "language": "sql",
1423
+ "relative_path": "question_metadata/r0_00068.parquet",
1424
+ "rows": 5000
1425
+ },
1426
+ {
1427
+ "category": "question_metadata",
1428
+ "language": "sql",
1429
+ "relative_path": "question_metadata/r0_00069.parquet",
1430
+ "rows": 5000
1431
+ },
1432
+ {
1433
+ "category": "question_metadata",
1434
+ "language": "sql",
1435
+ "relative_path": "question_metadata/r0_00070.parquet",
1436
+ "rows": 5000
1437
+ },
1438
+ {
1439
+ "category": "question_metadata",
1440
+ "language": "sql",
1441
+ "relative_path": "question_metadata/r0_00071.parquet",
1442
+ "rows": 5000
1443
+ },
1444
+ {
1445
+ "category": "question_metadata",
1446
+ "language": "sql",
1447
+ "relative_path": "question_metadata/r0_00072.parquet",
1448
+ "rows": 5000
1449
+ },
1450
+ {
1451
+ "category": "question_metadata",
1452
+ "language": "sql",
1453
+ "relative_path": "question_metadata/r0_00073.parquet",
1454
+ "rows": 5000
1455
+ },
1456
+ {
1457
+ "category": "question_metadata",
1458
+ "language": "sql",
1459
+ "relative_path": "question_metadata/r0_00074.parquet",
1460
+ "rows": 5000
1461
+ },
1462
+ {
1463
+ "category": "question_metadata",
1464
+ "language": "sql",
1465
+ "relative_path": "question_metadata/r0_00075.parquet",
1466
+ "rows": 5000
1467
+ },
1468
+ {
1469
+ "category": "question_metadata",
1470
+ "language": "sql",
1471
+ "relative_path": "question_metadata/r0_00076.parquet",
1472
+ "rows": 5000
1473
+ },
1474
+ {
1475
+ "category": "question_metadata",
1476
+ "language": "sql",
1477
+ "relative_path": "question_metadata/r0_00077.parquet",
1478
+ "rows": 5000
1479
+ },
1480
+ {
1481
+ "category": "question_metadata",
1482
+ "language": "sql",
1483
+ "relative_path": "question_metadata/r0_00078.parquet",
1484
+ "rows": 5000
1485
+ },
1486
+ {
1487
+ "category": "question_metadata",
1488
+ "language": "sql",
1489
+ "relative_path": "question_metadata/r0_00079.parquet",
1490
+ "rows": 5000
1491
+ },
1492
+ {
1493
+ "category": "question_metadata",
1494
+ "language": "sql",
1495
+ "relative_path": "question_metadata/r0_00080.parquet",
1496
+ "rows": 5000
1497
+ },
1498
+ {
1499
+ "category": "question_metadata",
1500
+ "language": "sql",
1501
+ "relative_path": "question_metadata/r0_00081.parquet",
1502
+ "rows": 5000
1503
+ },
1504
+ {
1505
+ "category": "question_metadata",
1506
+ "language": "sql",
1507
+ "relative_path": "question_metadata/r0_00082.parquet",
1508
+ "rows": 5000
1509
+ },
1510
+ {
1511
+ "category": "question_metadata",
1512
+ "language": "sql",
1513
+ "relative_path": "question_metadata/r0_00083.parquet",
1514
+ "rows": 5000
1515
+ },
1516
+ {
1517
+ "category": "question_metadata",
1518
+ "language": "sql",
1519
+ "relative_path": "question_metadata/r0_00084.parquet",
1520
+ "rows": 5000
1521
+ },
1522
+ {
1523
+ "category": "question_metadata",
1524
+ "language": "sql",
1525
+ "relative_path": "question_metadata/r0_00085.parquet",
1526
+ "rows": 5000
1527
+ },
1528
+ {
1529
+ "category": "question_metadata",
1530
+ "language": "sql",
1531
+ "relative_path": "question_metadata/r0_00086.parquet",
1532
+ "rows": 5000
1533
+ },
1534
+ {
1535
+ "category": "question_metadata",
1536
+ "language": "sql",
1537
+ "relative_path": "question_metadata/r0_00087.parquet",
1538
+ "rows": 5000
1539
+ },
1540
+ {
1541
+ "category": "question_metadata",
1542
+ "language": "sql",
1543
+ "relative_path": "question_metadata/r0_00088.parquet",
1544
+ "rows": 5000
1545
+ },
1546
+ {
1547
+ "category": "question_metadata",
1548
+ "language": "sql",
1549
+ "relative_path": "question_metadata/r0_00089.parquet",
1550
+ "rows": 5000
1551
+ },
1552
+ {
1553
+ "category": "question_metadata",
1554
+ "language": "sql",
1555
+ "relative_path": "question_metadata/r0_00090.parquet",
1556
+ "rows": 5000
1557
+ },
1558
+ {
1559
+ "category": "question_metadata",
1560
+ "language": "sql",
1561
+ "relative_path": "question_metadata/r0_00091.parquet",
1562
+ "rows": 5000
1563
+ },
1564
+ {
1565
+ "category": "question_metadata",
1566
+ "language": "sql",
1567
+ "relative_path": "question_metadata/r0_00092.parquet",
1568
+ "rows": 5000
1569
+ },
1570
+ {
1571
+ "category": "question_metadata",
1572
+ "language": "sql",
1573
+ "relative_path": "question_metadata/r0_00093.parquet",
1574
+ "rows": 5000
1575
+ },
1576
+ {
1577
+ "category": "question_metadata",
1578
+ "language": "sql",
1579
+ "relative_path": "question_metadata/r0_00094.parquet",
1580
+ "rows": 5000
1581
+ },
1582
+ {
1583
+ "category": "question_metadata",
1584
+ "language": "sql",
1585
+ "relative_path": "question_metadata/r0_00095.parquet",
1586
+ "rows": 5000
1587
+ },
1588
+ {
1589
+ "category": "question_metadata",
1590
+ "language": "sql",
1591
+ "relative_path": "question_metadata/r0_00096.parquet",
1592
+ "rows": 5000
1593
+ },
1594
+ {
1595
+ "category": "question_metadata",
1596
+ "language": "sql",
1597
+ "relative_path": "question_metadata/r0_00097.parquet",
1598
+ "rows": 5000
1599
+ },
1600
+ {
1601
+ "category": "question_metadata",
1602
+ "language": "sql",
1603
+ "relative_path": "question_metadata/r0_00098.parquet",
1604
+ "rows": 5000
1605
+ },
1606
+ {
1607
+ "category": "question_metadata",
1608
+ "language": "sql",
1609
+ "relative_path": "question_metadata/r0_00099.parquet",
1610
+ "rows": 5000
1611
+ },
1612
+ {
1613
+ "category": "question_metadata",
1614
+ "language": "sql",
1615
+ "relative_path": "question_metadata/r0_00100.parquet",
1616
+ "rows": 5000
1617
+ },
1618
+ {
1619
+ "category": "question_metadata",
1620
+ "language": "sql",
1621
+ "relative_path": "question_metadata/r0_00101.parquet",
1622
+ "rows": 5000
1623
+ },
1624
+ {
1625
+ "category": "question_metadata",
1626
+ "language": "sql",
1627
+ "relative_path": "question_metadata/r0_00102.parquet",
1628
+ "rows": 5000
1629
+ },
1630
+ {
1631
+ "category": "question_metadata",
1632
+ "language": "sql",
1633
+ "relative_path": "question_metadata/r0_00103.parquet",
1634
+ "rows": 5000
1635
+ },
1636
+ {
1637
+ "category": "question_metadata",
1638
+ "language": "sql",
1639
+ "relative_path": "question_metadata/r0_00104.parquet",
1640
+ "rows": 5000
1641
+ },
1642
+ {
1643
+ "category": "question_metadata",
1644
+ "language": "sql",
1645
+ "relative_path": "question_metadata/r0_00105.parquet",
1646
+ "rows": 5000
1647
+ },
1648
+ {
1649
+ "category": "question_metadata",
1650
+ "language": "sql",
1651
+ "relative_path": "question_metadata/r0_00106.parquet",
1652
+ "rows": 5000
1653
+ },
1654
+ {
1655
+ "category": "question_metadata",
1656
+ "language": "sql",
1657
+ "relative_path": "question_metadata/r0_00107.parquet",
1658
+ "rows": 5000
1659
+ },
1660
+ {
1661
+ "category": "question_metadata",
1662
+ "language": "sql",
1663
+ "relative_path": "question_metadata/r0_00108.parquet",
1664
+ "rows": 5000
1665
+ },
1666
+ {
1667
+ "category": "question_metadata",
1668
+ "language": "sql",
1669
+ "relative_path": "question_metadata/r0_00109.parquet",
1670
+ "rows": 5000
1671
+ },
1672
+ {
1673
+ "category": "question_metadata",
1674
+ "language": "sql",
1675
+ "relative_path": "question_metadata/r0_00110.parquet",
1676
+ "rows": 5000
1677
+ },
1678
+ {
1679
+ "category": "question_metadata",
1680
+ "language": "sql",
1681
+ "relative_path": "question_metadata/r0_00111.parquet",
1682
+ "rows": 5000
1683
+ },
1684
+ {
1685
+ "category": "question_metadata",
1686
+ "language": "sql",
1687
+ "relative_path": "question_metadata/r0_00112.parquet",
1688
+ "rows": 5000
1689
+ },
1690
+ {
1691
+ "category": "question_metadata",
1692
+ "language": "sql",
1693
+ "relative_path": "question_metadata/r0_00113.parquet",
1694
+ "rows": 5000
1695
+ },
1696
+ {
1697
+ "category": "question_metadata",
1698
+ "language": "sql",
1699
+ "relative_path": "question_metadata/r0_00114.parquet",
1700
+ "rows": 5000
1701
+ },
1702
+ {
1703
+ "category": "question_metadata",
1704
+ "language": "sql",
1705
+ "relative_path": "question_metadata/r0_00115.parquet",
1706
+ "rows": 5000
1707
+ },
1708
+ {
1709
+ "category": "question_metadata",
1710
+ "language": "sql",
1711
+ "relative_path": "question_metadata/r0_00116.parquet",
1712
+ "rows": 5000
1713
+ },
1714
+ {
1715
+ "category": "question_metadata",
1716
+ "language": "sql",
1717
+ "relative_path": "question_metadata/r0_00117.parquet",
1718
+ "rows": 5000
1719
+ },
1720
+ {
1721
+ "category": "question_metadata",
1722
+ "language": "sql",
1723
+ "relative_path": "question_metadata/r0_00118.parquet",
1724
+ "rows": 5000
1725
+ },
1726
+ {
1727
+ "category": "question_metadata",
1728
+ "language": "sql",
1729
+ "relative_path": "question_metadata/r0_00119.parquet",
1730
+ "rows": 5000
1731
+ },
1732
+ {
1733
+ "category": "question_metadata",
1734
+ "language": "sql",
1735
+ "relative_path": "question_metadata/r0_00120.parquet",
1736
+ "rows": 5000
1737
+ },
1738
+ {
1739
+ "category": "question_metadata",
1740
+ "language": "sql",
1741
+ "relative_path": "question_metadata/r0_00121.parquet",
1742
+ "rows": 5000
1743
+ },
1744
+ {
1745
+ "category": "question_metadata",
1746
+ "language": "sql",
1747
+ "relative_path": "question_metadata/r0_00122.parquet",
1748
+ "rows": 5000
1749
+ },
1750
+ {
1751
+ "category": "question_metadata",
1752
+ "language": "sql",
1753
+ "relative_path": "question_metadata/r0_00123.parquet",
1754
+ "rows": 5000
1755
+ },
1756
+ {
1757
+ "category": "question_metadata",
1758
+ "language": "sql",
1759
+ "relative_path": "question_metadata/r0_00124.parquet",
1760
+ "rows": 5000
1761
+ },
1762
+ {
1763
+ "category": "question_metadata",
1764
+ "language": "sql",
1765
+ "relative_path": "question_metadata/r0_00125.parquet",
1766
+ "rows": 5000
1767
+ },
1768
+ {
1769
+ "category": "question_metadata",
1770
+ "language": "sql",
1771
+ "relative_path": "question_metadata/r0_00126.parquet",
1772
+ "rows": 5000
1773
+ },
1774
+ {
1775
+ "category": "question_metadata",
1776
+ "language": "sql",
1777
+ "relative_path": "question_metadata/r0_00127.parquet",
1778
+ "rows": 5000
1779
+ },
1780
+ {
1781
+ "category": "question_metadata",
1782
+ "language": "sql",
1783
+ "relative_path": "question_metadata/r0_00128.parquet",
1784
+ "rows": 5000
1785
+ },
1786
+ {
1787
+ "category": "question_metadata",
1788
+ "language": "sql",
1789
+ "relative_path": "question_metadata/r0_00129.parquet",
1790
+ "rows": 5000
1791
+ },
1792
+ {
1793
+ "category": "question_metadata",
1794
+ "language": "sql",
1795
+ "relative_path": "question_metadata/r0_00130.parquet",
1796
+ "rows": 5000
1797
+ },
1798
+ {
1799
+ "category": "question_metadata",
1800
+ "language": "sql",
1801
+ "relative_path": "question_metadata/r0_00131.parquet",
1802
+ "rows": 5000
1803
+ },
1804
+ {
1805
+ "category": "question_metadata",
1806
+ "language": "sql",
1807
+ "relative_path": "question_metadata/r0_00132.parquet",
1808
+ "rows": 5000
1809
+ },
1810
+ {
1811
+ "category": "question_metadata",
1812
+ "language": "sql",
1813
+ "relative_path": "question_metadata/r0_00133.parquet",
1814
+ "rows": 5000
1815
+ },
1816
+ {
1817
+ "category": "question_metadata",
1818
+ "language": "sql",
1819
+ "relative_path": "question_metadata/r0_00134.parquet",
1820
+ "rows": 5000
1821
+ },
1822
+ {
1823
+ "category": "question_metadata",
1824
+ "language": "sql",
1825
+ "relative_path": "question_metadata/r0_00135.parquet",
1826
+ "rows": 21
1827
+ }
1828
+ ],
1829
+ "language": "sql",
1830
+ "source": "vector_dataset_language_folder",
1831
+ "total_rows": 1492171
1832
+ }