Override config of sourced component #9640
Answered
by
polm
kinghuang
asked this question in
Help: Coding & Implementations
-
Is it possible to override a sourced component's config in a config file? I'm trying set [components.entity_linker]
source = ${vars.base_model}
component = "entity_linker"
overwrite = false But, the |
Beta Was this translation helpful? Give feedback.
Answered by
polm
Nov 8, 2021
Replies: 1 comment 1 reply
-
This is a current limitation of sourced components - they copy the config of the original component exactly, and other arguments in the sourcing config are not used. Fixing this so you can actually override options is on our to-do list. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
kinghuang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a current limitation of sourced components - they copy the config of the original component exactly, and other arguments in the sourcing config are not used. Fixing this so you can actually override options is on our to-do list.