Skip to content

Commit

Permalink
Fix filtering arrays typo (#2724)
Browse files Browse the repository at this point in the history
  • Loading branch information
macraig authored Feb 22, 2024
1 parent 473cabd commit e883ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion learn/fine_tuning_results/filtering.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ The following filter is written as a string and only returns movies not directed
You can write the same filter mixing arrays and strings:

```
[["genres = comedy, genres = horror"], "NOT director = 'Jordan Peele'"]
[["genres = comedy", "genres = horror"], "NOT director = 'Jordan Peele'"]
```

## Using filters
Expand Down

0 comments on commit e883ca6

Please sign in to comment.