Vantage Vibe Search

Vantage Vibe is a powerful search method that enhances your search capabilities by allowing you to search over collections with a specific "vibe" or thematic focus. This feature leverages both visual and semantic inputs to refine and personalize search results, making it ideal for users looking to find content that matches a particular mood, style, or concept.

How It Works:

With Vantage Vibe, you can input images to guide the search process, creating a more intuitive and visually driven search experience. These images can be provided in one of two formats:

  1. URL: Supply the direct link to the image you want to use in the search.
  2. Base64: Provide the image in a Base64-encoded format for seamless integration within the query.

In addition to images, you can also include a text field. This field acts as the semantic part of the query, allowing you to combine visual and textual elements to fine-tune the search results. The text you input will be analyzed for its semantic content and combined with the visual input to deliver results that best match the intended "vibe."

{
  "images":[
	  {
	     "url":"http://public.link"
	  },
	  {
	     "image":"base64_string_of_image"
	  }
  ],
	"text":"string",
}

images

An array of objects representing the images you want to use in the search. Each object can have one of the following fields:

  • url
    A string containing the URL of the image you want to include in the query.

  • image
    A string containing the Base64-encoded representation of the image.

text (optional)

A string that represents the semantic part of the query. This field is used to combine visual input with a descriptive text to refine the search results.

πŸ“˜

Reference Guide for Vantage Vibe