Mo7art commited on
Commit
2d56f0c
·
verified ·
1 Parent(s): d7ddc93

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_00002.parquet +3 -0
  5. chunk_records/r0_00003.parquet +3 -0
  6. chunk_records/r0_00004.parquet +3 -0
  7. chunk_records/r0_00007.parquet +3 -0
  8. chunk_records/r1_00000.parquet +3 -0
  9. chunk_records/r1_00001.parquet +3 -0
  10. chunk_records/r1_00002.parquet +3 -0
  11. chunk_records/r1_00003.parquet +3 -0
  12. chunk_records/r1_00005.parquet +3 -0
  13. chunk_records/r1_00006.parquet +3 -0
  14. chunk_records/r1_00007.parquet +3 -0
  15. chunk_records/r2_00000.parquet +3 -0
  16. chunk_records/r2_00001.parquet +3 -0
  17. chunk_records/r2_00002.parquet +3 -0
  18. chunk_records/r2_00003.parquet +3 -0
  19. chunk_records/r2_00004.parquet +3 -0
  20. chunk_records/r2_00005.parquet +3 -0
  21. chunk_records/r2_00007.parquet +3 -0
  22. chunk_records/r3_00000.parquet +3 -0
  23. chunk_records/r3_00001.parquet +3 -0
  24. chunk_records/r3_00004.parquet +3 -0
  25. chunk_records/r3_00005.parquet +3 -0
  26. chunk_records/r3_00007.parquet +3 -0
  27. chunk_records/r4_00000.parquet +3 -0
  28. chunk_records/r4_00001.parquet +3 -0
  29. chunk_records/r4_00002.parquet +3 -0
  30. chunk_records/r4_00003.parquet +3 -0
  31. chunk_records/r4_00004.parquet +3 -0
  32. chunk_records/r4_00005.parquet +3 -0
  33. chunk_records/r4_00006.parquet +3 -0
  34. chunk_records/r4_00007.parquet +3 -0
  35. chunk_records/r5_00003.parquet +3 -0
  36. chunk_records/r5_00005.parquet +3 -0
  37. chunk_records/r5_00007.parquet +3 -0
  38. chunk_records/r6_00001.parquet +3 -0
  39. chunk_records/r6_00002.parquet +3 -0
  40. chunk_records/r6_00003.parquet +3 -0
  41. chunk_records/r6_00005.parquet +3 -0
  42. chunk_records/r6_00006.parquet +3 -0
  43. chunk_records/r6_00007.parquet +3 -0
  44. chunk_records/r7_00000.parquet +3 -0
  45. chunk_records/r7_00001.parquet +3 -0
  46. chunk_records/r7_00004.parquet +3 -0
  47. chunk_records/r7_00005.parquet +3 -0
  48. chunk_records/r7_00007.parquet +3 -0
  49. dataset_manifest.json +680 -0
  50. question_metadata/r0_00016.parquet +3 -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 - Typescript
10
+ license: cc-by-sa-4.0
11
+ size_categories:
12
+ - 1M<n<10M
13
+ ---
14
+
15
+ # Typescript StackOverflow Vector Dataset Datasheet
16
+
17
+ ## 1. What This Dataset Is
18
+
19
+ This dataset is the Typescript-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 Typescript 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 Typescript 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_typescript_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:4b8ecac7a324d1e8f585c9c41dd492a6abc46f13a2db2081e6ca81d112c8371a
3
+ size 30607481
chunk_records/r0_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdb2afa4400b3ddb5925625f97dd64ae101e70d9f8871637765f16cf231d4097
3
+ size 31676461
chunk_records/r0_00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61573d255ed2e7c53ad0ea2e323181e1f77dbc94e0241153c7804de9c3950bfe
3
+ size 32668478
chunk_records/r0_00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46770457c51d2197a65c0f0a5d6027e11ef2db3e413746608332b11d85330a90
3
+ size 33787372
chunk_records/r0_00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce20c8eccfc4bc31a2d5abd7f74e5df3d2155569c450b52d82544e5db49d5290
3
+ size 34967579
chunk_records/r0_00007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45ab94faeb7e764bbb5492102308710842e7ddc74e89c4ac06ac38a056329a7d
3
+ size 13189120
chunk_records/r1_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93b04215cc9aef1733d008d8b38cbb135c6cab86014ad0650816ba2ed048a0b5
3
+ size 30603601
chunk_records/r1_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbe642e790931498cb82985c05e95004a4bf98839e38652497d66b5158f3f73a
3
+ size 31713531
chunk_records/r1_00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8d89cae4521dd33ceb8a4532b283cfdf02d18c54cb02f27675ab8cfae92c6e2
3
+ size 32643363
chunk_records/r1_00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b70b82df90b15701c10a77eb99a5f946a5f5e80a14f3454d092e6e5ae4cfdeab
3
+ size 33783762
chunk_records/r1_00005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7962991416f575c600c812e5ca92bb45e35a4b7804f83f5246691d2550f4c3c0
3
+ size 36134097
chunk_records/r1_00006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6018acab2db5bad0dbc58f48d80462f4f60e7a04cfa7800811a1e36c110dc092
3
+ size 37231010
chunk_records/r1_00007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec38c0eab797b86790fbe84eebe173aadd4c8ed7104c9c57c2e4184580a38972
3
+ size 13198046
chunk_records/r2_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36da21262e0a29161573a5c4440b16a7ccb4f584de17317543ebeb380ba870b1
3
+ size 30568035
chunk_records/r2_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f72907b53dafe98e8703aeb0adf6206483198d21e1328958df381621d650bd2
3
+ size 31668885
chunk_records/r2_00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:416c5b2af7963f3f9229af9dadcb943d3dc22aa5d831036a5b60351f9b61505f
3
+ size 32631943
chunk_records/r2_00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74dde62f350cb5eca84f3174de9f9d4012f5682b32ed7289a5d785c02f5128e8
3
+ size 33762769
chunk_records/r2_00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da7228f6a599f58d65d780db5a183a18c09ae10fd62bb2dfb8429143d3282ee9
3
+ size 34933539
chunk_records/r2_00005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bf8c451d59e698b245de2cdb83cd8611f68ca905833ef3b797ffba9aacdb505
3
+ size 36066582
chunk_records/r2_00007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dde62af5df65c3e9708a6aad11f849cd2a54c5638225ddad8b9fdab1e7c11a2b
3
+ size 13193468
chunk_records/r3_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7520316243bb82016f5b1f767aabc82f2f7fed6f82f1b292121eb32ac3af1dd9
3
+ size 30567077
chunk_records/r3_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:790d6ec6a1d6e19b0d6ec7b4dc4d2d387dcf51ac0de44509c51a9a078180d144
3
+ size 31647426
chunk_records/r3_00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8f9ebb36094cbbc42d8b1ba7aff4b5a5e0b898ab7470cff11615db73e1cd9fd
3
+ size 34924510
chunk_records/r3_00005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94d80084a0a5871fb8bc00e24cba98e0b6cf34b96dcc5d108a03d15bff40fee9
3
+ size 36146486
chunk_records/r3_00007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01dfc2c3939db849b54f2d28ad667e1375aac0d8fa0234afbe7faa7d07717b77
3
+ size 13158962
chunk_records/r4_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89739292123491425a0dace0e070f148a84b547e14365948c0ce4a2fba5087cb
3
+ size 30582993
chunk_records/r4_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c163c04b39ac0958d674cabda5bccf22fa0018c4a0706982e0d40a1c7065fb7b
3
+ size 31677184
chunk_records/r4_00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd9ddf032bfd7137b2d579f0281d7c53c3318807926f3b729d1b44b750b3af23
3
+ size 32629958
chunk_records/r4_00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7feb195af7d3bf0d4242f75cce5838bd0bbbb6399f64eb826814e19af1844b0e
3
+ size 33771506
chunk_records/r4_00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1d441f542eb37681ae4b8377486ac35ef51e082a032ad8152ab3ae943de90df
3
+ size 34965620
chunk_records/r4_00005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06db1a0b7dc7b5a0b46a92c7eac9dd97070f759b77f30191d5af4730566cb859
3
+ size 36074698
chunk_records/r4_00006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f420c2446d90e721532ee251f4adff86239d2ef9b3233cab918577fcc043e82
3
+ size 37139677
chunk_records/r4_00007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfeda4a71b31b58606a529a5f47772293112f6c7f4490a2f67191bbfbf9b29f9
3
+ size 13164661
chunk_records/r5_00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5164eb8e3daa6bfdd560eda9390d15e44e18c940cc1bf8f6c4694ad27deb8c04
3
+ size 33796777
chunk_records/r5_00005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20ac0d69f6f6ffb8d5ad846af92d8bb150b1879b18ce2ba56c50bd124ebdc1db
3
+ size 36094139
chunk_records/r5_00007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6addee482cf7358a0d4ab27ce52f583f3ac9bade9c0b80037563a42ad985a687
3
+ size 13187775
chunk_records/r6_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48ea294a097f76adea8957c2db0bf5770105b042bc15b7a7aa123ff72fd3b0a0
3
+ size 31697475
chunk_records/r6_00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa79eed96573ed55d538b3ef4e5229faa2aa61f33f617f4ffed132ebafa30fff
3
+ size 32634947
chunk_records/r6_00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8368e0f4b645757a0c1eedc77dbc7b451482711c0a435f6f72b475ea07e14a65
3
+ size 33793436
chunk_records/r6_00005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf9734680337d92e197b171c40b0fddd57f6d19dd9e1ec447005427297741775
3
+ size 36101705
chunk_records/r6_00006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4ed5cf2d21919150f99ff62d468961dadb8e74d8ead30189bb25352a3b72b68
3
+ size 37179391
chunk_records/r6_00007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23772e5d97ba3feee29e243e9628d8772c577da7d6b9f5df9bd17fb17f8d15d5
3
+ size 13164387
chunk_records/r7_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ce13f512c730f7531c2eae1693cca871132d03e7bf5ec76a9d5acb8f6ff803d
3
+ size 30582562
chunk_records/r7_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c402d190140d97b6ade0c4a2a0435e7fcc785ce7f9d7b5e294a81c290f1a62d0
3
+ size 31666229
chunk_records/r7_00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef5498de9ae1ee4248266111c783bf4a8d561a1083808b90655a25db4de3b124
3
+ size 34947186
chunk_records/r7_00005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16778b1289537252b61d426f0be47221316377d8c5ba0fe0a5ec4e8d3df561b5
3
+ size 36118951
chunk_records/r7_00007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6d0db579523b44e9bf6e7a9da66b602da8e249c6a08c7dd2163b06ee5ed26a7
3
+ size 13166814
dataset_manifest.json ADDED
@@ -0,0 +1,680 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "file_count": 112,
3
+ "files": [
4
+ {
5
+ "category": "chunk_records",
6
+ "language": "typescript",
7
+ "relative_path": "chunk_records/r0_00000.parquet",
8
+ "rows": 5000
9
+ },
10
+ {
11
+ "category": "chunk_records",
12
+ "language": "typescript",
13
+ "relative_path": "chunk_records/r0_00001.parquet",
14
+ "rows": 5000
15
+ },
16
+ {
17
+ "category": "chunk_records",
18
+ "language": "typescript",
19
+ "relative_path": "chunk_records/r0_00002.parquet",
20
+ "rows": 5000
21
+ },
22
+ {
23
+ "category": "chunk_records",
24
+ "language": "typescript",
25
+ "relative_path": "chunk_records/r0_00003.parquet",
26
+ "rows": 5000
27
+ },
28
+ {
29
+ "category": "chunk_records",
30
+ "language": "typescript",
31
+ "relative_path": "chunk_records/r0_00004.parquet",
32
+ "rows": 5000
33
+ },
34
+ {
35
+ "category": "chunk_records",
36
+ "language": "typescript",
37
+ "relative_path": "chunk_records/r0_00005.parquet",
38
+ "rows": 5000
39
+ },
40
+ {
41
+ "category": "chunk_records",
42
+ "language": "typescript",
43
+ "relative_path": "chunk_records/r0_00006.parquet",
44
+ "rows": 5000
45
+ },
46
+ {
47
+ "category": "chunk_records",
48
+ "language": "typescript",
49
+ "relative_path": "chunk_records/r0_00007.parquet",
50
+ "rows": 1722
51
+ },
52
+ {
53
+ "category": "chunk_records",
54
+ "language": "typescript",
55
+ "relative_path": "chunk_records/r1_00000.parquet",
56
+ "rows": 5000
57
+ },
58
+ {
59
+ "category": "chunk_records",
60
+ "language": "typescript",
61
+ "relative_path": "chunk_records/r1_00001.parquet",
62
+ "rows": 5000
63
+ },
64
+ {
65
+ "category": "chunk_records",
66
+ "language": "typescript",
67
+ "relative_path": "chunk_records/r1_00002.parquet",
68
+ "rows": 5000
69
+ },
70
+ {
71
+ "category": "chunk_records",
72
+ "language": "typescript",
73
+ "relative_path": "chunk_records/r1_00003.parquet",
74
+ "rows": 5000
75
+ },
76
+ {
77
+ "category": "chunk_records",
78
+ "language": "typescript",
79
+ "relative_path": "chunk_records/r1_00004.parquet",
80
+ "rows": 5000
81
+ },
82
+ {
83
+ "category": "chunk_records",
84
+ "language": "typescript",
85
+ "relative_path": "chunk_records/r1_00005.parquet",
86
+ "rows": 5000
87
+ },
88
+ {
89
+ "category": "chunk_records",
90
+ "language": "typescript",
91
+ "relative_path": "chunk_records/r1_00006.parquet",
92
+ "rows": 5000
93
+ },
94
+ {
95
+ "category": "chunk_records",
96
+ "language": "typescript",
97
+ "relative_path": "chunk_records/r1_00007.parquet",
98
+ "rows": 1722
99
+ },
100
+ {
101
+ "category": "chunk_records",
102
+ "language": "typescript",
103
+ "relative_path": "chunk_records/r2_00000.parquet",
104
+ "rows": 5000
105
+ },
106
+ {
107
+ "category": "chunk_records",
108
+ "language": "typescript",
109
+ "relative_path": "chunk_records/r2_00001.parquet",
110
+ "rows": 5000
111
+ },
112
+ {
113
+ "category": "chunk_records",
114
+ "language": "typescript",
115
+ "relative_path": "chunk_records/r2_00002.parquet",
116
+ "rows": 5000
117
+ },
118
+ {
119
+ "category": "chunk_records",
120
+ "language": "typescript",
121
+ "relative_path": "chunk_records/r2_00003.parquet",
122
+ "rows": 5000
123
+ },
124
+ {
125
+ "category": "chunk_records",
126
+ "language": "typescript",
127
+ "relative_path": "chunk_records/r2_00004.parquet",
128
+ "rows": 5000
129
+ },
130
+ {
131
+ "category": "chunk_records",
132
+ "language": "typescript",
133
+ "relative_path": "chunk_records/r2_00005.parquet",
134
+ "rows": 5000
135
+ },
136
+ {
137
+ "category": "chunk_records",
138
+ "language": "typescript",
139
+ "relative_path": "chunk_records/r2_00006.parquet",
140
+ "rows": 5000
141
+ },
142
+ {
143
+ "category": "chunk_records",
144
+ "language": "typescript",
145
+ "relative_path": "chunk_records/r2_00007.parquet",
146
+ "rows": 1722
147
+ },
148
+ {
149
+ "category": "chunk_records",
150
+ "language": "typescript",
151
+ "relative_path": "chunk_records/r3_00000.parquet",
152
+ "rows": 5000
153
+ },
154
+ {
155
+ "category": "chunk_records",
156
+ "language": "typescript",
157
+ "relative_path": "chunk_records/r3_00001.parquet",
158
+ "rows": 5000
159
+ },
160
+ {
161
+ "category": "chunk_records",
162
+ "language": "typescript",
163
+ "relative_path": "chunk_records/r3_00002.parquet",
164
+ "rows": 5000
165
+ },
166
+ {
167
+ "category": "chunk_records",
168
+ "language": "typescript",
169
+ "relative_path": "chunk_records/r3_00003.parquet",
170
+ "rows": 5000
171
+ },
172
+ {
173
+ "category": "chunk_records",
174
+ "language": "typescript",
175
+ "relative_path": "chunk_records/r3_00004.parquet",
176
+ "rows": 5000
177
+ },
178
+ {
179
+ "category": "chunk_records",
180
+ "language": "typescript",
181
+ "relative_path": "chunk_records/r3_00005.parquet",
182
+ "rows": 5000
183
+ },
184
+ {
185
+ "category": "chunk_records",
186
+ "language": "typescript",
187
+ "relative_path": "chunk_records/r3_00006.parquet",
188
+ "rows": 5000
189
+ },
190
+ {
191
+ "category": "chunk_records",
192
+ "language": "typescript",
193
+ "relative_path": "chunk_records/r3_00007.parquet",
194
+ "rows": 1721
195
+ },
196
+ {
197
+ "category": "chunk_records",
198
+ "language": "typescript",
199
+ "relative_path": "chunk_records/r4_00000.parquet",
200
+ "rows": 5000
201
+ },
202
+ {
203
+ "category": "chunk_records",
204
+ "language": "typescript",
205
+ "relative_path": "chunk_records/r4_00001.parquet",
206
+ "rows": 5000
207
+ },
208
+ {
209
+ "category": "chunk_records",
210
+ "language": "typescript",
211
+ "relative_path": "chunk_records/r4_00002.parquet",
212
+ "rows": 5000
213
+ },
214
+ {
215
+ "category": "chunk_records",
216
+ "language": "typescript",
217
+ "relative_path": "chunk_records/r4_00003.parquet",
218
+ "rows": 5000
219
+ },
220
+ {
221
+ "category": "chunk_records",
222
+ "language": "typescript",
223
+ "relative_path": "chunk_records/r4_00004.parquet",
224
+ "rows": 5000
225
+ },
226
+ {
227
+ "category": "chunk_records",
228
+ "language": "typescript",
229
+ "relative_path": "chunk_records/r4_00005.parquet",
230
+ "rows": 5000
231
+ },
232
+ {
233
+ "category": "chunk_records",
234
+ "language": "typescript",
235
+ "relative_path": "chunk_records/r4_00006.parquet",
236
+ "rows": 5000
237
+ },
238
+ {
239
+ "category": "chunk_records",
240
+ "language": "typescript",
241
+ "relative_path": "chunk_records/r4_00007.parquet",
242
+ "rows": 1721
243
+ },
244
+ {
245
+ "category": "chunk_records",
246
+ "language": "typescript",
247
+ "relative_path": "chunk_records/r5_00000.parquet",
248
+ "rows": 5000
249
+ },
250
+ {
251
+ "category": "chunk_records",
252
+ "language": "typescript",
253
+ "relative_path": "chunk_records/r5_00001.parquet",
254
+ "rows": 5000
255
+ },
256
+ {
257
+ "category": "chunk_records",
258
+ "language": "typescript",
259
+ "relative_path": "chunk_records/r5_00002.parquet",
260
+ "rows": 5000
261
+ },
262
+ {
263
+ "category": "chunk_records",
264
+ "language": "typescript",
265
+ "relative_path": "chunk_records/r5_00003.parquet",
266
+ "rows": 5000
267
+ },
268
+ {
269
+ "category": "chunk_records",
270
+ "language": "typescript",
271
+ "relative_path": "chunk_records/r5_00004.parquet",
272
+ "rows": 5000
273
+ },
274
+ {
275
+ "category": "chunk_records",
276
+ "language": "typescript",
277
+ "relative_path": "chunk_records/r5_00005.parquet",
278
+ "rows": 5000
279
+ },
280
+ {
281
+ "category": "chunk_records",
282
+ "language": "typescript",
283
+ "relative_path": "chunk_records/r5_00006.parquet",
284
+ "rows": 5000
285
+ },
286
+ {
287
+ "category": "chunk_records",
288
+ "language": "typescript",
289
+ "relative_path": "chunk_records/r5_00007.parquet",
290
+ "rows": 1721
291
+ },
292
+ {
293
+ "category": "chunk_records",
294
+ "language": "typescript",
295
+ "relative_path": "chunk_records/r6_00000.parquet",
296
+ "rows": 5000
297
+ },
298
+ {
299
+ "category": "chunk_records",
300
+ "language": "typescript",
301
+ "relative_path": "chunk_records/r6_00001.parquet",
302
+ "rows": 5000
303
+ },
304
+ {
305
+ "category": "chunk_records",
306
+ "language": "typescript",
307
+ "relative_path": "chunk_records/r6_00002.parquet",
308
+ "rows": 5000
309
+ },
310
+ {
311
+ "category": "chunk_records",
312
+ "language": "typescript",
313
+ "relative_path": "chunk_records/r6_00003.parquet",
314
+ "rows": 5000
315
+ },
316
+ {
317
+ "category": "chunk_records",
318
+ "language": "typescript",
319
+ "relative_path": "chunk_records/r6_00004.parquet",
320
+ "rows": 5000
321
+ },
322
+ {
323
+ "category": "chunk_records",
324
+ "language": "typescript",
325
+ "relative_path": "chunk_records/r6_00005.parquet",
326
+ "rows": 5000
327
+ },
328
+ {
329
+ "category": "chunk_records",
330
+ "language": "typescript",
331
+ "relative_path": "chunk_records/r6_00006.parquet",
332
+ "rows": 5000
333
+ },
334
+ {
335
+ "category": "chunk_records",
336
+ "language": "typescript",
337
+ "relative_path": "chunk_records/r6_00007.parquet",
338
+ "rows": 1721
339
+ },
340
+ {
341
+ "category": "chunk_records",
342
+ "language": "typescript",
343
+ "relative_path": "chunk_records/r7_00000.parquet",
344
+ "rows": 5000
345
+ },
346
+ {
347
+ "category": "chunk_records",
348
+ "language": "typescript",
349
+ "relative_path": "chunk_records/r7_00001.parquet",
350
+ "rows": 5000
351
+ },
352
+ {
353
+ "category": "chunk_records",
354
+ "language": "typescript",
355
+ "relative_path": "chunk_records/r7_00002.parquet",
356
+ "rows": 5000
357
+ },
358
+ {
359
+ "category": "chunk_records",
360
+ "language": "typescript",
361
+ "relative_path": "chunk_records/r7_00003.parquet",
362
+ "rows": 5000
363
+ },
364
+ {
365
+ "category": "chunk_records",
366
+ "language": "typescript",
367
+ "relative_path": "chunk_records/r7_00004.parquet",
368
+ "rows": 5000
369
+ },
370
+ {
371
+ "category": "chunk_records",
372
+ "language": "typescript",
373
+ "relative_path": "chunk_records/r7_00005.parquet",
374
+ "rows": 5000
375
+ },
376
+ {
377
+ "category": "chunk_records",
378
+ "language": "typescript",
379
+ "relative_path": "chunk_records/r7_00006.parquet",
380
+ "rows": 5000
381
+ },
382
+ {
383
+ "category": "chunk_records",
384
+ "language": "typescript",
385
+ "relative_path": "chunk_records/r7_00007.parquet",
386
+ "rows": 1721
387
+ },
388
+ {
389
+ "category": "question_metadata",
390
+ "language": "typescript",
391
+ "relative_path": "question_metadata/r0_00000.parquet",
392
+ "rows": 5000
393
+ },
394
+ {
395
+ "category": "question_metadata",
396
+ "language": "typescript",
397
+ "relative_path": "question_metadata/r0_00001.parquet",
398
+ "rows": 5000
399
+ },
400
+ {
401
+ "category": "question_metadata",
402
+ "language": "typescript",
403
+ "relative_path": "question_metadata/r0_00002.parquet",
404
+ "rows": 5000
405
+ },
406
+ {
407
+ "category": "question_metadata",
408
+ "language": "typescript",
409
+ "relative_path": "question_metadata/r0_00003.parquet",
410
+ "rows": 5000
411
+ },
412
+ {
413
+ "category": "question_metadata",
414
+ "language": "typescript",
415
+ "relative_path": "question_metadata/r0_00004.parquet",
416
+ "rows": 5000
417
+ },
418
+ {
419
+ "category": "question_metadata",
420
+ "language": "typescript",
421
+ "relative_path": "question_metadata/r0_00005.parquet",
422
+ "rows": 5000
423
+ },
424
+ {
425
+ "category": "question_metadata",
426
+ "language": "typescript",
427
+ "relative_path": "question_metadata/r0_00006.parquet",
428
+ "rows": 5000
429
+ },
430
+ {
431
+ "category": "question_metadata",
432
+ "language": "typescript",
433
+ "relative_path": "question_metadata/r0_00007.parquet",
434
+ "rows": 5000
435
+ },
436
+ {
437
+ "category": "question_metadata",
438
+ "language": "typescript",
439
+ "relative_path": "question_metadata/r0_00008.parquet",
440
+ "rows": 5000
441
+ },
442
+ {
443
+ "category": "question_metadata",
444
+ "language": "typescript",
445
+ "relative_path": "question_metadata/r0_00009.parquet",
446
+ "rows": 5000
447
+ },
448
+ {
449
+ "category": "question_metadata",
450
+ "language": "typescript",
451
+ "relative_path": "question_metadata/r0_00010.parquet",
452
+ "rows": 5000
453
+ },
454
+ {
455
+ "category": "question_metadata",
456
+ "language": "typescript",
457
+ "relative_path": "question_metadata/r0_00011.parquet",
458
+ "rows": 5000
459
+ },
460
+ {
461
+ "category": "question_metadata",
462
+ "language": "typescript",
463
+ "relative_path": "question_metadata/r0_00012.parquet",
464
+ "rows": 5000
465
+ },
466
+ {
467
+ "category": "question_metadata",
468
+ "language": "typescript",
469
+ "relative_path": "question_metadata/r0_00013.parquet",
470
+ "rows": 5000
471
+ },
472
+ {
473
+ "category": "question_metadata",
474
+ "language": "typescript",
475
+ "relative_path": "question_metadata/r0_00014.parquet",
476
+ "rows": 5000
477
+ },
478
+ {
479
+ "category": "question_metadata",
480
+ "language": "typescript",
481
+ "relative_path": "question_metadata/r0_00015.parquet",
482
+ "rows": 5000
483
+ },
484
+ {
485
+ "category": "question_metadata",
486
+ "language": "typescript",
487
+ "relative_path": "question_metadata/r0_00016.parquet",
488
+ "rows": 5000
489
+ },
490
+ {
491
+ "category": "question_metadata",
492
+ "language": "typescript",
493
+ "relative_path": "question_metadata/r0_00017.parquet",
494
+ "rows": 5000
495
+ },
496
+ {
497
+ "category": "question_metadata",
498
+ "language": "typescript",
499
+ "relative_path": "question_metadata/r0_00018.parquet",
500
+ "rows": 5000
501
+ },
502
+ {
503
+ "category": "question_metadata",
504
+ "language": "typescript",
505
+ "relative_path": "question_metadata/r0_00019.parquet",
506
+ "rows": 5000
507
+ },
508
+ {
509
+ "category": "question_metadata",
510
+ "language": "typescript",
511
+ "relative_path": "question_metadata/r0_00020.parquet",
512
+ "rows": 5000
513
+ },
514
+ {
515
+ "category": "question_metadata",
516
+ "language": "typescript",
517
+ "relative_path": "question_metadata/r0_00021.parquet",
518
+ "rows": 5000
519
+ },
520
+ {
521
+ "category": "question_metadata",
522
+ "language": "typescript",
523
+ "relative_path": "question_metadata/r0_00022.parquet",
524
+ "rows": 5000
525
+ },
526
+ {
527
+ "category": "question_metadata",
528
+ "language": "typescript",
529
+ "relative_path": "question_metadata/r0_00023.parquet",
530
+ "rows": 5000
531
+ },
532
+ {
533
+ "category": "question_metadata",
534
+ "language": "typescript",
535
+ "relative_path": "question_metadata/r0_00024.parquet",
536
+ "rows": 5000
537
+ },
538
+ {
539
+ "category": "question_metadata",
540
+ "language": "typescript",
541
+ "relative_path": "question_metadata/r0_00025.parquet",
542
+ "rows": 5000
543
+ },
544
+ {
545
+ "category": "question_metadata",
546
+ "language": "typescript",
547
+ "relative_path": "question_metadata/r0_00026.parquet",
548
+ "rows": 5000
549
+ },
550
+ {
551
+ "category": "question_metadata",
552
+ "language": "typescript",
553
+ "relative_path": "question_metadata/r0_00027.parquet",
554
+ "rows": 5000
555
+ },
556
+ {
557
+ "category": "question_metadata",
558
+ "language": "typescript",
559
+ "relative_path": "question_metadata/r0_00028.parquet",
560
+ "rows": 5000
561
+ },
562
+ {
563
+ "category": "question_metadata",
564
+ "language": "typescript",
565
+ "relative_path": "question_metadata/r0_00029.parquet",
566
+ "rows": 5000
567
+ },
568
+ {
569
+ "category": "question_metadata",
570
+ "language": "typescript",
571
+ "relative_path": "question_metadata/r0_00030.parquet",
572
+ "rows": 5000
573
+ },
574
+ {
575
+ "category": "question_metadata",
576
+ "language": "typescript",
577
+ "relative_path": "question_metadata/r0_00031.parquet",
578
+ "rows": 5000
579
+ },
580
+ {
581
+ "category": "question_metadata",
582
+ "language": "typescript",
583
+ "relative_path": "question_metadata/r0_00032.parquet",
584
+ "rows": 5000
585
+ },
586
+ {
587
+ "category": "question_metadata",
588
+ "language": "typescript",
589
+ "relative_path": "question_metadata/r0_00033.parquet",
590
+ "rows": 5000
591
+ },
592
+ {
593
+ "category": "question_metadata",
594
+ "language": "typescript",
595
+ "relative_path": "question_metadata/r0_00034.parquet",
596
+ "rows": 5000
597
+ },
598
+ {
599
+ "category": "question_metadata",
600
+ "language": "typescript",
601
+ "relative_path": "question_metadata/r0_00035.parquet",
602
+ "rows": 5000
603
+ },
604
+ {
605
+ "category": "question_metadata",
606
+ "language": "typescript",
607
+ "relative_path": "question_metadata/r0_00036.parquet",
608
+ "rows": 5000
609
+ },
610
+ {
611
+ "category": "question_metadata",
612
+ "language": "typescript",
613
+ "relative_path": "question_metadata/r0_00037.parquet",
614
+ "rows": 5000
615
+ },
616
+ {
617
+ "category": "question_metadata",
618
+ "language": "typescript",
619
+ "relative_path": "question_metadata/r0_00038.parquet",
620
+ "rows": 5000
621
+ },
622
+ {
623
+ "category": "question_metadata",
624
+ "language": "typescript",
625
+ "relative_path": "question_metadata/r0_00039.parquet",
626
+ "rows": 5000
627
+ },
628
+ {
629
+ "category": "question_metadata",
630
+ "language": "typescript",
631
+ "relative_path": "question_metadata/r0_00040.parquet",
632
+ "rows": 5000
633
+ },
634
+ {
635
+ "category": "question_metadata",
636
+ "language": "typescript",
637
+ "relative_path": "question_metadata/r0_00041.parquet",
638
+ "rows": 5000
639
+ },
640
+ {
641
+ "category": "question_metadata",
642
+ "language": "typescript",
643
+ "relative_path": "question_metadata/r0_00042.parquet",
644
+ "rows": 5000
645
+ },
646
+ {
647
+ "category": "question_metadata",
648
+ "language": "typescript",
649
+ "relative_path": "question_metadata/r0_00043.parquet",
650
+ "rows": 5000
651
+ },
652
+ {
653
+ "category": "question_metadata",
654
+ "language": "typescript",
655
+ "relative_path": "question_metadata/r0_00044.parquet",
656
+ "rows": 5000
657
+ },
658
+ {
659
+ "category": "question_metadata",
660
+ "language": "typescript",
661
+ "relative_path": "question_metadata/r0_00045.parquet",
662
+ "rows": 5000
663
+ },
664
+ {
665
+ "category": "question_metadata",
666
+ "language": "typescript",
667
+ "relative_path": "question_metadata/r0_00046.parquet",
668
+ "rows": 5000
669
+ },
670
+ {
671
+ "category": "question_metadata",
672
+ "language": "typescript",
673
+ "relative_path": "question_metadata/r0_00047.parquet",
674
+ "rows": 201
675
+ }
676
+ ],
677
+ "language": "typescript",
678
+ "source": "vector_dataset_language_folder",
679
+ "total_rows": 528972
680
+ }
question_metadata/r0_00016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:788e5bdb8b43207af4053724b9b7a816ac0fc344611faf0388aa44fe3cc13319
3
+ size 8275913