You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from docarray import Document
from client.clip_client import Client
c = Client('grpc://172.17.0.2:51000')
# c.profile()
d = Document(
text='a photo of a table',
matches=[
Document(uri='imagexyzsdfdsf'),
Document(uri='imagexyz45435'),
Document(uri='imagexyz68768'),
Document(uri='imagexyz7865756'),
],
)
r = c.rank([d])
no image name displayed
The text was updated successfully, but these errors were encountered: