Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao authored Apr 1, 2022
1 parent d7aa161 commit e2b2ae8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ CLIP-as-service is a low-latency high-scalability service for embedding images a

<sup>[*] with default config (single replica, PyTorch no JIT) on GeForce RTX 3090. </sup>

## Try it!

```bash
curl -X POST http://demo-cas.jina.ai:51001/post -H 'Content-Type: application/json' \
-d '{"data":[{"text": "hello, world!"}, {"uri": "https://clip-as-service.jina.ai/_static/favicon.png" }], "execEndpoint":"/"}'
```

<!-- end elevator-pitch -->

## [Documentation](https://clip-as-service.jina.ai)
Expand Down

0 comments on commit e2b2ae8

Please sign in to comment.