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