diskann-inmem 0.56.0

DiskANN3 is a composable library for bringing scalable, accurate and cost-effective vector indexing to multiple databases.
{
  "search_directories": [
    "yfcc"
  ],
  "output_directory": null,
  "jobs": [
    {
      "type": "integration-test",
      "content": {
        "build": {
          "alpha": 1.2000000476837158,
          "l_build": 20,
          "max_degree": 20,
          "pruned_degree": 16
        },
        "data": {
          "data": "yfcc_10k.fbin",
          "data_type": "f32",
          "groundtruth": "groundtruth.bin",
          "metric": "l2",
          "queries": "yfcc_query_100.fbin",
          "preprocess": []
        },
        "layer": {
          "FullPrecision": {
            "data_type": "f32"
          }
        },
        "search": {
          "knn": [
            {
              "beam_width": null,
              "knn": 10,
              "search_l": 50
            },
            {
              "beam_width": 3,
              "knn": 10,
              "search_l": 50
            },
            {
              "beam_width": 3,
              "knn": 10,
              "search_l": 100
            }
          ]
        }
      }
    },
    {
      "type": "integration-test",
      "content": {
        "build": {
          "alpha": 1.2000000476837158,
          "l_build": 20,
          "max_degree": 20,
          "pruned_degree": 16
        },
        "data": {
          "data": "yfcc_10k.fbin",
          "data_type": "f32",
          "groundtruth": "groundtruth.bin",
          "metric": "l2",
          "queries": "yfcc_query_100.fbin",
          "preprocess": []
        },
        "layer": {
          "FullPrecision": {
            "data_type": "f16"
          }
        },
        "search": {
          "knn": [
            {
              "beam_width": null,
              "knn": 10,
              "search_l": 50
            },
            {
              "beam_width": 3,
              "knn": 10,
              "search_l": 50
            },
            {
              "beam_width": 3,
              "knn": 10,
              "search_l": 100
            }
          ]
        }
      }
    },
    {
      "type": "integration-test",
      "content": {
        "build": {
          "alpha": 1.2000000476837158,
          "l_build": 20,
          "max_degree": 20,
          "pruned_degree": 16
        },
        "data": {
          "data": "yfcc_10k.fbin",
          "data_type": "f32",
          "groundtruth": "groundtruth.bin",
          "metric": "l2",
          "queries": "yfcc_query_100.fbin",
          "preprocess": []
        },
        "layer": {
          "FullPrecision": {
            "data_type": "u8"
          }
        },
        "search": {
          "knn": [
            {
              "beam_width": null,
              "knn": 10,
              "search_l": 50
            },
            {
              "beam_width": 3,
              "knn": 10,
              "search_l": 50
            },
            {
              "beam_width": 3,
              "knn": 10,
              "search_l": 100
            }
          ]
        }
      }
    },
    {
      "type": "integration-test",
      "content": {
        "build": {
          "alpha": 1.2000000476837158,
          "l_build": 20,
          "max_degree": 20,
          "pruned_degree": 16
        },
        "data": {
          "data": "yfcc_10k.fbin",
          "data_type": "f32",
          "groundtruth": "groundtruth.bin",
          "metric": "l2",
          "queries": "yfcc_query_100.fbin",
          "preprocess": [
            "halve",
            "floor"
          ]
        },
        "layer": {
          "FullPrecision": {
            "data_type": "i8"
          }
        },
        "search": {
          "knn": [
            {
              "beam_width": null,
              "knn": 10,
              "search_l": 50
            },
            {
              "beam_width": 3,
              "knn": 10,
              "search_l": 50
            },
            {
              "beam_width": 3,
              "knn": 10,
              "search_l": 100
            }
          ]
        }
      }
    }
  ]
}