Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"search_directories": [
"../big-ann-benchmarks/data/wikipedia_cohere" ],
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor: In the spirit of self‑service, consider including guidance on how to download the dataset, so that even an AI agent can follow the steps and retrieve the required data.

"jobs": [
{
"type": "graph-index-build-pq",
"content": {
"index_operation": {
"source":{
"index-source": "Build",
"data_type": "float32",
"data": "wikipedia_base.bin.crop_nb_1000000",
"distance": "inner_product",
"start_point_strategy": "medoid",
"max_degree": 32,
"l_build": 100,
"alpha": 1.2,
"backedge_ratio": 1.0,
"num_threads": 32,
"multi_insert": {
"batch_size": 128,
"batch_parallelism": 32,
"intra_batch_candidates": "all"
}
},
"search_phase": {
"search-type": "topk",
"queries": "wikipedia_query.bin",
"groundtruth": "wikipedia-1M",
"reps": 1,
"num_threads": [
32
],
"runs": [
{
"search_n": 10,
"search_l": [
100,
150,
200,
300
],
"recall_k": 10
}
]
}
},
"num_pq_chunks": 192,
"seed": 13076402859301299683,
"max_fp_vecs_per_prune": 0,
"use_fp_for_search": false
}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"search_directories":[
"../big-ann-benchmarks/data/wikipedia_cohere"
],
"jobs": [
{
"type": "graph-index-build-spherical-quantization",
"content": {
"build": {
"data_type": "float32",
"data": "wikipedia_base.bin.crop_nb_1000000",
"distance": "inner_product",
"start_point_strategy": "medoid",
"max_degree": 32,
"l_build": 100,
"alpha": 1.2,
"backedge_ratio": 1.0,
"num_threads": 32,
"multi_insert": null
},
"search_phase": {
"search-type": "topk",
"queries": "wikipedia_query.bin",
"groundtruth": "wikipedia-1M",
"reps": 5,
"num_threads": [
32
],
"runs": [
{
"search_n": 10,
"search_l": [
50,
100,
150,
200,300
],
"recall_k": 10
}
]
},
"seed": 12648430,
"transform_kind": {
"padding_hadamard": "same"
},
"query_layouts": [
"same_as_data",
"full_precision"
],
"num_bits": 2,
"pre_scale": {
"some": 0.00390625
}
}
}
]
}
Loading