Mo7art commited on
Commit
1f8a693
·
verified ·
1 Parent(s): f50f59e

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +6 -0
  2. README.md +137 -0
  3. chunk_records/r0_00000.parquet +3 -0
  4. chunk_records/r0_00001.parquet +3 -0
  5. chunk_records/r0_00002.parquet +3 -0
  6. chunk_records/r0_00003.parquet +3 -0
  7. chunk_records/r0_00004.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_00004.parquet +3 -0
  13. chunk_records/r2_00000.parquet +3 -0
  14. chunk_records/r2_00001.parquet +3 -0
  15. chunk_records/r2_00002.parquet +3 -0
  16. chunk_records/r2_00003.parquet +3 -0
  17. chunk_records/r2_00004.parquet +3 -0
  18. chunk_records/r3_00000.parquet +3 -0
  19. chunk_records/r3_00001.parquet +3 -0
  20. chunk_records/r3_00002.parquet +3 -0
  21. chunk_records/r3_00003.parquet +3 -0
  22. chunk_records/r3_00004.parquet +3 -0
  23. chunk_records/r4_00000.parquet +3 -0
  24. chunk_records/r4_00001.parquet +3 -0
  25. chunk_records/r4_00002.parquet +3 -0
  26. chunk_records/r4_00003.parquet +3 -0
  27. chunk_records/r4_00004.parquet +3 -0
  28. chunk_records/r5_00000.parquet +3 -0
  29. chunk_records/r5_00001.parquet +3 -0
  30. chunk_records/r5_00002.parquet +3 -0
  31. chunk_records/r5_00003.parquet +3 -0
  32. chunk_records/r5_00004.parquet +3 -0
  33. chunk_records/r6_00000.parquet +3 -0
  34. chunk_records/r6_00001.parquet +3 -0
  35. chunk_records/r6_00002.parquet +3 -0
  36. chunk_records/r6_00003.parquet +3 -0
  37. chunk_records/r6_00004.parquet +3 -0
  38. chunk_records/r7_00000.parquet +3 -0
  39. chunk_records/r7_00001.parquet +3 -0
  40. chunk_records/r7_00002.parquet +3 -0
  41. chunk_records/r7_00003.parquet +3 -0
  42. chunk_records/r7_00004.parquet +3 -0
  43. dataset_manifest.json +311 -0
  44. qdrant_snapshots/archives/stackoverflow_csharp_vector.snapshot.zst.part_016 +3 -0
  45. qdrant_snapshots/archives/stackoverflow_csharp_vector.snapshot.zst.part_031 +3 -0
  46. qdrant_snapshots/archives/stackoverflow_csharp_vector.snapshot.zst.part_033 +3 -0
  47. qdrant_snapshots/archives/stackoverflow_csharp_vector.snapshot.zst.part_037 +3 -0
  48. qdrant_snapshots/archives/stackoverflow_csharp_vector.snapshot.zst.part_041 +3 -0
  49. qdrant_snapshots/archives/stackoverflow_csharp_vector.snapshot.zst.part_047 +3 -0
  50. qdrant_snapshots/collections_manifest.json +141 -0
.gitattributes CHANGED
@@ -58,3 +58,9 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
+ qdrant_snapshots/archives/stackoverflow_csharp_vector.snapshot.zst.part_047 filter=lfs diff=lfs merge=lfs -text
62
+ qdrant_snapshots/archives/stackoverflow_csharp_vector.snapshot.zst.part_041 filter=lfs diff=lfs merge=lfs -text
63
+ qdrant_snapshots/archives/stackoverflow_csharp_vector.snapshot.zst.part_031 filter=lfs diff=lfs merge=lfs -text
64
+ qdrant_snapshots/archives/stackoverflow_csharp_vector.snapshot.zst.part_016 filter=lfs diff=lfs merge=lfs -text
65
+ qdrant_snapshots/archives/stackoverflow_csharp_vector.snapshot.zst.part_037 filter=lfs diff=lfs merge=lfs -text
66
+ qdrant_snapshots/archives/stackoverflow_csharp_vector.snapshot.zst.part_033 filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,137 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - vector-database
4
+ - embeddings
5
+ - parquet
6
+ - qdrant
7
+ - stackoverflow
8
+ - question-answering
9
+ pretty_name: StackOverflow Vector Dataset - C#
10
+ license: cc-by-sa-4.0
11
+ size_categories:
12
+ - 1M<n<10M
13
+ ---
14
+
15
+ # C# StackOverflow Vector Dataset
16
+
17
+ ## Summary
18
+
19
+ This repository contains the C# shard of the Stack2Graph vector retrieval dataset.
20
+ Each Hugging Face dataset repository contains one programming-language shard and is intended to restore or rebuild the Qdrant collection `stackoverflow_csharp_vector`.
21
+
22
+ The dataset is the vector counterpart to the Stack2Graph RDF knowledge graph. It is designed for hybrid retrieval, graph entry-point finding, and retrieval-augmented generation experiments over Stack Overflow content.
23
+
24
+ Stack2Graph source:
25
+ [https://github.com/tha-atlas/Stack2Graph](https://github.com/tha-atlas/Stack2Graph)
26
+
27
+ ## Repository Layout
28
+
29
+ ```text
30
+ README.md
31
+ dataset_manifest.json
32
+ qdrant_snapshots/
33
+ collections_manifest.json
34
+ stackoverflow_csharp_vector.tar.zst
35
+ stackoverflow_csharp_vector.snapshot.zst.part_000
36
+ ...
37
+ question_metadata/
38
+ r0_00000.parquet
39
+ chunk_records/
40
+ r0_00000.parquet
41
+ question_records/
42
+ r0_00000.parquet
43
+ ```
44
+
45
+ - `dataset_manifest.json`: language-scoped manifest listing the files in this shard.
46
+ - `qdrant_snapshots/collections_manifest.json`: language-scoped Qdrant snapshot manifest.
47
+ - `qdrant_snapshots/stackoverflow_csharp_vector.*`: optional Qdrant restore artifact files for `stackoverflow_csharp_vector`.
48
+ - `question_metadata/*.parquet`: question-level metadata used by parent-child chunk retrieval.
49
+ - `chunk_records/*.parquet`: chunk-level vector rows when parent-child indexing is enabled.
50
+ - `question_records/*.parquet`: question-level vector rows when non-chunked export is used.
51
+
52
+ The Hugging Face upload is one repository per language. During upload, the local leading language directory is removed, so local files such as `csharp/chunk_records/r0_00000.parquet` appear in this repository as `chunk_records/r0_00000.parquet`.
53
+
54
+ ## Data Model
55
+
56
+ Rows are derived from Stack Overflow questions tagged for C#.
57
+
58
+ The current Stack2Graph vector pipeline uses:
59
+
60
+ - dense vectors from `Qwen/Qwen3-Embedding-8B`
61
+ - 4096-dimensional dense embeddings with last-token pooling
62
+ - instruction-aware query embedding for retrieval
63
+ - sparse lexical vectors from `BAAI/bge-m3`
64
+ - unified question text containing title, tags, cleaned problem text, and code
65
+ - optional parent-child indexing where chunk hits collapse back to parent question IDs
66
+
67
+ When Qdrant snapshots are included, they are the fastest restore path. The Parquet files remain the portable fallback for rebuilding the collection.
68
+
69
+ ## Coverage
70
+
71
+ This repository contains only the C# shard. A Stack Overflow question can appear in more than one language shard when it has multiple programming-language tags.
72
+
73
+ The dataset is not a complete Stack Overflow mirror. Full question and answer graph context lives in the corresponding Stack2Graph knowledge graph artifacts; the vector dataset stores retrieval rows, vectors, sparse weights, and routing metadata.
74
+
75
+ ## Recommended Use
76
+
77
+ Use this dataset for:
78
+
79
+ - semantic and hybrid retrieval
80
+ - Qdrant restore or ingestion tests
81
+ - Stack2Graph RAG experiments
82
+ - graph entry-point retrieval before QLever graph expansion
83
+ - vector database benchmarking and diagnostics
84
+
85
+ This dataset is not intended as a standalone supervised training dataset.
86
+
87
+ ## Restore With Stack2Graph
88
+
89
+ You do not need to regenerate embeddings to use this dataset.
90
+
91
+ Typical workflow:
92
+
93
+ 1. Clone Stack2Graph and configure `.env` with service paths and HF token.
94
+ 2. Start local services:
95
+
96
+ ```bash
97
+ docker compose up -d
98
+ ```
99
+
100
+ 3. Download and restore vector artifacts:
101
+
102
+ ```bash
103
+ python -m experiment.sources.hf --skip-kg
104
+ ```
105
+
106
+ The loader restores Qdrant snapshots when present and falls back to Parquet ingestion when snapshots are unavailable.
107
+
108
+ ## Manual Use
109
+
110
+ For manual use, inspect `dataset_manifest.json`, then either:
111
+
112
+ - restore the Qdrant snapshot artifacts under `qdrant_snapshots/`, or
113
+ - ingest the listed Parquet shards into a compatible vector database.
114
+
115
+ The target Qdrant collection name is:
116
+
117
+ ```text
118
+ stackoverflow_csharp_vector
119
+ ```
120
+
121
+ ## Quality Notes
122
+
123
+ - Embedding quality depends on the configured Stack2Graph export pipeline and model versions.
124
+ - Sparse text can be generated from the same unified text as dense embeddings or from a lexical variant, depending on export configuration.
125
+ - Community-generated Stack Overflow content may contain errors, outdated information, bias, or incomplete answers.
126
+ - Rebuilding from Parquet may produce operational differences if Qdrant collection settings differ from the original export.
127
+
128
+ ## License And Attribution
129
+
130
+ This dataset is derived from Stack Overflow content and is distributed under `CC-BY-SA-4.0`.
131
+ Preserve required attribution and license notices when redistributing derived artifacts.
132
+
133
+ ## Citation
134
+
135
+ If you use this dataset, cite the Stack2Graph project and preserve Stack Overflow attribution requirements:
136
+
137
+ - 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:2522d95fa7676d34febf973170250851ac8223bd7327021e24e252949a428a9e
3
+ size 365172442
chunk_records/r0_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15f8afdeddeec660f6294ea88bf64efc4b79e82c8a87198bec0799f7a4a01ae6
3
+ size 364806384
chunk_records/r0_00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ff187f891ab4b147d001f4153a130ecc9a3642465acae8fda6f7c1630470766
3
+ size 363661085
chunk_records/r0_00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9148ab9cc513ae726cd35b127119a88adff96fd7ad124487fc1d740b71c08fe9
3
+ size 364694900
chunk_records/r0_00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ece4bc3503d333e8ab22bb07ad67ed3ee75f0e312f66617626e1770b6ac7b71d
3
+ size 157011099
chunk_records/r1_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21f90400e9a9e8950a80e0e90f69c499ee3deee3d7fab5ceff08dad6cbe40e61
3
+ size 365189505
chunk_records/r1_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58d955a19b447b01bc8094088d8a2d40955c157015f2dfa7f26c5b1f11955bbe
3
+ size 364774972
chunk_records/r1_00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e476accc0253531b30de83e43d6146a2f6bc8e15f1a3054804bd7a9b70e3eb7
3
+ size 363620414
chunk_records/r1_00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1033b11ee4c66bc3827feff28f36de01e675b07bd6b2969fc07b85312473b31
3
+ size 364709879
chunk_records/r1_00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d39aa352b3e0b6dc23b6395189854d0476953275a496354a6fb8a376a697b7c2
3
+ size 157060305
chunk_records/r2_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7fddcf46ad7a693488ac1f399510c1711681fb63d78ea8e426a5655cc9b58a88
3
+ size 365220246
chunk_records/r2_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0f93c11a2ae5e1a683f8955e73a958fccee3ad01af87b965aa4068c15158de1
3
+ size 364794005
chunk_records/r2_00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32292ce05e0bde438d2ca3d9f6c523bee5470b45f2f21cfe402c2d79b5c8e4a4
3
+ size 363599092
chunk_records/r2_00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4ba16ec8e35c21e313ef5a8f6b648f0a7ab86126367c0bb6fca3b12a51309aa
3
+ size 364684541
chunk_records/r2_00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4088d7cf96bc9b314a4b2e34bda37b8f69df4b86115cbaceefed372a474a39f
3
+ size 157042617
chunk_records/r3_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbd99f8b8f7657786985e78a83fe49f8329092178eda4b587e61e4e0417dd28a
3
+ size 365209698
chunk_records/r3_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69cf46fcd1e7d91365e087aeb8e8f66e9c31d23b5ab78c12c70ef5ebce4c4f3f
3
+ size 364728188
chunk_records/r3_00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d17d8602b95bc16237b1340bd1e35eabbb1d316ba0b268a2beb3b6850b7effa0
3
+ size 363596525
chunk_records/r3_00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98218c22a80b0f658cd3f154a0e987e6c4b78df8dc8d69ae7e622db8a0901659
3
+ size 364679688
chunk_records/r3_00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c0790c555588779f27288fb734f4890447afa16a46a4c4ac7428794d676dddf
3
+ size 157043923
chunk_records/r4_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2095053c957c4b11a8dd813f146ff3dcc3c3a872b78be6ca827d2f186882ba86
3
+ size 365208714
chunk_records/r4_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a2fa0d36d2bd82b5bd792d4a9f748d215cfd53c6bbfb38a7f257e72471b381b
3
+ size 364691324
chunk_records/r4_00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a26dd4487cfa50a25736dcbdfad4ad891a77b63612f18dd1382b270409637af
3
+ size 363513150
chunk_records/r4_00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb2047a402d77f5b95949a380d2a06783853d77e87e793d9ff05fca99d0e03f8
3
+ size 364749543
chunk_records/r4_00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:462d0bee7a3807f2fbc0a2a682da23ecfd3c54a3617ff75566e1f041b6aa6629
3
+ size 157031320
chunk_records/r5_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80d7f8e384016eed6bd055905472335e7622c610fee51cffaf35f4dcde1ea3d4
3
+ size 365236139
chunk_records/r5_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0de1c447668747b0bd6b996dcc521460318dbf9903b3970c5d960476d24570ac
3
+ size 364727161
chunk_records/r5_00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:972a16d70008b18ac76af5cb2787e3f6ae90cb09c544a63f4a6eb6f29ab5002b
3
+ size 363580020
chunk_records/r5_00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26afaedc5ffa40cf479b443c803473a65361e0f87e3d3687319ddd2b41a922e0
3
+ size 364717401
chunk_records/r5_00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1dcdd3e2eb4a59dc127129a478cd98f929e3c34e44cfbdb8e03aee6089f039e1
3
+ size 157054337
chunk_records/r6_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14629892728403f73eb4223a39e5d64bb9feae8b0368b1982c988fdc1c717e86
3
+ size 365286566
chunk_records/r6_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6fc40f171054a5a949a57d227888d362aecbfe60a55dff50ee1f72a8598a76c4
3
+ size 364786744
chunk_records/r6_00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2269c991bb939587a27b865d1ed3c667cbf1e7c62071789dffa85167114e1cf0
3
+ size 363585018
chunk_records/r6_00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fcee2c752bbb3f7af2468260790bad54edb913e0f03951c12b8a34b3251077a
3
+ size 364665770
chunk_records/r6_00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d451f3737c4eb0580a7400c2440a8af4e15336c7f2fc58f5b4e712f1f00f1e0
3
+ size 157048815
chunk_records/r7_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb30fcb46b86bb0b0ef6e4c32e7a7760d54a53131898f187133fa83586eddbc5
3
+ size 365215526
chunk_records/r7_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a903cd4b4ed17b88a6f058b644c52a7d9243f92f2dd37c0107f53deda3bbf78
3
+ size 364789980
chunk_records/r7_00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34e76d8e22b6654aa4e290de2e62aeb4e22d1856084e1e5c19dbcbf6c56ceada
3
+ size 363569411
chunk_records/r7_00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a7ef38b36d9d161e0ae85865cd960a6499577cc2f72865ce0ae8425a5a5bbb0
3
+ size 364622290
chunk_records/r7_00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8df90a36b9cbafad7e567f4f2b773d3828f7b4e8ec1c06ef8c5ecada3c78154
3
+ size 157047193
dataset_manifest.json ADDED
@@ -0,0 +1,311 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "file_count": 41,
3
+ "files": [
4
+ {
5
+ "category": "chunk_records",
6
+ "language": "csharp",
7
+ "relative_path": "chunk_records/r0_00000.parquet",
8
+ "rows": 58688
9
+ },
10
+ {
11
+ "category": "chunk_records",
12
+ "language": "csharp",
13
+ "relative_path": "chunk_records/r0_00001.parquet",
14
+ "rows": 57792
15
+ },
16
+ {
17
+ "category": "chunk_records",
18
+ "language": "csharp",
19
+ "relative_path": "chunk_records/r0_00002.parquet",
20
+ "rows": 56896
21
+ },
22
+ {
23
+ "category": "chunk_records",
24
+ "language": "csharp",
25
+ "relative_path": "chunk_records/r0_00003.parquet",
26
+ "rows": 56448
27
+ },
28
+ {
29
+ "category": "chunk_records",
30
+ "language": "csharp",
31
+ "relative_path": "chunk_records/r0_00004.parquet",
32
+ "rows": 24231
33
+ },
34
+ {
35
+ "category": "chunk_records",
36
+ "language": "csharp",
37
+ "relative_path": "chunk_records/r1_00000.parquet",
38
+ "rows": 58688
39
+ },
40
+ {
41
+ "category": "chunk_records",
42
+ "language": "csharp",
43
+ "relative_path": "chunk_records/r1_00001.parquet",
44
+ "rows": 57792
45
+ },
46
+ {
47
+ "category": "chunk_records",
48
+ "language": "csharp",
49
+ "relative_path": "chunk_records/r1_00002.parquet",
50
+ "rows": 56896
51
+ },
52
+ {
53
+ "category": "chunk_records",
54
+ "language": "csharp",
55
+ "relative_path": "chunk_records/r1_00003.parquet",
56
+ "rows": 56448
57
+ },
58
+ {
59
+ "category": "chunk_records",
60
+ "language": "csharp",
61
+ "relative_path": "chunk_records/r1_00004.parquet",
62
+ "rows": 24231
63
+ },
64
+ {
65
+ "category": "chunk_records",
66
+ "language": "csharp",
67
+ "relative_path": "chunk_records/r2_00000.parquet",
68
+ "rows": 58688
69
+ },
70
+ {
71
+ "category": "chunk_records",
72
+ "language": "csharp",
73
+ "relative_path": "chunk_records/r2_00001.parquet",
74
+ "rows": 57792
75
+ },
76
+ {
77
+ "category": "chunk_records",
78
+ "language": "csharp",
79
+ "relative_path": "chunk_records/r2_00002.parquet",
80
+ "rows": 56896
81
+ },
82
+ {
83
+ "category": "chunk_records",
84
+ "language": "csharp",
85
+ "relative_path": "chunk_records/r2_00003.parquet",
86
+ "rows": 56448
87
+ },
88
+ {
89
+ "category": "chunk_records",
90
+ "language": "csharp",
91
+ "relative_path": "chunk_records/r2_00004.parquet",
92
+ "rows": 24231
93
+ },
94
+ {
95
+ "category": "chunk_records",
96
+ "language": "csharp",
97
+ "relative_path": "chunk_records/r3_00000.parquet",
98
+ "rows": 58688
99
+ },
100
+ {
101
+ "category": "chunk_records",
102
+ "language": "csharp",
103
+ "relative_path": "chunk_records/r3_00001.parquet",
104
+ "rows": 57792
105
+ },
106
+ {
107
+ "category": "chunk_records",
108
+ "language": "csharp",
109
+ "relative_path": "chunk_records/r3_00002.parquet",
110
+ "rows": 56896
111
+ },
112
+ {
113
+ "category": "chunk_records",
114
+ "language": "csharp",
115
+ "relative_path": "chunk_records/r3_00003.parquet",
116
+ "rows": 56448
117
+ },
118
+ {
119
+ "category": "chunk_records",
120
+ "language": "csharp",
121
+ "relative_path": "chunk_records/r3_00004.parquet",
122
+ "rows": 24231
123
+ },
124
+ {
125
+ "category": "chunk_records",
126
+ "language": "csharp",
127
+ "relative_path": "chunk_records/r4_00000.parquet",
128
+ "rows": 58688
129
+ },
130
+ {
131
+ "category": "chunk_records",
132
+ "language": "csharp",
133
+ "relative_path": "chunk_records/r4_00001.parquet",
134
+ "rows": 57792
135
+ },
136
+ {
137
+ "category": "chunk_records",
138
+ "language": "csharp",
139
+ "relative_path": "chunk_records/r4_00002.parquet",
140
+ "rows": 56896
141
+ },
142
+ {
143
+ "category": "chunk_records",
144
+ "language": "csharp",
145
+ "relative_path": "chunk_records/r4_00003.parquet",
146
+ "rows": 56448
147
+ },
148
+ {
149
+ "category": "chunk_records",
150
+ "language": "csharp",
151
+ "relative_path": "chunk_records/r4_00004.parquet",
152
+ "rows": 24231
153
+ },
154
+ {
155
+ "category": "chunk_records",
156
+ "language": "csharp",
157
+ "relative_path": "chunk_records/r5_00000.parquet",
158
+ "rows": 58688
159
+ },
160
+ {
161
+ "category": "chunk_records",
162
+ "language": "csharp",
163
+ "relative_path": "chunk_records/r5_00001.parquet",
164
+ "rows": 57792
165
+ },
166
+ {
167
+ "category": "chunk_records",
168
+ "language": "csharp",
169
+ "relative_path": "chunk_records/r5_00002.parquet",
170
+ "rows": 56896
171
+ },
172
+ {
173
+ "category": "chunk_records",
174
+ "language": "csharp",
175
+ "relative_path": "chunk_records/r5_00003.parquet",
176
+ "rows": 56448
177
+ },
178
+ {
179
+ "category": "chunk_records",
180
+ "language": "csharp",
181
+ "relative_path": "chunk_records/r5_00004.parquet",
182
+ "rows": 24231
183
+ },
184
+ {
185
+ "category": "chunk_records",
186
+ "language": "csharp",
187
+ "relative_path": "chunk_records/r6_00000.parquet",
188
+ "rows": 58688
189
+ },
190
+ {
191
+ "category": "chunk_records",
192
+ "language": "csharp",
193
+ "relative_path": "chunk_records/r6_00001.parquet",
194
+ "rows": 57792
195
+ },
196
+ {
197
+ "category": "chunk_records",
198
+ "language": "csharp",
199
+ "relative_path": "chunk_records/r6_00002.parquet",
200
+ "rows": 56896
201
+ },
202
+ {
203
+ "category": "chunk_records",
204
+ "language": "csharp",
205
+ "relative_path": "chunk_records/r6_00003.parquet",
206
+ "rows": 56448
207
+ },
208
+ {
209
+ "category": "chunk_records",
210
+ "language": "csharp",
211
+ "relative_path": "chunk_records/r6_00004.parquet",
212
+ "rows": 24231
213
+ },
214
+ {
215
+ "category": "chunk_records",
216
+ "language": "csharp",
217
+ "relative_path": "chunk_records/r7_00000.parquet",
218
+ "rows": 58688
219
+ },
220
+ {
221
+ "category": "chunk_records",
222
+ "language": "csharp",
223
+ "relative_path": "chunk_records/r7_00001.parquet",
224
+ "rows": 57792
225
+ },
226
+ {
227
+ "category": "chunk_records",
228
+ "language": "csharp",
229
+ "relative_path": "chunk_records/r7_00002.parquet",
230
+ "rows": 56896
231
+ },
232
+ {
233
+ "category": "chunk_records",
234
+ "language": "csharp",
235
+ "relative_path": "chunk_records/r7_00003.parquet",
236
+ "rows": 56448
237
+ },
238
+ {
239
+ "category": "chunk_records",
240
+ "language": "csharp",
241
+ "relative_path": "chunk_records/r7_00004.parquet",
242
+ "rows": 24231
243
+ },
244
+ {
245
+ "category": "question_metadata",
246
+ "language": "csharp",
247
+ "relative_path": "question_metadata/r0_00000.parquet",
248
+ "rows": 1624954
249
+ }
250
+ ],
251
+ "language": "csharp",
252
+ "qdrant_snapshot": {
253
+ "artifact_files": [
254
+ "stackoverflow_csharp_vector.snapshot.zst.part_000",
255
+ "stackoverflow_csharp_vector.snapshot.zst.part_001",
256
+ "stackoverflow_csharp_vector.snapshot.zst.part_002",
257
+ "stackoverflow_csharp_vector.snapshot.zst.part_003",
258
+ "stackoverflow_csharp_vector.snapshot.zst.part_004",
259
+ "stackoverflow_csharp_vector.snapshot.zst.part_005",
260
+ "stackoverflow_csharp_vector.snapshot.zst.part_006",
261
+ "stackoverflow_csharp_vector.snapshot.zst.part_007",
262
+ "stackoverflow_csharp_vector.snapshot.zst.part_008",
263
+ "stackoverflow_csharp_vector.snapshot.zst.part_009",
264
+ "stackoverflow_csharp_vector.snapshot.zst.part_010",
265
+ "stackoverflow_csharp_vector.snapshot.zst.part_011",
266
+ "stackoverflow_csharp_vector.snapshot.zst.part_012",
267
+ "stackoverflow_csharp_vector.snapshot.zst.part_013",
268
+ "stackoverflow_csharp_vector.snapshot.zst.part_014",
269
+ "stackoverflow_csharp_vector.snapshot.zst.part_015",
270
+ "stackoverflow_csharp_vector.snapshot.zst.part_016",
271
+ "stackoverflow_csharp_vector.snapshot.zst.part_017",
272
+ "stackoverflow_csharp_vector.snapshot.zst.part_018",
273
+ "stackoverflow_csharp_vector.snapshot.zst.part_019",
274
+ "stackoverflow_csharp_vector.snapshot.zst.part_020",
275
+ "stackoverflow_csharp_vector.snapshot.zst.part_021",
276
+ "stackoverflow_csharp_vector.snapshot.zst.part_022",
277
+ "stackoverflow_csharp_vector.snapshot.zst.part_023",
278
+ "stackoverflow_csharp_vector.snapshot.zst.part_024",
279
+ "stackoverflow_csharp_vector.snapshot.zst.part_025",
280
+ "stackoverflow_csharp_vector.snapshot.zst.part_026",
281
+ "stackoverflow_csharp_vector.snapshot.zst.part_027",
282
+ "stackoverflow_csharp_vector.snapshot.zst.part_028",
283
+ "stackoverflow_csharp_vector.snapshot.zst.part_029",
284
+ "stackoverflow_csharp_vector.snapshot.zst.part_030",
285
+ "stackoverflow_csharp_vector.snapshot.zst.part_031",
286
+ "stackoverflow_csharp_vector.snapshot.zst.part_032",
287
+ "stackoverflow_csharp_vector.snapshot.zst.part_033",
288
+ "stackoverflow_csharp_vector.snapshot.zst.part_034",
289
+ "stackoverflow_csharp_vector.snapshot.zst.part_035",
290
+ "stackoverflow_csharp_vector.snapshot.zst.part_036",
291
+ "stackoverflow_csharp_vector.snapshot.zst.part_037",
292
+ "stackoverflow_csharp_vector.snapshot.zst.part_038",
293
+ "stackoverflow_csharp_vector.snapshot.zst.part_039",
294
+ "stackoverflow_csharp_vector.snapshot.zst.part_040",
295
+ "stackoverflow_csharp_vector.snapshot.zst.part_041",
296
+ "stackoverflow_csharp_vector.snapshot.zst.part_042",
297
+ "stackoverflow_csharp_vector.snapshot.zst.part_043",
298
+ "stackoverflow_csharp_vector.snapshot.zst.part_044",
299
+ "stackoverflow_csharp_vector.snapshot.zst.part_045",
300
+ "stackoverflow_csharp_vector.snapshot.zst.part_046",
301
+ "stackoverflow_csharp_vector.snapshot.zst.part_047"
302
+ ],
303
+ "artifact_format": "zstd_split",
304
+ "collection_name": "stackoverflow_csharp_vector",
305
+ "manifest_path": "/var/stackoverflow_data/vector_dataset_archives/hf_upload_folder/csharp/qdrant_snapshots/collections_manifest.json",
306
+ "points_count": 2032440,
307
+ "snapshot_file": "snapshots/stackoverflow_csharp_vector.snapshot"
308
+ },
309
+ "source": "vector_dataset_language_folder",
310
+ "total_rows": 3657394
311
+ }
qdrant_snapshots/archives/stackoverflow_csharp_vector.snapshot.zst.part_016 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:384a146a747da8fde956bd15bd6ccbeabd5f1013a2bfa85e2634b4de3efcf81a
3
+ size 1000000000
qdrant_snapshots/archives/stackoverflow_csharp_vector.snapshot.zst.part_031 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8efc7e44161ceec6cd258bb19eade957038bc418dd6d8afe6683f410d3bbe50f
3
+ size 1000000000
qdrant_snapshots/archives/stackoverflow_csharp_vector.snapshot.zst.part_033 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8fb27d1e27deb122071fd96c6c87bac8b0a77fe4e5c4d88cb743c8a7155be0a
3
+ size 1000000000
qdrant_snapshots/archives/stackoverflow_csharp_vector.snapshot.zst.part_037 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:082b3206408484a4d6ac15394a076f3ea25ec49fc916cbf1df6bc2a61ff5f597
3
+ size 1000000000
qdrant_snapshots/archives/stackoverflow_csharp_vector.snapshot.zst.part_041 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7139dcadec920705c659856dba397204dcb406cce35dcf0da587f269353104c
3
+ size 1000000000
qdrant_snapshots/archives/stackoverflow_csharp_vector.snapshot.zst.part_047 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:222721cd262af0b1c59dfee4cd4dad27c073299c19299c846a8d056caf5511a1
3
+ size 234808812
qdrant_snapshots/collections_manifest.json ADDED
@@ -0,0 +1,141 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "archive_dir": "archives",
3
+ "archive_format": "mixed",
4
+ "archive_parts": [],
5
+ "archive_size_limit_bytes": 1000000000,
6
+ "collection_glob": "stackoverflow_csharp_vector",
7
+ "collections": [
8
+ {
9
+ "archive_file": null,
10
+ "artifact_files": [
11
+ "archives/stackoverflow_csharp_vector.snapshot.zst.part_000",
12
+ "archives/stackoverflow_csharp_vector.snapshot.zst.part_001",
13
+ "archives/stackoverflow_csharp_vector.snapshot.zst.part_002",
14
+ "archives/stackoverflow_csharp_vector.snapshot.zst.part_003",
15
+ "archives/stackoverflow_csharp_vector.snapshot.zst.part_004",
16
+ "archives/stackoverflow_csharp_vector.snapshot.zst.part_005",
17
+ "archives/stackoverflow_csharp_vector.snapshot.zst.part_006",
18
+ "archives/stackoverflow_csharp_vector.snapshot.zst.part_007",
19
+ "archives/stackoverflow_csharp_vector.snapshot.zst.part_008",
20
+ "archives/stackoverflow_csharp_vector.snapshot.zst.part_009",
21
+ "archives/stackoverflow_csharp_vector.snapshot.zst.part_010",
22
+ "archives/stackoverflow_csharp_vector.snapshot.zst.part_011",
23
+ "archives/stackoverflow_csharp_vector.snapshot.zst.part_012",
24
+ "archives/stackoverflow_csharp_vector.snapshot.zst.part_013",
25
+ "archives/stackoverflow_csharp_vector.snapshot.zst.part_014",
26
+ "archives/stackoverflow_csharp_vector.snapshot.zst.part_015",
27
+ "archives/stackoverflow_csharp_vector.snapshot.zst.part_016",
28
+ "archives/stackoverflow_csharp_vector.snapshot.zst.part_017",
29
+ "archives/stackoverflow_csharp_vector.snapshot.zst.part_018",
30
+ "archives/stackoverflow_csharp_vector.snapshot.zst.part_019",
31
+ "archives/stackoverflow_csharp_vector.snapshot.zst.part_020",
32
+ "archives/stackoverflow_csharp_vector.snapshot.zst.part_021",
33
+ "archives/stackoverflow_csharp_vector.snapshot.zst.part_022",
34
+ "archives/stackoverflow_csharp_vector.snapshot.zst.part_023",
35
+ "archives/stackoverflow_csharp_vector.snapshot.zst.part_024",
36
+ "archives/stackoverflow_csharp_vector.snapshot.zst.part_025",
37
+ "archives/stackoverflow_csharp_vector.snapshot.zst.part_026",
38
+ "archives/stackoverflow_csharp_vector.snapshot.zst.part_027",
39
+ "archives/stackoverflow_csharp_vector.snapshot.zst.part_028",
40
+ "archives/stackoverflow_csharp_vector.snapshot.zst.part_029",
41
+ "archives/stackoverflow_csharp_vector.snapshot.zst.part_030",
42
+ "archives/stackoverflow_csharp_vector.snapshot.zst.part_031",
43
+ "archives/stackoverflow_csharp_vector.snapshot.zst.part_032",
44
+ "archives/stackoverflow_csharp_vector.snapshot.zst.part_033",
45
+ "archives/stackoverflow_csharp_vector.snapshot.zst.part_034",
46
+ "archives/stackoverflow_csharp_vector.snapshot.zst.part_035",
47
+ "archives/stackoverflow_csharp_vector.snapshot.zst.part_036",
48
+ "archives/stackoverflow_csharp_vector.snapshot.zst.part_037",
49
+ "archives/stackoverflow_csharp_vector.snapshot.zst.part_038",
50
+ "archives/stackoverflow_csharp_vector.snapshot.zst.part_039",
51
+ "archives/stackoverflow_csharp_vector.snapshot.zst.part_040",
52
+ "archives/stackoverflow_csharp_vector.snapshot.zst.part_041",
53
+ "archives/stackoverflow_csharp_vector.snapshot.zst.part_042",
54
+ "archives/stackoverflow_csharp_vector.snapshot.zst.part_043",
55
+ "archives/stackoverflow_csharp_vector.snapshot.zst.part_044",
56
+ "archives/stackoverflow_csharp_vector.snapshot.zst.part_045",
57
+ "archives/stackoverflow_csharp_vector.snapshot.zst.part_046",
58
+ "archives/stackoverflow_csharp_vector.snapshot.zst.part_047"
59
+ ],
60
+ "artifact_format": "zstd_split",
61
+ "collection_name": "stackoverflow_csharp_vector",
62
+ "config": {
63
+ "config": {
64
+ "hnsw_config": {
65
+ "ef_construct": 100,
66
+ "full_scan_threshold": 10000,
67
+ "m": 16,
68
+ "max_indexing_threads": 16,
69
+ "on_disk": false
70
+ },
71
+ "optimizer_config": {
72
+ "default_segment_number": 0,
73
+ "deleted_threshold": 0.2,
74
+ "flush_interval_sec": 30,
75
+ "indexing_threshold": 20000,
76
+ "vacuum_min_vector_number": 1000
77
+ },
78
+ "params": {
79
+ "on_disk_payload": true,
80
+ "replication_factor": 1,
81
+ "shard_number": 8,
82
+ "sparse_vectors": {
83
+ "sparse": {
84
+ "index": {
85
+ "on_disk": true
86
+ }
87
+ }
88
+ },
89
+ "vectors": {
90
+ "dense": {
91
+ "distance": "Cosine",
92
+ "on_disk": false,
93
+ "size": 4096
94
+ }
95
+ },
96
+ "write_consistency_factor": 1
97
+ },
98
+ "quantization_config": {
99
+ "scalar": {
100
+ "always_ram": true,
101
+ "quantile": 0.99,
102
+ "type": "int8"
103
+ }
104
+ },
105
+ "wal_config": {
106
+ "wal_capacity_mb": 256,
107
+ "wal_retain_closed": 1,
108
+ "wal_segments_ahead": 0
109
+ }
110
+ },
111
+ "indexed_vectors_count": 4064856,
112
+ "optimizer_status": "ok",
113
+ "payload_schema": {},
114
+ "points_count": 2032440,
115
+ "segments_count": 57,
116
+ "status": "green",
117
+ "update_queue": {
118
+ "length": 0
119
+ }
120
+ },
121
+ "points_count": 2032440,
122
+ "segments_count": 57,
123
+ "snapshot_file": "snapshots/stackoverflow_csharp_vector.snapshot",
124
+ "snapshot_name": "stackoverflow_csharp_vector-8271646633244964-2026-07-06-08-48-21.snapshot"
125
+ }
126
+ ],
127
+ "created_at": 1783366787,
128
+ "max_archive_parts": 1000,
129
+ "qdrant_url": "http://localhost:6333",
130
+ "snapshot_dir": "snapshots",
131
+ "snapshot_files": [
132
+ {
133
+ "checksum": "7fc4a5eb33d9b81530a33ecaf72ae4996a1b2f9fb39d772c0b113de1806a6529",
134
+ "collection_name": "stackoverflow_csharp_vector",
135
+ "created_at": "2026-07-06T08:50:00",
136
+ "size_bytes": 47820413440,
137
+ "snapshot_file": "snapshots/stackoverflow_csharp_vector.snapshot",
138
+ "snapshot_name": "stackoverflow_csharp_vector-8271646633244964-2026-07-06-08-48-21.snapshot"
139
+ }
140
+ ]
141
+ }