| filter: [ | |
| { | |
| bool: { | |
| /// Include documents that match at least one of the following rules | |
| should: [ | |
| /// Downloaded | |
| { | |
| regexp: { path: "[^/]*\\.safetensors" }, | |
| }, | |
| ], | |
| minimum_should_match: 2, | |
| }, | |
| }, | |
| ] | |
| } |
| filter: [ | |
| { | |
| bool: { | |
| /// Include documents that match at least one of the following rules | |
| should: [ | |
| /// Downloaded | |
| { | |
| regexp: { path: "[^/]*\\.safetensors" }, | |
| }, | |
| ], | |
| minimum_should_match: 2, | |
| }, | |
| }, | |
| ] | |
| } |