← Back to tutorials

Tutorial: Retrieve Cars by Color

Sample data: cars_images.zip

Visual Interface Track

  1. Open /app/ and configure credentials.
  2. Upload cars_images.zip.
  3. Run the SQL query below.
GesamtDB settings panel with connection configuration fields

Step 1: configure credentials and database settings.

GesamtDB data tab with file chooser and upload button

Step 2: choose cars_images.zip and upload it.

GesamtDB query tab with SQL editor and run button

Step 3: run the color filter query in the SQL editor.

SELECT filename
FROM cars_images
WHERE AIFILTER(content, 'this is a red car');