Make infinity adapt (#4635)

### What problem does this PR solve?

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
Kevin Hu
2025-01-24 17:45:04 +08:00
committed by GitHub
parent 9d717f0b6e
commit 71c132f76d
4 changed files with 1131 additions and 1124 deletions

View File

@ -30,7 +30,7 @@
"knowledge_graph_kwd": {"type": "varchar", "default": "", "analyzer": "whitespace"},
"entities_kwd": {"type": "varchar", "default": "", "analyzer": "whitespace"},
"pagerank_fea": {"type": "integer", "default": 0},
"tag_feas": {"type": "integer", "default": 0},
"tag_feas": {"type": "varchar", "default": ""},
"important_kwd": {"type": "varchar", "default": "", "analyzer": "whitespace"},
"from_entity_kwd": {"type": "varchar", "default": "", "analyzer": "whitespace"},