mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-13 08:28:22 +08:00
9 lines
180 B
Go
9 lines
180 B
Go
|
|
package common
|
||
|
|
|
||
|
|
const (
|
||
|
|
// PAGERANK_FLD is the field name for pagerank score
|
||
|
|
PAGERANK_FLD = "pagerank_fea"
|
||
|
|
// TAG_FLD is the field name for tag features
|
||
|
|
TAG_FLD = "tag_feas"
|
||
|
|
)
|