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 1979ac3 commit fb35649
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 @@ -231,7 +231,7 @@ Let's build a simple prompt to allow a user to type sentence:
while True:
vec = c.encode([input('sentence> ')])
r = da.find(query=vec, limit=9)
r.plot_image_sprites()
r[0].plot_image_sprites()
```

#### Showcase
Expand Down

0 comments on commit fb35649

Please sign in to comment.