siraxe's picture
Update config.yaml
056f717 verified
filter: [
{
bool: {
/// Include documents that match at least one of the following rules
should: [
/// Downloaded
{
regexp: { path: "[^/]*\\.safetensors" },
},
],
minimum_should_match: 2,
},
},
]
}