mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-05 23:24:05 +08:00
## Summary Refactor the Go `KnowledgeCompilerComponent` so its parameter is a **single string template id** instead of a DSL-level `variant` (or plural group id list). The `variant` is no longer in the DSL — it is now **derived at runtime from the resolved compilation template's `kind` field**. This aligns the Go ingestion port with the frontend Compiler operator, which emits a singular `compilation_template_group_id` and does not write `variant` into the generated `compiler.json`.
11 lines
249 B
JSON
11 lines
249 B
JSON
{
|
|
"default_leaf_clusters_min": 4,
|
|
"default_leaf_clusters_max": 4,
|
|
"fine_leaf_clusters_min": 6,
|
|
"fine_leaf_clusters_max": 6,
|
|
"coarse_leaf_clusters_min": 2,
|
|
"coarse_leaf_clusters_max": 2,
|
|
"leaf_coverage_min": 1.0,
|
|
"max_depth_max": 5
|
|
}
|