mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-30 20:49:21 +08:00
Refactor: merge dataset scope graph. (#17526)
### Summary merge dataset scope graph. --------- Co-authored-by: Yingfeng Zhang <yingfeng.zhang@gmail.com>
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
"extra": {"type": "varchar", "default": ""},
|
||||
|
||||
"compile_kwd": {"type": "varchar", "default": "", "analyzer": "whitespace-#"},
|
||||
"scope_kwd": {"type": "varchar", "default": "doc", "analyzer": "whitespace-#"},
|
||||
"source_chunk_ids": {"type": "json", "default": "[]", "index_type": {"type": "secondary", "cardinality": "low"}},
|
||||
"source_doc_ids": {"type": "json", "default": "[]", "index_type": {"type": "secondary", "cardinality": "low"}},
|
||||
"compilation_template_ids": {"type": "json", "default": "[]", "index_type": {"type": "secondary", "cardinality": "low"}},
|
||||
|
||||
Reference in New Issue
Block a user