mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-05-28 11:43:06 +08:00
### What problem does this PR solve? Implement retrieval_test in GO ### Type of change - [x] Refactoring
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"
|
|
)
|