Member Junction
    Preparing search index...

    Action that searches the saved query catalog using vector-based semantic search. Takes a natural language description of what data is needed and returns ranked matching queries with similarity scores.

    This replaces the previous approach of loading the full query catalog into agent context (Option A) with a scalable vector search (Option B).

    await runAction({
    ActionName: 'Search Query Catalog',
    Params: [{
    Name: 'SearchText',
    Value: 'monthly revenue breakdown by region'
    }, {
    Name: 'TopK',
    Value: 10
    }]
    });

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    Constructors

    Methods