mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-10 13:52:58 +00:00
fix: metric type inconsistency (#2122)
PR fixes #2113 --------- Co-authored-by: Will Jones <willjones127@gmail.com>
This commit is contained in:
@@ -1299,7 +1299,7 @@ export interface IvfPQIndexConfig {
|
||||
index_name?: string
|
||||
|
||||
/**
|
||||
* Metric type, L2 or Cosine
|
||||
* Metric type, l2 or Cosine
|
||||
*/
|
||||
metric_type?: MetricType
|
||||
|
||||
|
||||
Reference in New Issue
Block a user