mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-11 14:15:40 +08:00
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:
@@ -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
Reference in New Issue
Block a user