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:
Kevin Hu
2026-07-24 18:00:43 +08:00
committed by GitHub
parent 55c863ae2f
commit 742837ce56
12 changed files with 681 additions and 171 deletions

View File

@@ -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},