Skip to content

Commit

Permalink
chore(docs): add cas async usage to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao committed May 3, 2022
1 parent fb35649 commit 3f34d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ One can see now `a photo of a television studio` is ranked to the top with `clip

### Rank text-image matches via CLIP model

In the DALL·E Flow project, CLIP is called for ranking the generated results from DALL·E. It has an Executor wrapped on top of `clip-client`, which calls the async version of `.rank()`:
In the [DALL·E Flow](https://github.com/jina-ai/dalle-flow) project, CLIP is called for ranking the generated results from DALL·E. [It has an Executor wrapped on top of `clip-client`](https://github.com/jina-ai/dalle-flow/blob/main/executors/rerank/executor.py), which calls `.arank()` - the async version of `.rank()`:

```python
from clip_client import Client
Expand Down

0 comments on commit 3f34d46

Please sign in to comment.