Skip to content

Commit

Permalink
supported tunable type
Browse files Browse the repository at this point in the history
  • Loading branch information
metonymic-smokey committed Jan 9, 2024
1 parent f145e7c commit 18a2232
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vector.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,8 @@ const IndexTypeRecall = "recall"
const IndexTypeLatency = "latency"

const DefaultIndexType = IndexTypeRecall

var SupportedIndexTunables = map[string]struct{}{
IndexTypeRecall: {},
IndexTypeLatency: {},
}

0 comments on commit 18a2232

Please sign in to comment.