marqo

Image search on Marqo is returning random results – how can I fix this?

Image search on Marqo is returning random results – how can I fix this? Question: I configured a marqo index for image search as follows: settings = { "treat_urls_and_pointers_as_images":True, # allows us to find an image file and index it "model":"ViT-L/14" } response = mq.create_index("my-multimodal-index", **settings) I then added some documents: mq.index("my-multimodal-index").add_documents( [ {"image": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSBgKtI0_GMZMd1Zm4UGRO4E5RL5bN9kBO0FA&usqp=CAU", …

Total answers: 1