NEWVectors or files. Pick a path.Start →
    Media & Entertainment

    Creative Lineage Search

    Trace the origins and stylistic lineage of a creative concept, visual style, or narrative idea. Finds thematically related content across your creative library using text-based semantic search.

    No credit card to start · Build from $25/mo

    Pipeline Stages

    1
    concept_search
    filter
    feature_search
    View parameters
    {
      "searches": [
        {
          "feature_uri": "mixpeek://text_extractor@v1/multilingual_e5_large_instruct_v1",
          "query": {
            "input_mode": "text",
            "value": "{{INPUT.query}}"
          },
          "top_k": 50
        },
        {
          "feature_uri": "mixpeek://image_extractor@v1/google_siglip_base_v1",
          "query": {
            "input_mode": "text",
            "value": "{{INPUT.query}}"
          },
          "top_k": 50
        }
      ],
      "final_top_k": 20,
      "fusion": "rrf"
    }
    2
    lineage_enrichment
    apply
    llm_enrich
    View parameters
    {
      "provider": "google",
      "model_name": "gemini-2.5-flash-lite",
      "prompt": "Given this creative asset, identify the stylistic influences, genre conventions, and narrative archetypes present. Query context: {{INPUT.query}}\n\nAsset description: {{DOC.content}}",
      "output_field": "metadata.lineage_analysis",
      "temperature": 0.3
    }

    Input Schema

    query
    text
    required

    Creative concept, style description, or narrative idea to trace

    e.g. noir detective thriller with femme fatale

    Use Cases

    • Creative development and inspiration sourcing
    • IP and style lineage tracking
    • Mood board generation
    • Franchise consistency checks

    Requirements

    • Collection must have text and image embeddings indexed
    • LLM inference service must be available

    Tags

    creative
    lineage
    style
    media
    entertainment

    Ready to use this template?

    Clone it into your namespace and start querying in minutes.