
`Impresso App` link points wrongly to `https://impresso-project.ch/app/images` and there is no search query attached.
How to reproduce
kw_image_emb = client.tools.embed_text(text='Maastricht', target='multimodal')
kw_image_emb_result = client.images.find(
embedding=kw_image_emb,
limit=5
)
kw_image_emb_result
How to reproduce