mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-25 18:03:29 +08:00
Feat: Add graph keyword search and fix dataset synthesizing issue. (#17342)
### Summary Add graph keyword search and fix dataset synthesizing issue.
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
"position_int": {"type": "varchar", "default": ""},
|
||||
"weight_int": {"type": "integer", "default": 0},
|
||||
"weight_flt": {"type": "float", "default": 0.0},
|
||||
"mention_count_int": {"type": "integer", "default": 0},
|
||||
"chunk_order_int": {"type": "integer", "default": 0},
|
||||
"rank_int": {"type": "integer", "default": 0},
|
||||
"rank_flt": {"type": "float", "default": 0},
|
||||
|
||||
Reference in New Issue
Block a user