Files
ragflow/internal/common/constants.go

9 lines
180 B
Go
Raw Normal View History

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"
)