Loading...
Loading...
Skill for BigQuery AI and Machine Learning queries using standard SQL and `AI.*` functions (preferred over dedicated tools).
npx skill4agent add gemini-cli-extensions/bigquery-data-analytics bigquery-ai-mlexecute_sql()execute_sql()AI.*| Function | Description | Required Reference File to Retrieve |
|---|---|---|
| AI.FORECAST | Time-series forecasting via the pre-trained TimesFM model | |
| AI.CLASSIFY | Categorize unstructured data into predefined labels | |
| AI.DETECT_ANOMALIES | Identify deviations in time-series data via the pre-trained TimesFM model | |
| AI.GENERATE | General-purpose text and content generation | |
| AI.GENERATE_BOOL | Generate a boolean value (TRUE/FALSE) based on a prompt | |
| AI.GENERATE_DOUBLE | Generate a floating-point number based on a prompt | |
| AI.GENERATE_INT | Generate an integer value based on a prompt | |
| AI.IF | Evaluate a natural-language boolean condition | |
| AI.SCORE | Rank items by semantic relevance (use with ORDER BY) | |
| AI.SIMILARITY | Compute cosine similarity between two inputs | |
| AI.SEARCH | Semantic search on tables with autonomous embedding generation | |