mirror of
https://github.com/lancedb/lancedb.git
synced 2026-05-30 10:20:40 +00:00
fix: error during deserialization of "INVERTED" index type
This commit is contained in:
@@ -119,6 +119,7 @@ pub enum IndexType {
|
||||
#[serde(alias = "LABEL_LIST")]
|
||||
LabelList,
|
||||
// FTS
|
||||
#[serde(alias = "INVERTED")]
|
||||
FTS,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user