mirror of
https://github.com/lancedb/lancedb.git
synced 2026-05-18 04:20:39 +00:00
Fix index type
This commit is contained in:
@@ -120,6 +120,8 @@ pub enum IndexType {
|
||||
LabelList,
|
||||
// FTS
|
||||
FTS,
|
||||
#[serde(alias = "LABEL_LIST")]
|
||||
Inverted,
|
||||
}
|
||||
|
||||
impl std::fmt::Display for IndexType {
|
||||
|
||||
Reference in New Issue
Block a user