mirror of
https://github.com/lancedb/lancedb.git
synced 2026-05-17 03:50:38 +00:00
Fix index type
This commit is contained in:
@@ -120,7 +120,7 @@ pub enum IndexType {
|
||||
LabelList,
|
||||
// FTS
|
||||
FTS,
|
||||
#[serde(alias = "LABEL_LIST")]
|
||||
#[serde(alias = "INVERTED")]
|
||||
Inverted,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user