Mo7art commited on
Commit
52c3db7
·
verified ·
1 Parent(s): dd7aa0c

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/r1_00000.parquet +3 -0
  8. chunk_records/r1_00001.parquet +3 -0
  9. chunk_records/r1_00002.parquet +3 -0
  10. chunk_records/r1_00003.parquet +3 -0
  11. chunk_records/r1_00004.parquet +3 -0
  12. chunk_records/r2_00000.parquet +3 -0
  13. chunk_records/r2_00001.parquet +3 -0
  14. chunk_records/r2_00002.parquet +3 -0
  15. chunk_records/r2_00003.parquet +3 -0
  16. chunk_records/r2_00004.parquet +3 -0
  17. chunk_records/r3_00000.parquet +3 -0
  18. chunk_records/r3_00001.parquet +3 -0
  19. chunk_records/r3_00002.parquet +3 -0
  20. chunk_records/r3_00003.parquet +3 -0
  21. chunk_records/r3_00004.parquet +3 -0
  22. chunk_records/r4_00000.parquet +3 -0
  23. chunk_records/r4_00001.parquet +3 -0
  24. chunk_records/r4_00002.parquet +3 -0
  25. chunk_records/r4_00003.parquet +3 -0
  26. chunk_records/r4_00004.parquet +3 -0
  27. chunk_records/r5_00000.parquet +3 -0
  28. chunk_records/r5_00001.parquet +3 -0
  29. chunk_records/r5_00003.parquet +3 -0
  30. chunk_records/r5_00004.parquet +3 -0
  31. chunk_records/r6_00000.parquet +3 -0
  32. chunk_records/r6_00001.parquet +3 -0
  33. chunk_records/r6_00002.parquet +3 -0
  34. chunk_records/r6_00003.parquet +3 -0
  35. chunk_records/r6_00004.parquet +3 -0
  36. chunk_records/r7_00000.parquet +3 -0
  37. chunk_records/r7_00001.parquet +3 -0
  38. chunk_records/r7_00002.parquet +3 -0
  39. chunk_records/r7_00003.parquet +3 -0
  40. chunk_records/r7_00004.parquet +3 -0
  41. dataset_manifest.json +422 -0
  42. question_metadata/r0_00001.parquet +3 -0
  43. question_metadata/r0_00008.parquet +3 -0
  44. question_metadata/r0_00011.parquet +3 -0
  45. question_metadata/r0_00014.parquet +3 -0
  46. question_metadata/r0_00016.parquet +3 -0
  47. question_metadata/r0_00017.parquet +3 -0
  48. question_metadata/r0_00024.parquet +3 -0
  49. question_metadata/r0_00026.parquet +3 -0
  50. question_metadata/r0_00027.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 - Vb.Net
10
+ license: cc-by-sa-4.0
11
+ size_categories:
12
+ - 1M<n<10M
13
+ ---
14
+
15
+ # Vb.Net StackOverflow Vector Dataset Datasheet
16
+
17
+ ## 1. What This Dataset Is
18
+
19
+ This dataset is the Vb.Net-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 Vb.Net 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 Vb.Net 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_vb.net_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:baa58da5360fa6bc625867ecc2384fb1581595b086829dc2b265f18219d1b166
3
+ size 30707407
chunk_records/r0_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a88e1cbc28596f815f67d86615fa072050242d6ed2aaef7b65cff611948828e7
3
+ size 32690263
chunk_records/r0_00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:627bece89982e129f19bfcfc1832f5b7e07fb498d0d3d207db2da83d91a8ec2a
3
+ size 34830108
chunk_records/r0_00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9d9e4474c38eb65d0022826e78394b884ed42313ec91c810d096c459b414496
3
+ size 37066637
chunk_records/r0_00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:741fab093af65830b53b5e7d50a059fdd0e7a8ca412b86710ee5667f8b8d4ede
3
+ size 16594511
chunk_records/r1_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44f7e7b3374f6f4fe0a857cb5de00bad493485c83030a60e517b8a4497aecbe6
3
+ size 30704465
chunk_records/r1_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0be83ef554249d04bab64d990a625396ecf688a8dfbda2eb427d38585108b24a
3
+ size 32688073
chunk_records/r1_00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e5d6747dbe3763995818541f6aea1a0b0699a0f71a8d005fc2a7067b9ac4d33
3
+ size 34806057
chunk_records/r1_00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75312388c415b7cf784952cf1144a1a174a10a3f73bb01a10a989c815cfc7cfc
3
+ size 37082654
chunk_records/r1_00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7fc2db4fe4c45f440919df0e2c72b098244fffb40549f6d1266aa1bdcc5f44da
3
+ size 16603254
chunk_records/r2_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6677ef6a3d768c7de1e08b918e09d84a36ce88b07a9dfd5f97f077292792f8ea
3
+ size 30738584
chunk_records/r2_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad5663cbd3aaccaf2688fcc0816de0b53b4f6ec5a3db94e7cec4c20861b3fd6c
3
+ size 32714840
chunk_records/r2_00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:012b7b0fff69f642b873cae3d66a088c892fe585927ce218efede7c0955c08fc
3
+ size 34849879
chunk_records/r2_00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7330a2d05d748dad707104ec78dbcff1acfe49860f2d45a0adbf890323727f2
3
+ size 37162873
chunk_records/r2_00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9bf6bec16c92c38ff086a2d99bddf543abea9c8b8ee8deadf8cbd72ced47c0f
3
+ size 16605056
chunk_records/r3_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbae6aae1c2d78adea62d29a8d7064d96029680497379af28ac5bb138271d13a
3
+ size 30714292
chunk_records/r3_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88e8a8c8832efb9c1886a335dac6112198cc3d74d4c744b47ee2ba314d951aae
3
+ size 32769296
chunk_records/r3_00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc2f8416f1a512356efdd37222340a5966e41527cfaf97963c32179e1c79e5ff
3
+ size 34929167
chunk_records/r3_00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:350c1d32f64151c182ed83e0f6bb1121f46aa9c7e844b455e68538c318aae07c
3
+ size 37122008
chunk_records/r3_00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3c8cb9763db90d7f25aa9d5733cafd268932bd04061b80edd939094c0c3f767
3
+ size 16614349
chunk_records/r4_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4251d64ee66e9fda07981b744c4e51f6b9be0a4dea1024c28e7a5430b33dd398
3
+ size 30709837
chunk_records/r4_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6ee699691cf00b1539ac7ee9533d1a9cb2c6f5a5cce0167e5f0228183c0b1e8
3
+ size 32684785
chunk_records/r4_00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec08aaa3c12feb839238e3206d37311cc4c815e62e1d21bb19615f8c6b36a988
3
+ size 34859199
chunk_records/r4_00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35afde5cd65c05f025a16077a5211f1b75785e234d79595c0f301824bcfe5658
3
+ size 37032853
chunk_records/r4_00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9c0373b065617378f08602fe8264a58bd3a74966756514a0b7e3f4a9a528756
3
+ size 16583416
chunk_records/r5_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35a2258d807963599977e65b37dfc1c0ac116ab85f1baa1bbcc50d60b7759c2c
3
+ size 30690606
chunk_records/r5_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d03f460f74969d827def3921523f410e498790af878d638c8e1440f621dc934f
3
+ size 32651922
chunk_records/r5_00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7502796bd682aee1c0652902fbafd8ac85dfffd2e94cd61afa18bcf9b94d9d0d
3
+ size 37069237
chunk_records/r5_00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8003689dfd53bd9944422af141860798ea050fdefcb61806d3e09f85627f518a
3
+ size 16575340
chunk_records/r6_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9dde78cd970d06f5d36f62efe8c79c20110bf07ffa128a1da0a1baead74ed42
3
+ size 30703008
chunk_records/r6_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b0b22830ba5b37d9e48a273b31463970264c975d2de1d5ab56e1ef52b1aa4a5
3
+ size 32672564
chunk_records/r6_00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64af3ac68ebf6d5ec0bf2f35b095a02dfba10bd0a22ad15675c66ab44ba0cb08
3
+ size 34803017
chunk_records/r6_00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c5a004f86838328f361dbd144f1a6e3cc6a8348cbec97877aeb22469b8c1f04
3
+ size 37024821
chunk_records/r6_00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cb904cc4307c78cd08784ea0ba7657f8c28ad6810a6740fdd5be9e61d144848
3
+ size 16603009
chunk_records/r7_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad73238c7fd70a31230c6230f4a26df0918931f47d1addb08b7467f75cc079e3
3
+ size 30652611
chunk_records/r7_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6848d93e3b941597e4742553ab6a739f34e0787ff9bcac92264f20fe5fe666ab
3
+ size 32648618
chunk_records/r7_00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6b6940089d4d452a4415b946aba62f17305f2511c60ec6c2c78fc707c2cea52
3
+ size 34855566
chunk_records/r7_00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cdeb6fc49e1013c07eb46944689af9a230d646d4cd9f59bc8df639fa627290fc
3
+ size 37113585
chunk_records/r7_00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5676ca71073bfcba51cd54afbdc1aaeb77e945e60bed2f22f049bd61ed833e0
3
+ size 16604003
dataset_manifest.json ADDED
@@ -0,0 +1,422 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "file_count": 69,
3
+ "files": [
4
+ {
5
+ "category": "chunk_records",
6
+ "language": "vb.net",
7
+ "relative_path": "chunk_records/r0_00000.parquet",
8
+ "rows": 5000
9
+ },
10
+ {
11
+ "category": "chunk_records",
12
+ "language": "vb.net",
13
+ "relative_path": "chunk_records/r0_00001.parquet",
14
+ "rows": 5000
15
+ },
16
+ {
17
+ "category": "chunk_records",
18
+ "language": "vb.net",
19
+ "relative_path": "chunk_records/r0_00002.parquet",
20
+ "rows": 5000
21
+ },
22
+ {
23
+ "category": "chunk_records",
24
+ "language": "vb.net",
25
+ "relative_path": "chunk_records/r0_00003.parquet",
26
+ "rows": 5000
27
+ },
28
+ {
29
+ "category": "chunk_records",
30
+ "language": "vb.net",
31
+ "relative_path": "chunk_records/r0_00004.parquet",
32
+ "rows": 2151
33
+ },
34
+ {
35
+ "category": "chunk_records",
36
+ "language": "vb.net",
37
+ "relative_path": "chunk_records/r1_00000.parquet",
38
+ "rows": 5000
39
+ },
40
+ {
41
+ "category": "chunk_records",
42
+ "language": "vb.net",
43
+ "relative_path": "chunk_records/r1_00001.parquet",
44
+ "rows": 5000
45
+ },
46
+ {
47
+ "category": "chunk_records",
48
+ "language": "vb.net",
49
+ "relative_path": "chunk_records/r1_00002.parquet",
50
+ "rows": 5000
51
+ },
52
+ {
53
+ "category": "chunk_records",
54
+ "language": "vb.net",
55
+ "relative_path": "chunk_records/r1_00003.parquet",
56
+ "rows": 5000
57
+ },
58
+ {
59
+ "category": "chunk_records",
60
+ "language": "vb.net",
61
+ "relative_path": "chunk_records/r1_00004.parquet",
62
+ "rows": 2150
63
+ },
64
+ {
65
+ "category": "chunk_records",
66
+ "language": "vb.net",
67
+ "relative_path": "chunk_records/r2_00000.parquet",
68
+ "rows": 5000
69
+ },
70
+ {
71
+ "category": "chunk_records",
72
+ "language": "vb.net",
73
+ "relative_path": "chunk_records/r2_00001.parquet",
74
+ "rows": 5000
75
+ },
76
+ {
77
+ "category": "chunk_records",
78
+ "language": "vb.net",
79
+ "relative_path": "chunk_records/r2_00002.parquet",
80
+ "rows": 5000
81
+ },
82
+ {
83
+ "category": "chunk_records",
84
+ "language": "vb.net",
85
+ "relative_path": "chunk_records/r2_00003.parquet",
86
+ "rows": 5000
87
+ },
88
+ {
89
+ "category": "chunk_records",
90
+ "language": "vb.net",
91
+ "relative_path": "chunk_records/r2_00004.parquet",
92
+ "rows": 2150
93
+ },
94
+ {
95
+ "category": "chunk_records",
96
+ "language": "vb.net",
97
+ "relative_path": "chunk_records/r3_00000.parquet",
98
+ "rows": 5000
99
+ },
100
+ {
101
+ "category": "chunk_records",
102
+ "language": "vb.net",
103
+ "relative_path": "chunk_records/r3_00001.parquet",
104
+ "rows": 5000
105
+ },
106
+ {
107
+ "category": "chunk_records",
108
+ "language": "vb.net",
109
+ "relative_path": "chunk_records/r3_00002.parquet",
110
+ "rows": 5000
111
+ },
112
+ {
113
+ "category": "chunk_records",
114
+ "language": "vb.net",
115
+ "relative_path": "chunk_records/r3_00003.parquet",
116
+ "rows": 5000
117
+ },
118
+ {
119
+ "category": "chunk_records",
120
+ "language": "vb.net",
121
+ "relative_path": "chunk_records/r3_00004.parquet",
122
+ "rows": 2150
123
+ },
124
+ {
125
+ "category": "chunk_records",
126
+ "language": "vb.net",
127
+ "relative_path": "chunk_records/r4_00000.parquet",
128
+ "rows": 5000
129
+ },
130
+ {
131
+ "category": "chunk_records",
132
+ "language": "vb.net",
133
+ "relative_path": "chunk_records/r4_00001.parquet",
134
+ "rows": 5000
135
+ },
136
+ {
137
+ "category": "chunk_records",
138
+ "language": "vb.net",
139
+ "relative_path": "chunk_records/r4_00002.parquet",
140
+ "rows": 5000
141
+ },
142
+ {
143
+ "category": "chunk_records",
144
+ "language": "vb.net",
145
+ "relative_path": "chunk_records/r4_00003.parquet",
146
+ "rows": 5000
147
+ },
148
+ {
149
+ "category": "chunk_records",
150
+ "language": "vb.net",
151
+ "relative_path": "chunk_records/r4_00004.parquet",
152
+ "rows": 2150
153
+ },
154
+ {
155
+ "category": "chunk_records",
156
+ "language": "vb.net",
157
+ "relative_path": "chunk_records/r5_00000.parquet",
158
+ "rows": 5000
159
+ },
160
+ {
161
+ "category": "chunk_records",
162
+ "language": "vb.net",
163
+ "relative_path": "chunk_records/r5_00001.parquet",
164
+ "rows": 5000
165
+ },
166
+ {
167
+ "category": "chunk_records",
168
+ "language": "vb.net",
169
+ "relative_path": "chunk_records/r5_00002.parquet",
170
+ "rows": 5000
171
+ },
172
+ {
173
+ "category": "chunk_records",
174
+ "language": "vb.net",
175
+ "relative_path": "chunk_records/r5_00003.parquet",
176
+ "rows": 5000
177
+ },
178
+ {
179
+ "category": "chunk_records",
180
+ "language": "vb.net",
181
+ "relative_path": "chunk_records/r5_00004.parquet",
182
+ "rows": 2150
183
+ },
184
+ {
185
+ "category": "chunk_records",
186
+ "language": "vb.net",
187
+ "relative_path": "chunk_records/r6_00000.parquet",
188
+ "rows": 5000
189
+ },
190
+ {
191
+ "category": "chunk_records",
192
+ "language": "vb.net",
193
+ "relative_path": "chunk_records/r6_00001.parquet",
194
+ "rows": 5000
195
+ },
196
+ {
197
+ "category": "chunk_records",
198
+ "language": "vb.net",
199
+ "relative_path": "chunk_records/r6_00002.parquet",
200
+ "rows": 5000
201
+ },
202
+ {
203
+ "category": "chunk_records",
204
+ "language": "vb.net",
205
+ "relative_path": "chunk_records/r6_00003.parquet",
206
+ "rows": 5000
207
+ },
208
+ {
209
+ "category": "chunk_records",
210
+ "language": "vb.net",
211
+ "relative_path": "chunk_records/r6_00004.parquet",
212
+ "rows": 2150
213
+ },
214
+ {
215
+ "category": "chunk_records",
216
+ "language": "vb.net",
217
+ "relative_path": "chunk_records/r7_00000.parquet",
218
+ "rows": 5000
219
+ },
220
+ {
221
+ "category": "chunk_records",
222
+ "language": "vb.net",
223
+ "relative_path": "chunk_records/r7_00001.parquet",
224
+ "rows": 5000
225
+ },
226
+ {
227
+ "category": "chunk_records",
228
+ "language": "vb.net",
229
+ "relative_path": "chunk_records/r7_00002.parquet",
230
+ "rows": 5000
231
+ },
232
+ {
233
+ "category": "chunk_records",
234
+ "language": "vb.net",
235
+ "relative_path": "chunk_records/r7_00003.parquet",
236
+ "rows": 5000
237
+ },
238
+ {
239
+ "category": "chunk_records",
240
+ "language": "vb.net",
241
+ "relative_path": "chunk_records/r7_00004.parquet",
242
+ "rows": 2150
243
+ },
244
+ {
245
+ "category": "question_metadata",
246
+ "language": "vb.net",
247
+ "relative_path": "question_metadata/r0_00000.parquet",
248
+ "rows": 5000
249
+ },
250
+ {
251
+ "category": "question_metadata",
252
+ "language": "vb.net",
253
+ "relative_path": "question_metadata/r0_00001.parquet",
254
+ "rows": 5000
255
+ },
256
+ {
257
+ "category": "question_metadata",
258
+ "language": "vb.net",
259
+ "relative_path": "question_metadata/r0_00002.parquet",
260
+ "rows": 5000
261
+ },
262
+ {
263
+ "category": "question_metadata",
264
+ "language": "vb.net",
265
+ "relative_path": "question_metadata/r0_00003.parquet",
266
+ "rows": 5000
267
+ },
268
+ {
269
+ "category": "question_metadata",
270
+ "language": "vb.net",
271
+ "relative_path": "question_metadata/r0_00004.parquet",
272
+ "rows": 5000
273
+ },
274
+ {
275
+ "category": "question_metadata",
276
+ "language": "vb.net",
277
+ "relative_path": "question_metadata/r0_00005.parquet",
278
+ "rows": 5000
279
+ },
280
+ {
281
+ "category": "question_metadata",
282
+ "language": "vb.net",
283
+ "relative_path": "question_metadata/r0_00006.parquet",
284
+ "rows": 5000
285
+ },
286
+ {
287
+ "category": "question_metadata",
288
+ "language": "vb.net",
289
+ "relative_path": "question_metadata/r0_00007.parquet",
290
+ "rows": 5000
291
+ },
292
+ {
293
+ "category": "question_metadata",
294
+ "language": "vb.net",
295
+ "relative_path": "question_metadata/r0_00008.parquet",
296
+ "rows": 5000
297
+ },
298
+ {
299
+ "category": "question_metadata",
300
+ "language": "vb.net",
301
+ "relative_path": "question_metadata/r0_00009.parquet",
302
+ "rows": 5000
303
+ },
304
+ {
305
+ "category": "question_metadata",
306
+ "language": "vb.net",
307
+ "relative_path": "question_metadata/r0_00010.parquet",
308
+ "rows": 5000
309
+ },
310
+ {
311
+ "category": "question_metadata",
312
+ "language": "vb.net",
313
+ "relative_path": "question_metadata/r0_00011.parquet",
314
+ "rows": 5000
315
+ },
316
+ {
317
+ "category": "question_metadata",
318
+ "language": "vb.net",
319
+ "relative_path": "question_metadata/r0_00012.parquet",
320
+ "rows": 5000
321
+ },
322
+ {
323
+ "category": "question_metadata",
324
+ "language": "vb.net",
325
+ "relative_path": "question_metadata/r0_00013.parquet",
326
+ "rows": 5000
327
+ },
328
+ {
329
+ "category": "question_metadata",
330
+ "language": "vb.net",
331
+ "relative_path": "question_metadata/r0_00014.parquet",
332
+ "rows": 5000
333
+ },
334
+ {
335
+ "category": "question_metadata",
336
+ "language": "vb.net",
337
+ "relative_path": "question_metadata/r0_00015.parquet",
338
+ "rows": 5000
339
+ },
340
+ {
341
+ "category": "question_metadata",
342
+ "language": "vb.net",
343
+ "relative_path": "question_metadata/r0_00016.parquet",
344
+ "rows": 5000
345
+ },
346
+ {
347
+ "category": "question_metadata",
348
+ "language": "vb.net",
349
+ "relative_path": "question_metadata/r0_00017.parquet",
350
+ "rows": 5000
351
+ },
352
+ {
353
+ "category": "question_metadata",
354
+ "language": "vb.net",
355
+ "relative_path": "question_metadata/r0_00018.parquet",
356
+ "rows": 5000
357
+ },
358
+ {
359
+ "category": "question_metadata",
360
+ "language": "vb.net",
361
+ "relative_path": "question_metadata/r0_00019.parquet",
362
+ "rows": 5000
363
+ },
364
+ {
365
+ "category": "question_metadata",
366
+ "language": "vb.net",
367
+ "relative_path": "question_metadata/r0_00020.parquet",
368
+ "rows": 5000
369
+ },
370
+ {
371
+ "category": "question_metadata",
372
+ "language": "vb.net",
373
+ "relative_path": "question_metadata/r0_00021.parquet",
374
+ "rows": 5000
375
+ },
376
+ {
377
+ "category": "question_metadata",
378
+ "language": "vb.net",
379
+ "relative_path": "question_metadata/r0_00022.parquet",
380
+ "rows": 5000
381
+ },
382
+ {
383
+ "category": "question_metadata",
384
+ "language": "vb.net",
385
+ "relative_path": "question_metadata/r0_00023.parquet",
386
+ "rows": 5000
387
+ },
388
+ {
389
+ "category": "question_metadata",
390
+ "language": "vb.net",
391
+ "relative_path": "question_metadata/r0_00024.parquet",
392
+ "rows": 5000
393
+ },
394
+ {
395
+ "category": "question_metadata",
396
+ "language": "vb.net",
397
+ "relative_path": "question_metadata/r0_00025.parquet",
398
+ "rows": 5000
399
+ },
400
+ {
401
+ "category": "question_metadata",
402
+ "language": "vb.net",
403
+ "relative_path": "question_metadata/r0_00026.parquet",
404
+ "rows": 5000
405
+ },
406
+ {
407
+ "category": "question_metadata",
408
+ "language": "vb.net",
409
+ "relative_path": "question_metadata/r0_00027.parquet",
410
+ "rows": 5000
411
+ },
412
+ {
413
+ "category": "question_metadata",
414
+ "language": "vb.net",
415
+ "relative_path": "question_metadata/r0_00028.parquet",
416
+ "rows": 421
417
+ }
418
+ ],
419
+ "language": "vb.net",
420
+ "source": "vector_dataset_language_folder",
421
+ "total_rows": 317622
422
+ }
question_metadata/r0_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2c1742e589b0dd6d82997d94f32dda4a6cca07bd9a46a6d4dda1d66b5fb0d45
3
+ size 8102619
question_metadata/r0_00008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2f47ed04568969dd2c9193d5c538f932a8d766c363853ee4e73526f99a8dace
3
+ size 8800141
question_metadata/r0_00011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bca874d7b7b77f2532828f13bb4c50d88b44490ee87d2ff01f7dc9eeab74df0e
3
+ size 9002673
question_metadata/r0_00014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9c26a7555d10e2fc8479db2cf0e5b551977b332dcfa64085cd024111a408fe4
3
+ size 8329308
question_metadata/r0_00016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60b96c4764107ca63764f9ffa9eb1cfe078ecdcc5707b11436c85156dca03cb6
3
+ size 8654712
question_metadata/r0_00017.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01337922962bad9fcc70951e7d292f44be37ceabbb35875e1e7ed4de2bbdc1e6
3
+ size 8613130
question_metadata/r0_00024.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47c2ff46ee782a5cdae00ab8a08dd52329c1512174ab51053f2a419897687f8b
3
+ size 8887228
question_metadata/r0_00026.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ad5960010fe4ceddb18fd12efce93c235b272d4ddadc5b113b7c2b0c74dde49
3
+ size 8776429
question_metadata/r0_00027.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ed77c2911e3fdae1b65c6c0918e096bc1588453e16a604894c14a6f3941d008
3
+ size 8646313