summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/hnsw_index/test.sd
blob: 3b954e74fc5d23b53df559bed0114992487c2b1c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
search test {
  document test {
    field t1 type tensor(x[128]) {
      indexing: attribute | index
      index {
        hnsw {
          max-links-per-node: 32
          distance-metric: angular
          neighbors-to-explore-at-insert: 300
        }
      }
    }
  }
}