Member Junction
    Preparing search index...

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

    Ranking is delegated to the unified Provider.SearchEntity pipeline (semantic mode, backed by the daily-synced "Queries Search" EntityDocument) instead of the bespoke QueryEngineServer.FindSimilarQueries vector index. Matched query metadata is hydrated from QueryEngine's cache to preserve the existing ranked output + AI directive guidance.

    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