Skip to content

Commit

Permalink
fix: add example with image search
Browse files Browse the repository at this point in the history
  • Loading branch information
daulet committed Sep 9, 2024
1 parent 4ea5315 commit 385aebe
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,18 @@ $ cmd --connector web-search --connector google-drive

# Cool use cases

## Search images

```
find images -maxdepth 1 -type f -name "*.jpg" -exec cmd -f {} is this image of llama \; -print
No, this image is of a penguin, not a llama. It is a black and white drawing of a penguin on white and black background.
images/penguin.jpg
Yes, the image shows a llama wearing sunglasses.
images/llama.jpg
```


## Read PDF document

Pipe with xpdf (`brew install xpdf`) or similar:
Expand Down

0 comments on commit 385aebe

Please sign in to comment.