Skip to content

Conversation

@gsaluja9
Copy link
Collaborator

@gsaluja9 gsaluja9 commented Mar 13, 2025

Here it's also observed that a more precise query "a photo of bread on a plate" yields better matches than "a photo of bread"

Copy link
Contributor

@luisremis luisremis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

" },\n",
" \"results\": {\n",
" \"all_properties\": True # Return all properties\n",
" \"list\": [\"_uniqueid\"], # Return all properties\n",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
" \"list\": [\"_uniqueid\"], # Return all properties\n",
" \"list\": [\"_uniqueid\"], # Return only unique ids\n",

"# Check if the query was successful\n",
"if result == 0:\n",
" display(blobs)\n"
" #Here we reorder the images based on the distances before displaying them\n",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
" #Here we reorder the images based on the distances before displaying them\n",
" # Here we reorder the images based on the distances before displaying them\n",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants