Mo7art commited on
Commit
51cb791
·
verified ·
1 Parent(s): 649adc6

Add files using upload-large-folder tool

Browse files
Files changed (26) hide show
  1. .gitattributes +13 -0
  2. README.md +137 -0
  3. chunk_records/r0_00000.parquet +3 -0
  4. chunk_records/r1_00000.parquet +3 -0
  5. chunk_records/r2_00000.parquet +3 -0
  6. chunk_records/r3_00000.parquet +3 -0
  7. chunk_records/r4_00000.parquet +3 -0
  8. chunk_records/r5_00000.parquet +3 -0
  9. chunk_records/r6_00000.parquet +3 -0
  10. chunk_records/r7_00000.parquet +3 -0
  11. dataset_manifest.json +84 -0
  12. qdrant_snapshots/archives/stackoverflow_swift_vector.snapshot.zst.part_000 +3 -0
  13. qdrant_snapshots/archives/stackoverflow_swift_vector.snapshot.zst.part_001 +3 -0
  14. qdrant_snapshots/archives/stackoverflow_swift_vector.snapshot.zst.part_002 +3 -0
  15. qdrant_snapshots/archives/stackoverflow_swift_vector.snapshot.zst.part_003 +3 -0
  16. qdrant_snapshots/archives/stackoverflow_swift_vector.snapshot.zst.part_004 +3 -0
  17. qdrant_snapshots/archives/stackoverflow_swift_vector.snapshot.zst.part_005 +3 -0
  18. qdrant_snapshots/archives/stackoverflow_swift_vector.snapshot.zst.part_006 +3 -0
  19. qdrant_snapshots/archives/stackoverflow_swift_vector.snapshot.zst.part_007 +3 -0
  20. qdrant_snapshots/archives/stackoverflow_swift_vector.snapshot.zst.part_008 +3 -0
  21. qdrant_snapshots/archives/stackoverflow_swift_vector.snapshot.zst.part_009 +3 -0
  22. qdrant_snapshots/archives/stackoverflow_swift_vector.snapshot.zst.part_010 +3 -0
  23. qdrant_snapshots/archives/stackoverflow_swift_vector.snapshot.zst.part_011 +3 -0
  24. qdrant_snapshots/archives/stackoverflow_swift_vector.snapshot.zst.part_012 +3 -0
  25. qdrant_snapshots/collections_manifest.json +106 -0
  26. question_metadata/r0_00000.parquet +3 -0
.gitattributes CHANGED
@@ -58,3 +58,16 @@ 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_swift_vector.snapshot.zst.part_012 filter=lfs diff=lfs merge=lfs -text
62
+ qdrant_snapshots/archives/stackoverflow_swift_vector.snapshot.zst.part_000 filter=lfs diff=lfs merge=lfs -text
63
+ qdrant_snapshots/archives/stackoverflow_swift_vector.snapshot.zst.part_011 filter=lfs diff=lfs merge=lfs -text
64
+ qdrant_snapshots/archives/stackoverflow_swift_vector.snapshot.zst.part_005 filter=lfs diff=lfs merge=lfs -text
65
+ qdrant_snapshots/archives/stackoverflow_swift_vector.snapshot.zst.part_004 filter=lfs diff=lfs merge=lfs -text
66
+ qdrant_snapshots/archives/stackoverflow_swift_vector.snapshot.zst.part_001 filter=lfs diff=lfs merge=lfs -text
67
+ qdrant_snapshots/archives/stackoverflow_swift_vector.snapshot.zst.part_002 filter=lfs diff=lfs merge=lfs -text
68
+ qdrant_snapshots/archives/stackoverflow_swift_vector.snapshot.zst.part_007 filter=lfs diff=lfs merge=lfs -text
69
+ qdrant_snapshots/archives/stackoverflow_swift_vector.snapshot.zst.part_008 filter=lfs diff=lfs merge=lfs -text
70
+ qdrant_snapshots/archives/stackoverflow_swift_vector.snapshot.zst.part_003 filter=lfs diff=lfs merge=lfs -text
71
+ qdrant_snapshots/archives/stackoverflow_swift_vector.snapshot.zst.part_010 filter=lfs diff=lfs merge=lfs -text
72
+ qdrant_snapshots/archives/stackoverflow_swift_vector.snapshot.zst.part_006 filter=lfs diff=lfs merge=lfs -text
73
+ qdrant_snapshots/archives/stackoverflow_swift_vector.snapshot.zst.part_009 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 - Swift
10
+ license: cc-by-sa-4.0
11
+ size_categories:
12
+ - 1M<n<10M
13
+ ---
14
+
15
+ # Swift StackOverflow Vector Dataset
16
+
17
+ ## Summary
18
+
19
+ This repository contains the Swift 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_swift_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_swift_vector.tar.zst
35
+ stackoverflow_swift_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_swift_vector.*`: optional Qdrant restore artifact files for `stackoverflow_swift_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 `swift/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 Swift.
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 Swift 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_swift_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:55124d645a90920034b31283e7165a32c34f24ee257432de163770e0b1e9a201
3
+ size 336577898
chunk_records/r1_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8744e3628145c763b71a018fef6e9f733ceb42fc96a448fcc20244c974e53cbf
3
+ size 336595065
chunk_records/r2_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3146c5b7b81fe1a6085d99b418be4e820eb91ea1369d1010a17fcdd493688f68
3
+ size 336523776
chunk_records/r3_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9fd9df760b014b86b183e668173d4ef265ce29bf24b4fcbd6543c5a95fca15a
3
+ size 336518473
chunk_records/r4_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4214c7ac4d197892f94b65595f7a9386073b92e8d18bd7462132ec49196ab9c6
3
+ size 336544792
chunk_records/r5_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:960271ff6f3c1477f7eea939832bd5cf2060078619cf0cd967db22413bdb2f56
3
+ size 336579370
chunk_records/r6_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e510e90dfb804cfb6e1813f18f4b8c60e1f116f840d8fab7604b268f0ed49ce6
3
+ size 336550793
chunk_records/r7_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5978472aa9c24082cadbc0109ab26ea5ffd4f008253a6ffa9586ccf4a4df1d73
3
+ size 336577468
dataset_manifest.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "file_count": 9,
3
+ "files": [
4
+ {
5
+ "category": "chunk_records",
6
+ "language": "swift",
7
+ "relative_path": "chunk_records/r0_00000.parquet",
8
+ "rows": 52544
9
+ },
10
+ {
11
+ "category": "chunk_records",
12
+ "language": "swift",
13
+ "relative_path": "chunk_records/r1_00000.parquet",
14
+ "rows": 52544
15
+ },
16
+ {
17
+ "category": "chunk_records",
18
+ "language": "swift",
19
+ "relative_path": "chunk_records/r2_00000.parquet",
20
+ "rows": 52544
21
+ },
22
+ {
23
+ "category": "chunk_records",
24
+ "language": "swift",
25
+ "relative_path": "chunk_records/r3_00000.parquet",
26
+ "rows": 52544
27
+ },
28
+ {
29
+ "category": "chunk_records",
30
+ "language": "swift",
31
+ "relative_path": "chunk_records/r4_00000.parquet",
32
+ "rows": 52544
33
+ },
34
+ {
35
+ "category": "chunk_records",
36
+ "language": "swift",
37
+ "relative_path": "chunk_records/r5_00000.parquet",
38
+ "rows": 52544
39
+ },
40
+ {
41
+ "category": "chunk_records",
42
+ "language": "swift",
43
+ "relative_path": "chunk_records/r6_00000.parquet",
44
+ "rows": 52543
45
+ },
46
+ {
47
+ "category": "chunk_records",
48
+ "language": "swift",
49
+ "relative_path": "chunk_records/r7_00000.parquet",
50
+ "rows": 52543
51
+ },
52
+ {
53
+ "category": "question_metadata",
54
+ "language": "swift",
55
+ "relative_path": "question_metadata/r0_00000.parquet",
56
+ "rows": 336363
57
+ }
58
+ ],
59
+ "language": "swift",
60
+ "qdrant_snapshot": {
61
+ "artifact_files": [
62
+ "stackoverflow_swift_vector.snapshot.zst.part_000",
63
+ "stackoverflow_swift_vector.snapshot.zst.part_001",
64
+ "stackoverflow_swift_vector.snapshot.zst.part_002",
65
+ "stackoverflow_swift_vector.snapshot.zst.part_003",
66
+ "stackoverflow_swift_vector.snapshot.zst.part_004",
67
+ "stackoverflow_swift_vector.snapshot.zst.part_005",
68
+ "stackoverflow_swift_vector.snapshot.zst.part_006",
69
+ "stackoverflow_swift_vector.snapshot.zst.part_007",
70
+ "stackoverflow_swift_vector.snapshot.zst.part_008",
71
+ "stackoverflow_swift_vector.snapshot.zst.part_009",
72
+ "stackoverflow_swift_vector.snapshot.zst.part_010",
73
+ "stackoverflow_swift_vector.snapshot.zst.part_011",
74
+ "stackoverflow_swift_vector.snapshot.zst.part_012"
75
+ ],
76
+ "artifact_format": "zstd_split",
77
+ "collection_name": "stackoverflow_swift_vector",
78
+ "manifest_path": "/var/stackoverflow_data/vector_dataset_archives/hf_upload_folder/swift/qdrant_snapshots/collections_manifest.json",
79
+ "points_count": 420350,
80
+ "snapshot_file": "snapshots/stackoverflow_swift_vector.snapshot"
81
+ },
82
+ "source": "vector_dataset_language_folder",
83
+ "total_rows": 756713
84
+ }
qdrant_snapshots/archives/stackoverflow_swift_vector.snapshot.zst.part_000 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a933b710caf3570b19b6df8531dfd400c8853ab9ff6871de4e1f3b5824b5f11
3
+ size 1000000000
qdrant_snapshots/archives/stackoverflow_swift_vector.snapshot.zst.part_001 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c00cb0b27eb1b8627ffb8559be7a8cdb93312f81f16b552a3e11c83bb7e880d3
3
+ size 1000000000
qdrant_snapshots/archives/stackoverflow_swift_vector.snapshot.zst.part_002 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:801e4c798929f9b2a4517bce01aac6f4b33cb633016c0e2389fd513704aa397f
3
+ size 1000000000
qdrant_snapshots/archives/stackoverflow_swift_vector.snapshot.zst.part_003 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b8ac1ead653b614f56cb16f883ba3e01d54de319d26990d57c113eace107d0b
3
+ size 1000000000
qdrant_snapshots/archives/stackoverflow_swift_vector.snapshot.zst.part_004 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1b227b0478f711ebefbb3558a098d8b068fdaf256ea38f5553281fdffe25401
3
+ size 1000000000
qdrant_snapshots/archives/stackoverflow_swift_vector.snapshot.zst.part_005 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1906799e8650f5da80dcc8462d1cf501671c3e1070c5c0c072431639a049c5c0
3
+ size 1000000000
qdrant_snapshots/archives/stackoverflow_swift_vector.snapshot.zst.part_006 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c5621d0c57b6860c59f12d8cb2c724479fc596113f1918377830739e925ac8f
3
+ size 1000000000
qdrant_snapshots/archives/stackoverflow_swift_vector.snapshot.zst.part_007 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:387a53cb28a3a85a81d2077384604b1aadd4a9f1f9420872c7ee4e82118e10b5
3
+ size 1000000000
qdrant_snapshots/archives/stackoverflow_swift_vector.snapshot.zst.part_008 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aac55ce4dd3fa2690a407a4849b3f2620fdff7b6439b0c23bf5f8c7292b23574
3
+ size 1000000000
qdrant_snapshots/archives/stackoverflow_swift_vector.snapshot.zst.part_009 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89c9710def46b2637eedc4a70f6800485839329803276e61f55f768c039770e4
3
+ size 1000000000
qdrant_snapshots/archives/stackoverflow_swift_vector.snapshot.zst.part_010 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b159c997c46c8321616379b5a4af640ab77deaaaacf14c47420dd5a6e38c1b0
3
+ size 1000000000
qdrant_snapshots/archives/stackoverflow_swift_vector.snapshot.zst.part_011 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5c181e6540b949c682b1d0edc7ad2868b9baef9b712ef5978b958203e38b37f
3
+ size 1000000000
qdrant_snapshots/archives/stackoverflow_swift_vector.snapshot.zst.part_012 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d566090205b57394af428d530dfc67826fa1348018e3cc525d7c9d0aa0e5a71f
3
+ size 506817021
qdrant_snapshots/collections_manifest.json ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "archive_dir": "archives",
3
+ "archive_format": "mixed",
4
+ "archive_parts": [],
5
+ "archive_size_limit_bytes": 1000000000,
6
+ "collection_glob": "stackoverflow_swift_vector",
7
+ "collections": [
8
+ {
9
+ "archive_file": null,
10
+ "artifact_files": [
11
+ "archives/stackoverflow_swift_vector.snapshot.zst.part_000",
12
+ "archives/stackoverflow_swift_vector.snapshot.zst.part_001",
13
+ "archives/stackoverflow_swift_vector.snapshot.zst.part_002",
14
+ "archives/stackoverflow_swift_vector.snapshot.zst.part_003",
15
+ "archives/stackoverflow_swift_vector.snapshot.zst.part_004",
16
+ "archives/stackoverflow_swift_vector.snapshot.zst.part_005",
17
+ "archives/stackoverflow_swift_vector.snapshot.zst.part_006",
18
+ "archives/stackoverflow_swift_vector.snapshot.zst.part_007",
19
+ "archives/stackoverflow_swift_vector.snapshot.zst.part_008",
20
+ "archives/stackoverflow_swift_vector.snapshot.zst.part_009",
21
+ "archives/stackoverflow_swift_vector.snapshot.zst.part_010",
22
+ "archives/stackoverflow_swift_vector.snapshot.zst.part_011",
23
+ "archives/stackoverflow_swift_vector.snapshot.zst.part_012"
24
+ ],
25
+ "artifact_format": "zstd_split",
26
+ "collection_name": "stackoverflow_swift_vector",
27
+ "config": {
28
+ "config": {
29
+ "hnsw_config": {
30
+ "ef_construct": 100,
31
+ "full_scan_threshold": 10000,
32
+ "m": 16,
33
+ "max_indexing_threads": 16,
34
+ "on_disk": false
35
+ },
36
+ "optimizer_config": {
37
+ "default_segment_number": 0,
38
+ "deleted_threshold": 0.2,
39
+ "flush_interval_sec": 30,
40
+ "indexing_threshold": 20000,
41
+ "vacuum_min_vector_number": 1000
42
+ },
43
+ "params": {
44
+ "on_disk_payload": true,
45
+ "replication_factor": 1,
46
+ "shard_number": 8,
47
+ "sparse_vectors": {
48
+ "sparse": {
49
+ "index": {
50
+ "on_disk": true
51
+ }
52
+ }
53
+ },
54
+ "vectors": {
55
+ "dense": {
56
+ "distance": "Cosine",
57
+ "on_disk": false,
58
+ "size": 4096
59
+ }
60
+ },
61
+ "write_consistency_factor": 1
62
+ },
63
+ "quantization_config": {
64
+ "scalar": {
65
+ "always_ram": true,
66
+ "quantile": 0.99,
67
+ "type": "int8"
68
+ }
69
+ },
70
+ "wal_config": {
71
+ "wal_capacity_mb": 256,
72
+ "wal_retain_closed": 1,
73
+ "wal_segments_ahead": 0
74
+ }
75
+ },
76
+ "indexed_vectors_count": 840700,
77
+ "optimizer_status": "ok",
78
+ "payload_schema": {},
79
+ "points_count": 420350,
80
+ "segments_count": 54,
81
+ "status": "green",
82
+ "update_queue": {
83
+ "length": 0
84
+ }
85
+ },
86
+ "points_count": 420350,
87
+ "segments_count": 54,
88
+ "snapshot_file": "snapshots/stackoverflow_swift_vector.snapshot",
89
+ "snapshot_name": "stackoverflow_swift_vector-8271646633244964-2026-07-06-09-08-08.snapshot"
90
+ }
91
+ ],
92
+ "created_at": 1783366787,
93
+ "max_archive_parts": 1000,
94
+ "qdrant_url": "http://localhost:6333",
95
+ "snapshot_dir": "snapshots",
96
+ "snapshot_files": [
97
+ {
98
+ "checksum": "b5952b7b486ab573cf52b16d091c25471b586197692b536a9a61d0c649dfe402",
99
+ "collection_name": "stackoverflow_swift_vector",
100
+ "created_at": "2026-07-06T09:08:34",
101
+ "size_bytes": 12636960256,
102
+ "snapshot_file": "snapshots/stackoverflow_swift_vector.snapshot",
103
+ "snapshot_name": "stackoverflow_swift_vector-8271646633244964-2026-07-06-09-08-08.snapshot"
104
+ }
105
+ ]
106
+ }
question_metadata/r0_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54a553406b192091fcac38d08d62ee40be5107b1da27ddac3d3653512695cfe8
3
+ size 13333966