Fix compilation workflow (#16819)

Dataset_nav can not support large number of documents, introducing AHC
clustering as well as retrieval engine as the clustering database
This commit is contained in:
Yingfeng
2026-07-10 21:11:19 +08:00
committed by GitHub
parent ea9b3789ce
commit 30739b7f8e
2 changed files with 767 additions and 255 deletions

View File

@@ -72,6 +72,7 @@
"superseded_by_chunk_id": {"type": "varchar", "default": ""},
"doc_count_int": {"type": "integer", "default": 0},
"depth_int": {"type": "integer", "default": 0},
"parent_kwd": {"type": "varchar", "default": "", "analyzer": "whitespace-#"},
"outlinks_int": {"type": "integer", "default": 0},
"token_num": {"type": "integer", "default": 0}
}

File diff suppressed because it is too large Load Diff