Mo7art commited on
Commit
f500732
·
verified ·
1 Parent(s): 9e281ba

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 +308 -0
  44. qdrant_snapshots/archives/stackoverflow_php_vector.snapshot.zst.part_000 +3 -0
  45. qdrant_snapshots/archives/stackoverflow_php_vector.snapshot.zst.part_001 +3 -0
  46. qdrant_snapshots/archives/stackoverflow_php_vector.snapshot.zst.part_017 +3 -0
  47. qdrant_snapshots/archives/stackoverflow_php_vector.snapshot.zst.part_033 +3 -0
  48. qdrant_snapshots/archives/stackoverflow_php_vector.snapshot.zst.part_040 +3 -0
  49. qdrant_snapshots/archives/stackoverflow_php_vector.snapshot.zst.part_044 +3 -0
  50. qdrant_snapshots/collections_manifest.json +138 -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_php_vector.snapshot.zst.part_044 filter=lfs diff=lfs merge=lfs -text
62
+ qdrant_snapshots/archives/stackoverflow_php_vector.snapshot.zst.part_017 filter=lfs diff=lfs merge=lfs -text
63
+ qdrant_snapshots/archives/stackoverflow_php_vector.snapshot.zst.part_040 filter=lfs diff=lfs merge=lfs -text
64
+ qdrant_snapshots/archives/stackoverflow_php_vector.snapshot.zst.part_000 filter=lfs diff=lfs merge=lfs -text
65
+ qdrant_snapshots/archives/stackoverflow_php_vector.snapshot.zst.part_033 filter=lfs diff=lfs merge=lfs -text
66
+ qdrant_snapshots/archives/stackoverflow_php_vector.snapshot.zst.part_001 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 - PHP
10
+ license: cc-by-sa-4.0
11
+ size_categories:
12
+ - 1M<n<10M
13
+ ---
14
+
15
+ # PHP StackOverflow Vector Dataset
16
+
17
+ ## Summary
18
+
19
+ This repository contains the PHP 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_php_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_php_vector.tar.zst
35
+ stackoverflow_php_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_php_vector.*`: optional Qdrant restore artifact files for `stackoverflow_php_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 `php/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 PHP.
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 PHP 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_php_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:15462a940d955df49bd7268df79df21a73ded10e9ef1df3bb5da4c77ce8a111c
3
+ size 366867968
chunk_records/r0_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb87a4c764f607997d49e27cd99c64c1c3cc5215d5ca28200f9e87bbb0550930
3
+ size 368176474
chunk_records/r0_00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a26a198fb9c38389178d15da6726138c542e19c255c9751c9e23eeef99f3bec
3
+ size 366604450
chunk_records/r0_00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2ecd4af7f9391048b089e23e35c04bfa7350208e47981e5c870ff6b3db3cab4
3
+ size 366634997
chunk_records/r0_00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:209a147d2ab64fdb1020086d6ea98c2b0c1a405837d1afbace38ad0a404e73bf
3
+ size 51034150
chunk_records/r1_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d075ffbba1cefaaf2d9050faf727cafd811bec0c7ce3d9a942e0972f25f8c4f
3
+ size 366530050
chunk_records/r1_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3ab2e813f37230494b91a7827f0087cd98428056adf8cc94f9f42a9115a9fa6
3
+ size 368128598
chunk_records/r1_00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca08eaa576caeb670c4919aaa3cbc078b956affc3863a469d1c14a040a6fa7d6
3
+ size 366625652
chunk_records/r1_00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c81b461a8f56cb8da03eff5d0e0747ce81c84c6219df3e333764a88ca5a2c777
3
+ size 366577254
chunk_records/r1_00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee54668e92c23b379591c08a9b72714ce45939059acb75c6c91e4389bf19b2f0
3
+ size 51050515
chunk_records/r2_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be61e9a8c3910e7cbe91b179b8874c0df761643273c46660be187b9d7d45fe74
3
+ size 366484384
chunk_records/r2_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f75fbbbee6e0f0608a71d7454b48405570fd4e769ad233e36b68df1dd6cddf0
3
+ size 368107469
chunk_records/r2_00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36ff45da7164d44a23359b16b8bcff782d521027abdb6ef8f76385d934075524
3
+ size 368009301
chunk_records/r2_00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da1b8f6e0126fab94d8b5d5e0ad8908612da1459df946edf631abf60d013334b
3
+ size 366651170
chunk_records/r2_00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:715ac6346d2e189a0158bcd0b9b5a45633d00b29ccba9496aed144af4a38e2ee
3
+ size 49553087
chunk_records/r3_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d541db5d8114092f51731e45ec90d12328799515fc6a006fb3c1b30e4fb4e7a4
3
+ size 366498547
chunk_records/r3_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0d1611ac98becc3b6981cba7dbe03c40d0eb4863eea74eae4b219f7bb1eba38
3
+ size 368171141
chunk_records/r3_00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1990e40c7fadd6a356c9c74ea480ba734434b0e32b29b9d2ec2b503b5d6037fe
3
+ size 366621527
chunk_records/r3_00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65b86b61099faa6d02cc6f4d979f1bcb148ba55c307dc2db17061050d84331b6
3
+ size 366532932
chunk_records/r3_00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:030dd7c58ab8496a50308f7a7f5af255151dc2fdc3d21a14d63ea3d96bc022ac
3
+ size 51061885
chunk_records/r4_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18b93de3da7b4c7039ba0602ded44814972862cecf38ac693dee020b929ec3ab
3
+ size 366544914
chunk_records/r4_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3390878f67b0bce58eda5bb93c975362e98f477872714b09083038034938bcf3
3
+ size 368141397
chunk_records/r4_00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:167167c5cb6600920f802c3f4f1b923403ea85d89fe5a0f9a9bd73b33b9cc97e
3
+ size 366558739
chunk_records/r4_00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f071b4d66423f1993f2a3b28ba8ccac27143e4929a1d24189c2ced86de63a13
3
+ size 366675291
chunk_records/r4_00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a39b30f30c229eb0f20fa47f50532f90add28b1c9b7142f2d0e6d50eb1d5c49
3
+ size 51054958
chunk_records/r5_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2dcb49ab4bf628a70bbb8f071249dbff92c92e94320269d939534bc69049699e
3
+ size 366587406
chunk_records/r5_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89bee64b99f4e883186831e7071af6d34985ca13254426087d78984932bae3cf
3
+ size 368183812
chunk_records/r5_00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe79cf409bb91a5afe7fe581fbf3bd319a2866238e1239eae0312753116f42cd
3
+ size 366532080
chunk_records/r5_00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76a9ee42f4347da7a4caf5bc953513f34843f04099f5c1c7297bd6eaa6a9c9e6
3
+ size 366584743
chunk_records/r5_00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ce9725b2ee9c09926140e832022de42b8f65a076a629fc834a6d6cafd50df80
3
+ size 51051329
chunk_records/r6_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0425ca2aa5da0726107a27c85ed50e3665c35575f359fb217cfae5a75395d67a
3
+ size 366529692
chunk_records/r6_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b866a30ebab86d70448efe40a21a535a7d94e5e635dc94d4ba05c81b884f6d67
3
+ size 368138394
chunk_records/r6_00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14df93e006ef46407e8a4246d5fe1f506de6ae6f6abf628b12580c9782b7a3ff
3
+ size 367998522
chunk_records/r6_00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d16d117bb9eecd60da73205c03231d26e18925e0d169a8a3c9cb3e790deaa8e
3
+ size 366628886
chunk_records/r6_00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94e3a9a1a6e0c4696e39114cc2e79f55a05ede01e9a02ffbd0a4ea3022604593
3
+ size 49601426
chunk_records/r7_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28c45887fc7adc1ff83bb4f97ce934d86618a54bd3d7a62313997495b5f0e0af
3
+ size 366624745
chunk_records/r7_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4cab0570d09291d128fba6f2c2e5e591d04379107a340aac6fcf6194fa584c7
3
+ size 368118900
chunk_records/r7_00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbdd47a6170ad1869dad17243f9acad7086c0d3fa80de9ee53921d698e4a3346
3
+ size 367989393
chunk_records/r7_00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17eca41c5fd3fbccfd36cd2bbc4af89bfd76b581978c9c9cc6fbab45c44e31ca
3
+ size 366615344
chunk_records/r7_00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9997c469db58cbcbbcdc28a497ba18b3633c9410b1eddaeb9b07fdaf781f3ba
3
+ size 49570668
dataset_manifest.json ADDED
@@ -0,0 +1,308 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "file_count": 41,
3
+ "files": [
4
+ {
5
+ "category": "chunk_records",
6
+ "language": "php",
7
+ "relative_path": "chunk_records/r0_00000.parquet",
8
+ "rows": 58688
9
+ },
10
+ {
11
+ "category": "chunk_records",
12
+ "language": "php",
13
+ "relative_path": "chunk_records/r0_00001.parquet",
14
+ "rows": 57792
15
+ },
16
+ {
17
+ "category": "chunk_records",
18
+ "language": "php",
19
+ "relative_path": "chunk_records/r0_00002.parquet",
20
+ "rows": 56672
21
+ },
22
+ {
23
+ "category": "chunk_records",
24
+ "language": "php",
25
+ "relative_path": "chunk_records/r0_00003.parquet",
26
+ "rows": 56224
27
+ },
28
+ {
29
+ "category": "chunk_records",
30
+ "language": "php",
31
+ "relative_path": "chunk_records/r0_00004.parquet",
32
+ "rows": 7766
33
+ },
34
+ {
35
+ "category": "chunk_records",
36
+ "language": "php",
37
+ "relative_path": "chunk_records/r1_00000.parquet",
38
+ "rows": 58688
39
+ },
40
+ {
41
+ "category": "chunk_records",
42
+ "language": "php",
43
+ "relative_path": "chunk_records/r1_00001.parquet",
44
+ "rows": 57792
45
+ },
46
+ {
47
+ "category": "chunk_records",
48
+ "language": "php",
49
+ "relative_path": "chunk_records/r1_00002.parquet",
50
+ "rows": 56672
51
+ },
52
+ {
53
+ "category": "chunk_records",
54
+ "language": "php",
55
+ "relative_path": "chunk_records/r1_00003.parquet",
56
+ "rows": 56224
57
+ },
58
+ {
59
+ "category": "chunk_records",
60
+ "language": "php",
61
+ "relative_path": "chunk_records/r1_00004.parquet",
62
+ "rows": 7766
63
+ },
64
+ {
65
+ "category": "chunk_records",
66
+ "language": "php",
67
+ "relative_path": "chunk_records/r2_00000.parquet",
68
+ "rows": 58688
69
+ },
70
+ {
71
+ "category": "chunk_records",
72
+ "language": "php",
73
+ "relative_path": "chunk_records/r2_00001.parquet",
74
+ "rows": 57792
75
+ },
76
+ {
77
+ "category": "chunk_records",
78
+ "language": "php",
79
+ "relative_path": "chunk_records/r2_00002.parquet",
80
+ "rows": 56896
81
+ },
82
+ {
83
+ "category": "chunk_records",
84
+ "language": "php",
85
+ "relative_path": "chunk_records/r2_00003.parquet",
86
+ "rows": 56224
87
+ },
88
+ {
89
+ "category": "chunk_records",
90
+ "language": "php",
91
+ "relative_path": "chunk_records/r2_00004.parquet",
92
+ "rows": 7542
93
+ },
94
+ {
95
+ "category": "chunk_records",
96
+ "language": "php",
97
+ "relative_path": "chunk_records/r3_00000.parquet",
98
+ "rows": 58688
99
+ },
100
+ {
101
+ "category": "chunk_records",
102
+ "language": "php",
103
+ "relative_path": "chunk_records/r3_00001.parquet",
104
+ "rows": 57792
105
+ },
106
+ {
107
+ "category": "chunk_records",
108
+ "language": "php",
109
+ "relative_path": "chunk_records/r3_00002.parquet",
110
+ "rows": 56672
111
+ },
112
+ {
113
+ "category": "chunk_records",
114
+ "language": "php",
115
+ "relative_path": "chunk_records/r3_00003.parquet",
116
+ "rows": 56224
117
+ },
118
+ {
119
+ "category": "chunk_records",
120
+ "language": "php",
121
+ "relative_path": "chunk_records/r3_00004.parquet",
122
+ "rows": 7766
123
+ },
124
+ {
125
+ "category": "chunk_records",
126
+ "language": "php",
127
+ "relative_path": "chunk_records/r4_00000.parquet",
128
+ "rows": 58688
129
+ },
130
+ {
131
+ "category": "chunk_records",
132
+ "language": "php",
133
+ "relative_path": "chunk_records/r4_00001.parquet",
134
+ "rows": 57792
135
+ },
136
+ {
137
+ "category": "chunk_records",
138
+ "language": "php",
139
+ "relative_path": "chunk_records/r4_00002.parquet",
140
+ "rows": 56672
141
+ },
142
+ {
143
+ "category": "chunk_records",
144
+ "language": "php",
145
+ "relative_path": "chunk_records/r4_00003.parquet",
146
+ "rows": 56224
147
+ },
148
+ {
149
+ "category": "chunk_records",
150
+ "language": "php",
151
+ "relative_path": "chunk_records/r4_00004.parquet",
152
+ "rows": 7766
153
+ },
154
+ {
155
+ "category": "chunk_records",
156
+ "language": "php",
157
+ "relative_path": "chunk_records/r5_00000.parquet",
158
+ "rows": 58688
159
+ },
160
+ {
161
+ "category": "chunk_records",
162
+ "language": "php",
163
+ "relative_path": "chunk_records/r5_00001.parquet",
164
+ "rows": 57792
165
+ },
166
+ {
167
+ "category": "chunk_records",
168
+ "language": "php",
169
+ "relative_path": "chunk_records/r5_00002.parquet",
170
+ "rows": 56672
171
+ },
172
+ {
173
+ "category": "chunk_records",
174
+ "language": "php",
175
+ "relative_path": "chunk_records/r5_00003.parquet",
176
+ "rows": 56224
177
+ },
178
+ {
179
+ "category": "chunk_records",
180
+ "language": "php",
181
+ "relative_path": "chunk_records/r5_00004.parquet",
182
+ "rows": 7765
183
+ },
184
+ {
185
+ "category": "chunk_records",
186
+ "language": "php",
187
+ "relative_path": "chunk_records/r6_00000.parquet",
188
+ "rows": 58688
189
+ },
190
+ {
191
+ "category": "chunk_records",
192
+ "language": "php",
193
+ "relative_path": "chunk_records/r6_00001.parquet",
194
+ "rows": 57792
195
+ },
196
+ {
197
+ "category": "chunk_records",
198
+ "language": "php",
199
+ "relative_path": "chunk_records/r6_00002.parquet",
200
+ "rows": 56896
201
+ },
202
+ {
203
+ "category": "chunk_records",
204
+ "language": "php",
205
+ "relative_path": "chunk_records/r6_00003.parquet",
206
+ "rows": 56224
207
+ },
208
+ {
209
+ "category": "chunk_records",
210
+ "language": "php",
211
+ "relative_path": "chunk_records/r6_00004.parquet",
212
+ "rows": 7541
213
+ },
214
+ {
215
+ "category": "chunk_records",
216
+ "language": "php",
217
+ "relative_path": "chunk_records/r7_00000.parquet",
218
+ "rows": 58688
219
+ },
220
+ {
221
+ "category": "chunk_records",
222
+ "language": "php",
223
+ "relative_path": "chunk_records/r7_00001.parquet",
224
+ "rows": 57792
225
+ },
226
+ {
227
+ "category": "chunk_records",
228
+ "language": "php",
229
+ "relative_path": "chunk_records/r7_00002.parquet",
230
+ "rows": 56896
231
+ },
232
+ {
233
+ "category": "chunk_records",
234
+ "language": "php",
235
+ "relative_path": "chunk_records/r7_00003.parquet",
236
+ "rows": 56224
237
+ },
238
+ {
239
+ "category": "chunk_records",
240
+ "language": "php",
241
+ "relative_path": "chunk_records/r7_00004.parquet",
242
+ "rows": 7541
243
+ },
244
+ {
245
+ "category": "question_metadata",
246
+ "language": "php",
247
+ "relative_path": "question_metadata/r0_00000.parquet",
248
+ "rows": 1467759
249
+ }
250
+ ],
251
+ "language": "php",
252
+ "qdrant_snapshot": {
253
+ "artifact_files": [
254
+ "stackoverflow_php_vector.snapshot.zst.part_000",
255
+ "stackoverflow_php_vector.snapshot.zst.part_001",
256
+ "stackoverflow_php_vector.snapshot.zst.part_002",
257
+ "stackoverflow_php_vector.snapshot.zst.part_003",
258
+ "stackoverflow_php_vector.snapshot.zst.part_004",
259
+ "stackoverflow_php_vector.snapshot.zst.part_005",
260
+ "stackoverflow_php_vector.snapshot.zst.part_006",
261
+ "stackoverflow_php_vector.snapshot.zst.part_007",
262
+ "stackoverflow_php_vector.snapshot.zst.part_008",
263
+ "stackoverflow_php_vector.snapshot.zst.part_009",
264
+ "stackoverflow_php_vector.snapshot.zst.part_010",
265
+ "stackoverflow_php_vector.snapshot.zst.part_011",
266
+ "stackoverflow_php_vector.snapshot.zst.part_012",
267
+ "stackoverflow_php_vector.snapshot.zst.part_013",
268
+ "stackoverflow_php_vector.snapshot.zst.part_014",
269
+ "stackoverflow_php_vector.snapshot.zst.part_015",
270
+ "stackoverflow_php_vector.snapshot.zst.part_016",
271
+ "stackoverflow_php_vector.snapshot.zst.part_017",
272
+ "stackoverflow_php_vector.snapshot.zst.part_018",
273
+ "stackoverflow_php_vector.snapshot.zst.part_019",
274
+ "stackoverflow_php_vector.snapshot.zst.part_020",
275
+ "stackoverflow_php_vector.snapshot.zst.part_021",
276
+ "stackoverflow_php_vector.snapshot.zst.part_022",
277
+ "stackoverflow_php_vector.snapshot.zst.part_023",
278
+ "stackoverflow_php_vector.snapshot.zst.part_024",
279
+ "stackoverflow_php_vector.snapshot.zst.part_025",
280
+ "stackoverflow_php_vector.snapshot.zst.part_026",
281
+ "stackoverflow_php_vector.snapshot.zst.part_027",
282
+ "stackoverflow_php_vector.snapshot.zst.part_028",
283
+ "stackoverflow_php_vector.snapshot.zst.part_029",
284
+ "stackoverflow_php_vector.snapshot.zst.part_030",
285
+ "stackoverflow_php_vector.snapshot.zst.part_031",
286
+ "stackoverflow_php_vector.snapshot.zst.part_032",
287
+ "stackoverflow_php_vector.snapshot.zst.part_033",
288
+ "stackoverflow_php_vector.snapshot.zst.part_034",
289
+ "stackoverflow_php_vector.snapshot.zst.part_035",
290
+ "stackoverflow_php_vector.snapshot.zst.part_036",
291
+ "stackoverflow_php_vector.snapshot.zst.part_037",
292
+ "stackoverflow_php_vector.snapshot.zst.part_038",
293
+ "stackoverflow_php_vector.snapshot.zst.part_039",
294
+ "stackoverflow_php_vector.snapshot.zst.part_040",
295
+ "stackoverflow_php_vector.snapshot.zst.part_041",
296
+ "stackoverflow_php_vector.snapshot.zst.part_042",
297
+ "stackoverflow_php_vector.snapshot.zst.part_043",
298
+ "stackoverflow_php_vector.snapshot.zst.part_044"
299
+ ],
300
+ "artifact_format": "zstd_split",
301
+ "collection_name": "stackoverflow_php_vector",
302
+ "manifest_path": "/var/stackoverflow_data/vector_dataset_archives/hf_upload_folder/php/qdrant_snapshots/collections_manifest.json",
303
+ "points_count": 1897133,
304
+ "snapshot_file": "snapshots/stackoverflow_php_vector.snapshot"
305
+ },
306
+ "source": "vector_dataset_language_folder",
307
+ "total_rows": 3364892
308
+ }
qdrant_snapshots/archives/stackoverflow_php_vector.snapshot.zst.part_000 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1af2735b5aea12a15be257e04afd7f1ec4bb81b981ab14e3bc38bff5c78f9dc6
3
+ size 1000000000
qdrant_snapshots/archives/stackoverflow_php_vector.snapshot.zst.part_001 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f54c30e5dbc5611bd5e13dc03f2bb30bea93d3cb116d457d0c9f19aa636a45d
3
+ size 1000000000
qdrant_snapshots/archives/stackoverflow_php_vector.snapshot.zst.part_017 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3bb0479a9870f7cb9880838f11b2c4c84a6385f616e0f661cd4de3e86d098dd
3
+ size 1000000000
qdrant_snapshots/archives/stackoverflow_php_vector.snapshot.zst.part_033 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a43b62d6d48985083f39a10601caa140df3ca8bc9a0be1169f302c019c6c7e03
3
+ size 1000000000
qdrant_snapshots/archives/stackoverflow_php_vector.snapshot.zst.part_040 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e764b87b59400c4fb68e0630c23870a384bbed7e9177797aa55662e108213078
3
+ size 1000000000
qdrant_snapshots/archives/stackoverflow_php_vector.snapshot.zst.part_044 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2aff840edbf4d1683e15555feb2ed0aa5e8dabd9a0829ee750405d4c888cef18
3
+ size 278878321
qdrant_snapshots/collections_manifest.json ADDED
@@ -0,0 +1,138 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "archive_dir": "archives",
3
+ "archive_format": "mixed",
4
+ "archive_parts": [],
5
+ "archive_size_limit_bytes": 1000000000,
6
+ "collection_glob": "stackoverflow_php_vector",
7
+ "collections": [
8
+ {
9
+ "archive_file": null,
10
+ "artifact_files": [
11
+ "archives/stackoverflow_php_vector.snapshot.zst.part_000",
12
+ "archives/stackoverflow_php_vector.snapshot.zst.part_001",
13
+ "archives/stackoverflow_php_vector.snapshot.zst.part_002",
14
+ "archives/stackoverflow_php_vector.snapshot.zst.part_003",
15
+ "archives/stackoverflow_php_vector.snapshot.zst.part_004",
16
+ "archives/stackoverflow_php_vector.snapshot.zst.part_005",
17
+ "archives/stackoverflow_php_vector.snapshot.zst.part_006",
18
+ "archives/stackoverflow_php_vector.snapshot.zst.part_007",
19
+ "archives/stackoverflow_php_vector.snapshot.zst.part_008",
20
+ "archives/stackoverflow_php_vector.snapshot.zst.part_009",
21
+ "archives/stackoverflow_php_vector.snapshot.zst.part_010",
22
+ "archives/stackoverflow_php_vector.snapshot.zst.part_011",
23
+ "archives/stackoverflow_php_vector.snapshot.zst.part_012",
24
+ "archives/stackoverflow_php_vector.snapshot.zst.part_013",
25
+ "archives/stackoverflow_php_vector.snapshot.zst.part_014",
26
+ "archives/stackoverflow_php_vector.snapshot.zst.part_015",
27
+ "archives/stackoverflow_php_vector.snapshot.zst.part_016",
28
+ "archives/stackoverflow_php_vector.snapshot.zst.part_017",
29
+ "archives/stackoverflow_php_vector.snapshot.zst.part_018",
30
+ "archives/stackoverflow_php_vector.snapshot.zst.part_019",
31
+ "archives/stackoverflow_php_vector.snapshot.zst.part_020",
32
+ "archives/stackoverflow_php_vector.snapshot.zst.part_021",
33
+ "archives/stackoverflow_php_vector.snapshot.zst.part_022",
34
+ "archives/stackoverflow_php_vector.snapshot.zst.part_023",
35
+ "archives/stackoverflow_php_vector.snapshot.zst.part_024",
36
+ "archives/stackoverflow_php_vector.snapshot.zst.part_025",
37
+ "archives/stackoverflow_php_vector.snapshot.zst.part_026",
38
+ "archives/stackoverflow_php_vector.snapshot.zst.part_027",
39
+ "archives/stackoverflow_php_vector.snapshot.zst.part_028",
40
+ "archives/stackoverflow_php_vector.snapshot.zst.part_029",
41
+ "archives/stackoverflow_php_vector.snapshot.zst.part_030",
42
+ "archives/stackoverflow_php_vector.snapshot.zst.part_031",
43
+ "archives/stackoverflow_php_vector.snapshot.zst.part_032",
44
+ "archives/stackoverflow_php_vector.snapshot.zst.part_033",
45
+ "archives/stackoverflow_php_vector.snapshot.zst.part_034",
46
+ "archives/stackoverflow_php_vector.snapshot.zst.part_035",
47
+ "archives/stackoverflow_php_vector.snapshot.zst.part_036",
48
+ "archives/stackoverflow_php_vector.snapshot.zst.part_037",
49
+ "archives/stackoverflow_php_vector.snapshot.zst.part_038",
50
+ "archives/stackoverflow_php_vector.snapshot.zst.part_039",
51
+ "archives/stackoverflow_php_vector.snapshot.zst.part_040",
52
+ "archives/stackoverflow_php_vector.snapshot.zst.part_041",
53
+ "archives/stackoverflow_php_vector.snapshot.zst.part_042",
54
+ "archives/stackoverflow_php_vector.snapshot.zst.part_043",
55
+ "archives/stackoverflow_php_vector.snapshot.zst.part_044"
56
+ ],
57
+ "artifact_format": "zstd_split",
58
+ "collection_name": "stackoverflow_php_vector",
59
+ "config": {
60
+ "config": {
61
+ "hnsw_config": {
62
+ "ef_construct": 100,
63
+ "full_scan_threshold": 10000,
64
+ "m": 16,
65
+ "max_indexing_threads": 16,
66
+ "on_disk": false
67
+ },
68
+ "optimizer_config": {
69
+ "default_segment_number": 0,
70
+ "deleted_threshold": 0.2,
71
+ "flush_interval_sec": 30,
72
+ "indexing_threshold": 20000,
73
+ "vacuum_min_vector_number": 1000
74
+ },
75
+ "params": {
76
+ "on_disk_payload": true,
77
+ "replication_factor": 1,
78
+ "shard_number": 8,
79
+ "sparse_vectors": {
80
+ "sparse": {
81
+ "index": {
82
+ "on_disk": true
83
+ }
84
+ }
85
+ },
86
+ "vectors": {
87
+ "dense": {
88
+ "distance": "Cosine",
89
+ "on_disk": false,
90
+ "size": 4096
91
+ }
92
+ },
93
+ "write_consistency_factor": 1
94
+ },
95
+ "quantization_config": {
96
+ "scalar": {
97
+ "always_ram": true,
98
+ "quantile": 0.99,
99
+ "type": "int8"
100
+ }
101
+ },
102
+ "wal_config": {
103
+ "wal_capacity_mb": 256,
104
+ "wal_retain_closed": 1,
105
+ "wal_segments_ahead": 0
106
+ }
107
+ },
108
+ "indexed_vectors_count": 3794266,
109
+ "optimizer_status": "ok",
110
+ "payload_schema": {},
111
+ "points_count": 1897133,
112
+ "segments_count": 52,
113
+ "status": "green",
114
+ "update_queue": {
115
+ "length": 0
116
+ }
117
+ },
118
+ "points_count": 1897133,
119
+ "segments_count": 52,
120
+ "snapshot_file": "snapshots/stackoverflow_php_vector.snapshot",
121
+ "snapshot_name": "stackoverflow_php_vector-8271646633244964-2026-07-06-09-00-40.snapshot"
122
+ }
123
+ ],
124
+ "created_at": 1783366787,
125
+ "max_archive_parts": 1000,
126
+ "qdrant_url": "http://localhost:6333",
127
+ "snapshot_dir": "snapshots",
128
+ "snapshot_files": [
129
+ {
130
+ "checksum": "f0dbc537478b329f5239848000891f91a6563a21acb731ac962363e1c73c53de",
131
+ "collection_name": "stackoverflow_php_vector",
132
+ "created_at": "2026-07-06T09:02:07",
133
+ "size_bytes": 44829632512,
134
+ "snapshot_file": "snapshots/stackoverflow_php_vector.snapshot",
135
+ "snapshot_name": "stackoverflow_php_vector-8271646633244964-2026-07-06-09-00-40.snapshot"
136
+ }
137
+ ]
138
+ }