Merged
Conversation
* Updated Docker image
poson
reviewed
Sep 15, 2025
| 详见文档:[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 |
Collaborator
There was a problem hiding this comment.
少解释了一个remote_type。当remote_type为hologres时需要配置。
但是当使用FeatureStore的时候,没有remote_type。
docs/source/feature/fg.md
Outdated
| - 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 |
Collaborator
There was a problem hiding this comment.
holo connection string:postgresql://:@<域名>:/
| - condition: 可选,where子语句支持筛选item, 如itemId \< 10000; | ||
| - timekey: 可选,用于item的增量更新,支持的格式: timestamp和int | ||
| - static: 可选, 表示是静态特征,不用周期性更新 | ||
| - 支持多个item表, 如果多张表有重复的列, 后面的表覆盖前面的表 |
Collaborator
There was a problem hiding this comment.
少了个多个表的格式: 支持从多个表中读取输入Item数据,配置格式为:
"tables": [{"key":"table1", ...},{"key":"table2", ...}]
如果多张表有重复的列,后面的表将覆盖前面的表。 https://help.aliyun.com/zh/pai/user-guide/easyrec#ceec55354b87y
poson
approved these changes
Sep 25, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.