Data Lab

    Examples & Sample Data

    Stellar Intelligence X works best when provided with clear semantic mappings. Explore how typical warehouse datasets map to conversational logic.

    Inventory Schema Snapshot

    Fabric IdentityStock LevelUnit Price
    Cotton Jersey150 units$12.50
    Silk Satin45 units$45.00
    Linen Blend85 units$28.00

    Sample Reasoning Prompts

    Standard Query

    "What were my top selling fabrics?"

    Uses the Sales table to aggregate revenue by fabric.

    Standard Query

    "What's my current stock level?"

    Queries the Inventory table for current quantity levels.

    Standard Query

    "Show sales from last week"

    Filters Sales records based on the sale_date column.

    Pro Tip: Cross-Checking

    When testing your integration, use these prompts to compare the AI's response against the raw data shown here. This ensures your semantic mappings are correctly interpreted by the LLM reasoning layer.