arc_right_ltx2 / config.yaml
siraxe's picture
Upload config.yaml
bf2379e verified
raw
history blame
245 Bytes
filter: [
{
bool: {
/// Include documents that match at least one of the following rules
should: [
/// Downloaded
{
regexp: { path: "[^/]*\\.safetensors" },
},
],
minimum_should_match: 1,
},
},
]
}