NEWVectors or files. Pick a path.Start →
    Advanced Search

    Random Exploration Search

    Semantic search with random sampling for serendipitous discovery. Great for exploration and content discovery.

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

    Pipeline Stages

    1
    semantic_search
    filter
    feature_search
    View parameters
    {
      "searches": [
        {
          "feature_uri": "mixpeek://multimodal_extractor@v1/vertex_multimodal_embedding",
          "query": {
            "input_mode": "text",
            "value": "{{INPUT.query}}"
          },
          "top_k": 200
        }
      ],
      "final_top_k": 100
    }
    2
    random_sample
    reduce
    sample
    View parameters
    {
      "sample_size": 20,
      "seed": "{{INPUT.seed}}"
    }

    Input Schema

    query
    text
    required

    Exploration query

    seed
    integer

    Random seed for reproducibility

    Use Cases

    • Content exploration
    • Serendipitous discovery
    • Random content suggestions
    • Varied search results

    Requirements

    • Collection must have embeddings indexed

    Tags

    exploration
    random
    discovery
    serendipity

    Ready to use this template?

    Clone it into your namespace and start querying in minutes.