Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visual-Text Co-Embedding image retrieval #329

Merged
merged 2 commits into from
Jul 26, 2022

Commits on Jul 26, 2022

  1. Implemented visual-text co-embedding retrieval with images.

    Previously the visual-text co-embedding only allowed retrieval with text terms and would even retrieve using the empty string provided by default if no text term was specified.
    This has been fixed with appropriate error messages and returns.
    Retrieval using image terms was implemented.
    Spiess committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    82405c6 View commit details
    Browse the repository at this point in the history
  2. Bump version.

    Spiess committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    379f19c View commit details
    Browse the repository at this point in the history