Skip to content

Update FG document#540

Merged
yangxudong merged 47 commits intomasterfrom
daily_bug_fix
Oct 9, 2025
Merged

Update FG document#540
yangxudong merged 47 commits intomasterfrom
daily_bug_fix

Conversation

@yangxudong
Copy link
Copy Markdown
Collaborator

No description provided.

详见文档:[EasyRec Processor(推荐打分服务)](https://help.aliyun.com/zh/pai/user-guide/easyrec)

- processor: easyrec processor, 目前最新的版本为easyrec-3.0, [历史版本](../predict/processor.md#release).
- model_config: eas 部署配置。主要控制把 item 特征加载到内存中。目前数据源支持redis和holo
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

少解释了一个remote_type。当remote_type为hologres时需要配置。
但是当使用FeatureStore的时候,没有remote_type。

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

- processor: easyrec processor, 目前最新的版本为easyrec-3.0, [历史版本](../predict/processor.md#release).
- model_config: eas 部署配置。主要控制把 item 特征加载到内存中。目前数据源支持redis和holo
- period: item feature reload period, 单位minutes
- url: holo url
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

holo connection string:postgresql://:@<域名>:/

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

- condition: 可选,where子语句支持筛选item, 如itemId \< 10000;
- timekey: 可选,用于item的增量更新,支持的格式: timestamp和int
- static: 可选, 表示是静态特征,不用周期性更新
- 支持多个item表, 如果多张表有重复的列, 后面的表覆盖前面的表
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

少了个多个表的格式: 支持从多个表中读取输入Item数据,配置格式为:

"tables": [{"key":"table1", ...},{"key":"table2", ...}]
如果多张表有重复的列,后面的表将覆盖前面的表。 https://help.aliyun.com/zh/pai/user-guide/easyrec#ceec55354b87y

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@yangxudong yangxudong merged commit f09c58f into master Oct 9, 2025
9 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants